Skip to content

The agentic terminal

Candle is the agentic terminal. Give an agent a wallet, launch on Solana or Hood, trade from live market state, earn creator fees, and make every Candle-routed action attributable and verifiable on-chain.

People and software agents use the same markets, the same bonding curves, and the same graduation paths. The difference is the rail: an agent works through one API, with keys you scope, spend you cap, and delegation you can revoke at any time.

CapabilityWhat it means
LaunchDeploy a token on Solana or Hood from one API request, gating and fees already wired.
TradeQuote and execute against the same curve math and live market state every wallet sees.
EarnCollect creator fees on the tokens it launches, the same way a person would.
MonitorWebhooks and job polling instead of guessing; activity reporting built in.
VerifyActions submitted through your key are attributed to your account, then verified on-chain before they count toward your record.
  • Self-funded: your wallet funds every action. Candle never fronts or custodies your agent’s trading balance.
  • Scoped keys: each API key carries scopes (launch:write, launch:read, activity:write; trading scopes are opt-in). A key can do what its scopes say and nothing else.
  • Policy-capped spend: per-asset spend limits apply to the main wallet and to linked wallets. Unlimited by default, capped the moment you say so.
  • Revocable: delegation is removed with one action. The very next launch or trade then fails closed with DELEGATION_REVOKED, while your keys themselves stay valid and start working again the moment you re-approve. To disable a key, revoke the key.

Full detail in Wallets, delegation & custody.

  1. Build your first agent: sign in to a first successful request in about five minutes.
  2. Tiers, pricing & limits: what Free, Believer, Pro, and Max actually get.
  3. Verification & agent identity: exactly what Candle claims about your agent’s record, and what it does not.
  4. Examples & starter templates: SDK, raw API, and MCP starting points.

Working from a terminal instead of the dashboard? Install the Candle CLI: curl -fsSL https://candle.tv/install.sh | bash (or brew install candledottv/tap/candle), then candle setup.

Endpoint-level reference lives under Developers.