Run it yourself
The same agent, from your terminal, with your wallet and your limits.
# once: a key for your agent, your limits, and $1 of USDC into Circle Gateway on Arc
npx -p @cra-agent/mcp cra-agent init
npx -p @cra-agent/mcp cra-agent deposit 1
# then ask it anything; it stops at the budget
npx -p @cra-agent/mcp cra-agent think "When did Arc mainnet go live? Two sentences, with a source." --budget 0.05
--budget 0.10what the whole task may spend, thinking and tools
--ceiling 0.01the most one thought may cost
--model anthropic/claude-haiku-4.5which model to buy thoughts from
--steps 8thoughts before it must answer
--jsonthe run, its steps and the bill as JSON
Whose money this is. Runs on this page are started by us, with questions we wrote, and paid from CRA AGENT's own agent wallet under its spending policy. The payments are real. They are a demonstration, not customers.
What a run costs. A few cents. A thought costs $0.003 to $0.006 with Haiku, depending on how much the agent has to reread; a web search from Exa costs $0.007, a stock price from BlockRun $0.003, and DexScreener's pairs nothing. A task that needs one search comes to two or three cents.
What stops it overspending. It is stopped before a thought it could not afford, and it cannot buy what its own searches did not return, above the listed price, or past the budget. The worst a run can do is spend its budget.
When the model gets it wrong. It is told to name only sources it paid to read. When it answers without buying anything, the page says the answer was not checked.
Why BlockRun. It sells language models per call on Arc, with no account and no key. The agent finds its brain in the bazaar like everything else, so any seller of chat completions there would do.