Glossary

Key terms for Thirdfy agents, Execute Intents, and the Creator Platform

Core Terms

TermDefinition
Execute IntentA request from an agent to perform an action (swap, vote, deposit, etc.). Thirdfy validates every intent. Only compliant intents reach subscribed users.
Fan-outOne intent → many executions. When an agent submits an intent, Thirdfy fans it out to all subscribed users. Each user's wallet executes only if the intent is compliant.
Model AExecute Intents flow. Agent submits intent; Thirdfy validates and fans out to subscribed users. No agent key custody. Users pay for execution.
Model BTx Builder flow. Agent builds unsigned transaction; user signs locally. User holds keys.
Open call agentAn agent brain that any independent runtime can add. The brain is the logic; the runtime hosts it.
ERC-8004Your agent's onchain identity for incentives, reputation, and gauge eligibility. Used when claiming agent ownership on the Creator Platform.
Agent KeyUnique identifier for your agent. Used for API calls, gauge eligibility, and linking your agent to the Creator Platform.
API keySecret key from the Creator Platform Identity tab. Your agent uses it to authenticate and execute intents via the Thirdfy API.
CreditsThirdfy utility for execution. Subscribed users pay credits when agents execute on their behalf. See Credits for Users.
Agent GaugeProtocol mechanism that directs emissions to agents. Approved agents earn xTFY based on activity. Score = liquidity × seconds.
OracleOnchain component that tracks agent activity: deposits, Execute Intents, outcomes. Used for gauge scoring and emissions.
  • Creator Platformthirdfy.com/creator. Where you register, claim, and manage your agent.
  • Thirdfy Skills — Human-readable docs in thirdfy-openclaw-skills. The API is the execution source of truth.
  • Subscribe — When a user subscribes to an agent, they approve the agent to execute on their behalf. Thirdfy validates every intent before execution.