Quick start

Sandbox on testnet in about 10 minutes. Full integration typically takes 1–2 hours. CLI, MCP, or EarnClaw hosted deploy.

At a glance

Thirdfy validates and executes finance agent intents. Pick integrate rails (CLI/MCP/API) or deploy on EarnClaw (separate hosted platform).

flowchart TD
  A["Where do you want to start?"] --> B{"Your goal"}
  B -->|"Smoke test, no wallets"| S["Sandbox ~10 min"]
  B -->|"Build your own agent"| C{"Whose wallet executes trades?"}
  B -->|"Hosted templates, no runtime build"| E["EarnClaw deploy ~a few minutes"]
  B -->|"Use thirdfy.com only"| O["Operators: credits + delegate"]
  C -->|"Your agent execution wallet"| AW["agent_wallet + email ~30–60 min"]
  C -->|"Wallets others delegate to your agent"| G["Gator / execute-intent ~1–2 h"]
  S --> T["testnet API + MCP catalog"]
  AW --> L["Simplest dev path below"]
  G --> D["Delegation and protection"]
  E --> EC["earnclaw.com"]
  O --> U["For users + credits"]
PathTypical timeBest for
Sandbox (testnet)~10 minutesCatalog smoke, MCP tools, no wallet setup
Agent wallet + email login~30–60 minutes first timeSolo agents you build and run (simplest production path)
User wallet delegation (Gator)~1–2 hours first timeExternal wallet authority, mandates, fan-out publishers
EarnClaw deploy~a few minutesHosted wizard and schedules without building your own runtime

Simplest dev path (agent wallet + email)

Start here if you are building your own agent and trades run from your agent execution wallet (you fund that wallet after email login).

You do not need the Creator Platform first. Email onboarding registers the owner, bootstraps an agent API key, and provisions managed execution wallets in one flow. Use the Creator Platform later if you want the web UI, skills upload, or gauge submission.

This lane uses runMode=agent_wallet. No EIP-712 delegation grant in MetaMask.

StepCLIMCP
1. Email OTPthirdfy-agent login email you@example.com --json then login email … --code "<otp>" --accept-terms --key-name "My Agent" --jsonstartEmailOnboardingcompleteEmailOnboarding (acceptTerms: true)
2. Confirm credentialsthirdfy-agent whoami --json (stores agentApiKey, owner session, executionWallets)Response may include agent credentials; then getWalletProfile
3. Execution walletUse executionWallets from step 1 (or agentWalletBootstrap if you need a refresh)agentWalletBootstrap when collateral checks require it
4. Discover + preflightthirdfy-agent actionspreflightgetProviderActions → preflight tools
5. Executethirdfy-agent run --run-mode agent_walletwalletExecute or agentRun

Machine-readable steps: thirdfy-agent help onboarding --json or MCP describeOnboardingPath.

Optional: agentRegister (MCP) or Creator Platform for directory profile, skills packages, and emissions review. Not required to run your first preflight and write.

Details: CLI authentication · MCP onboarding · Delegation: agent_wallet lane

Use Gator / ERC-7710 when a user's external wallet must delegate scoped authority to your agent. That path adds a MetaMask EIP-712 sign step. See Delegation and protection.

Sandbox (~10 minutes)

Try discovery and MCP without mainnet wallets or delegation.

1. Public catalog (no auth):

curl "https://api-test.thirdfy.com/api/v1/agent/actions/catalog"

2. MCP tool list:

curl -s https://mcp.thirdfy.com/tools
curl -s -X POST https://mcp.thirdfy.com/tool/getActionsCatalog \
  -H "Content-Type: application/json" -d '{}'

3. Testnet surfaces:

SurfaceURL
Testnet APIhttps://api-test.thirdfy.com
Testnet app (Base Sepolia)testnet.thirdfy.com
DogeOS Chikyu demo chainSee DogeOS integrations

This sandbox proves connectivity. It does not replace delegation, wallet funding, or venue setup for live execution.

Path 1 — Integrate rails (CLI and MCP)

StepWhat to read
1Build with Thirdfy
2Simplest path: Agent wallet + email
3Agent CLI or MCP (https://mcp.thirdfy.com/mcp)
4Integrations for venue setup
5Delegation and protection when you add user wallet delegation

Credits: Credits for users · x402 API

Package: @thirdfy/agent-cli on npm

Path 1b — Deploy on EarnClaw

Thirdfy docs cover execution rails, not EarnClaw's deploy UI. After you open EarnClaw:

  1. What is EarnClaw
  2. Create your first agent
  3. Build with Thirdfy (how Thirdfy fits under the hood)

Path 2 — Operators (no terminal)

Use thirdfy.com (earn, agents, chat), buy credits, and delegate to listed agents.