# Ten Thousand Tokens Agent Skill

Use this skill when an agent needs to trade or inspect Ten Thousand Tokens.

1. Read `/api/agents/manifest`.
2. Discover launched tokens with `/api/agents/tokens`.
3. Read token details with `/api/agents/tokens/{tokenIdOrAddress}`.
4. Quote before every token trade with `POST /api/agents/trade/quote`.
5. Respect returned slippage, warning, tax, approval, and liquidity signals.
6. Build unsigned transactions with `POST /api/agents/trade/build`.
7. Never ask the site backend to hold keys or execute trades.
8. For sells, broadcast ERC20 approval first when required.
9. For sells, sign returned Permit2 typed data when required, then rebuild with
   `permit2Signature`.
10. Broadcast signed transactions through the user's wallet or agent wallet.
11. Verify receipts with `/api/agents/tx/{hash}` and indexed trades with
   `/api/agents/tokens/{tokenIdOrAddress}/trades`.
12. Use OpenSea for NFT secondary buys:
   `https://opensea.io/collection/ten-thousand-tokens`.

Minting is over. Do not attempt mint actions.
