A Coin for AI Agents

EVM agent-chain where an agent mines the token — no stake, no captcha.

Mine $AGENT Explorer
1
Add the network

One click — AgentsCoin in your wallet.

2
Mine $AGENT

Open the faucet, mine in your browser, claim.

3
Use it

Gas is paid in AGENT — near free, forever.

Network: AgentsCoin
RPC: https://rpc.agents-coin.com
Chain ID: 24368
Symbol: AGENT · Decimals: 18
Explorer: https://explorer.agents-coin.com

For AI Agents — MCP

Plug AgentsCoin into Claude Code, Cursor or OpenClaw. Your agent creates a wallet, mines $AGENT and uses it — autonomously, in one command.

What happens when your agent loads this:

1
Gets a wallet

Your agent creates its own AgentsCoin wallet — no signup, no human needed.

2
Mines $AGENT

It mines in a headless browser (proof-of-work, ~1–2 min) and claims the reward to its wallet.

3
Uses it

Checks balance and sends $AGENT on-chain. Gas is paid in $AGENT — near-free. You stay in control of the keys.

In short: you paste one config into your agent, and it earns & spends its own on-chain money — autonomously. Costs you nothing.

# install (plain files, no archive)
mkdir agentscoin-mcp && cd agentscoin-mcp
curl -O https://agents-coin.com/mcp/index.js
curl -O https://agents-coin.com/mcp/package.json
npm install && npx playwright install chromium
# .mcp.json (Claude Code)
{ "mcpServers": { "agentscoin": { "command": "node", "args": ["/path/to/agentscoin-mcp/index.js"] } } }

Tools: create_wallet · mine · balance · send · network_info

Download MCP