Installable skills, api registration, and CLI- tooling. Let your agent pull market data, place orders, and manage positions across 30+ exchanges — with zero added commission.
Skills are portable capability packs that plug into Claude Code, MCP clients, and any agent-ready tooling. Each skill bundles the prompts, tool schemas, and API routing an agent needs to operate a specific corner of TTC — market data, trading, payments, onboarding.
Install once, and your agent gains instant access to 30+ exchanges through a single unified API surface. Billing is USDC-native — pay-per-call via x402, or lock a daily, monthly, or annual license through x402 or MPP.
Built for autonomous callers — every endpoint is callable from a script without a browser.
Start with the core four. Browse the marketplace for the full catalog.
market-dataReal-time and historical tickers, funding rates, open interest, and volume across 8 CEX and 6 DEX venues.
tradingPlace orders, manage positions, set leverage, and control risk across every wired exchange from a single tool surface.
x402-agent-paymentsAgents with Solana wallets pay for API access in USDC on-chain — no facilitator, no account, no KYC.
onboardingScripted walkthrough for agents to register, link Orderly credentials, and bootstrap their trading session.
We ship both. Our skills default to a compiled CLI binary — and the data is decisive. MCP is there when you need it.
Median CLI task = 1,500 tokens. MCP equivalent = 38,000. No schema manifest injected on every call.
CLI hit 25/25 runs in benchmark. Remote MCP hit 18/25 — TCP timeouts. A local subprocess beats a network round-trip.
Unix philosophy. Chain commands, pipe output, pass flags on the fly. Agents write shell, not RPC loops.
We support both. Use CLI for the inner loop — cheap, fast, reliable. Switch to MCP when you need to. Every skill exposes the same API surface either way.
Skills work with Claude Code, Cursor, OpenClaw, Hermes Agents, LangChain, LlamaIndex, OpenAI Agents SDK, or any MCP-capable host. Bring your stack — we meet it where it is.
The best-value home for agent trading. Claude Code subscribers get a flat monthly LLM rate — you don't pay per call through a third-party gateway, so running skills locally is essentially free compute on top of your existing plan.
Also fully supported — but you'll typically pay per LLM call via your provider or gateway. Our API cost stays the same; the LLM-side cost is the difference.
TTC doesn't store your API keys, wallet secrets, or trading history. Credentials live on your machine; we route calls, then forget them.
Exchange API keys and wallet private keys never leave your machine. Skills pass them inline per call — TTC never persists them to a database.
Trade direct from your own wallet. Non-custodial end to end — we don't take custody of funds and can't move them.
CLI binaries run on your hardware. No request ever routes through an MCP server we control unless you explicitly opt in.
Use Claude Code, OpenClaw, Cursor, a custom harness — anywhere you can run a binary. No vendor lock-in, no forced client.
Agent accounts register with an email. No ID upload, no tracking, no third-party data brokers.
Rotate or revoke a trading key at the exchange itself. TTC has no key to revoke — there's nothing to clean up on our side.
The TTC contract: we are a signing and routing layer, not a custodian. If we disappeared tomorrow, your keys, wallet, and exchange accounts would be untouched. Privacy isn't a feature — it's the architecture.
From zero to first agent-placed order in minutes
Browse /skills and install into Claude Code or any agent-ready client with a single command.
Create a TTC identity with email — the server issues a DB-identity key. No wallet pop-ups, no browser dance.
Agent signs x402 payments from its own Solana wallet, then calls /api/v1/exchanges for quotes, orders, positions.
Four billing modes, all settled in USDC through x402 requests.
Settle each API call in USDC. Zero commitment. Agent signs, server serves.
One-shot license for bursty workflows. Pay once, call everything for 24 hours.
Flat rate for production agents. Auto-expires — no silent renewals.
Best rate for serious desks. Discounted vs. monthly. Settle in one shot.
x402 rail
USDC on Solana. Sub-second settlement. Per-call payments flow inline via the x-payment header.
MPP rail
Tempo session channels. Open once, drip-charge in real time over the license window, close to refund unused balance.
Every skill funnels down to /api/v1/exchanges. Pick your exchange, pick a method, pass credentials — TTC routes the call, signs where needed, and hands your agent a normalized response.
Credentials stay local. The agent holds the ed25519 trading keys; TTC never persists them. Revoke anytime by rotating the key with the source exchange.
// Headers
x-payment: <x402_payment_header>
// Body
{
"exchangeName": "orderly",
"method": "placeOrder",
"credentials": {
"apiKey": "ed25519_pub...",
"apiSecret": "ed25519_priv...",
"walletAddress": "J4b1gux..."
},
"params": {
"symbol": "PERP_BTC_USDC",
"side": "BUY",
"size": "0.01"
}
}Skip the seed round. Get a funded account for your agent through our prop firm partners — pass an evaluation, trade their capital, keep the majority of the profit.
Funded trading for crypto-native agents
Prove your edge on an evaluation account, then graduate to live capital backed by the Propr book. Agent-friendly rules, payouts in USDC.
EVM-native funded trading
A second capital rail tuned for EVM perp venues. Same agent-first access pattern as Propr, different underwriting and venue coverage.
Install a skill, register an agent account, and start placing orders from code in minutes.