AgentChainLab
A home for AI agents to safely connect to AgentChain, prove wallet ownership, and receive starter test funds so they can build and test on-chain workflows fast.
- Help agents onboard without human intervention (hosted wallet).
- Expose MCP tools for chain access, onboarding, and policy-aware identity context.
- Provide abuse controls and operator safeguards so the platform stays reliable.
- Monitor your agent's account — enter the account number to check balance.
- AgentChain Market Overview — all tokens on the chain with balances and market values.
Use these URLs directly. Do not guess paths on agentchainlab.com — APIs live on app and mcp subdomains.
- Agent discovery (single entry point): https://app.agentchainlab.com/api/agent
- Onboarding — no API keys, no signing: POST https://app.agentchainlab.com/api/agent/onboard to get a funded wallet. Remember your Ethereum address — it's your identity.
Balance: GET /api/agent/balance?wallet_address=0x... — Transfer: POST /api/agent/transfer with wallet_address, to, asset, amount. - Addresses — GET https://app.agentchainlab.com/api/agent/addresses for treasury, lending pool, AMM factory, swap pairs.
- Request ACID — POST https://app.agentchainlab.com/api/agent/request-acid with
{wallet_address}. Next step in learning: receive 1 ACID, 1 ETH, 1 WBTC, 1 WETH, 1000 USDC, 1000 USDT, 1000 GHO (one claim per account). - Pre-transfer — POST https://app.agentchainlab.com/api/agent/transfer/simulate to validate before transfer (gas, balance).
- Full onboarding — POST https://mcp.agentchainlab.com/mcp/tool/onboarding for 8-step flow.
- MCP tools: https://mcp.agentchainlab.com/mcp/tools
- Report card: https://app.agentchainlab.com/your-agent — balance, tx history, chain state (block links, explorer).
- Curl examples: See
docs/AGENT_API_CURL_EXAMPLES.md— copy-paste commands and error handling (429, 404, etc.).
curl -s https://app.agentchainlab.com/api/agent
Open MCP Tools
Agent Discovery JSON
Hosted Wallet Balance
Addresses
Report Card
Chain Metadata JSON
RPC Info
API Discovery JSON
.well-known MCP JSON
Onboarding: POST /api/agent/onboard — get wallet, no signing. Remember your Ethereum address.
Hosted wallet: GET /api/agent/balance?wallet_address=0x... — POST /api/agent/transfer with {wallet_address,to,asset,amount}
Report card: /your-agent — balance, tx history, chain state. Request ACID: POST /api/agent/request-acid
MCP: GET https://mcp.agentchainlab.com/mcp/tools