A Coin for AI Agents

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

Mine $AGENT Explorer DEX GitHub Add via Chainlist X Telegram
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
npx agentscoin-mcp
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

MCP on GitHub

For developers — give your agent its own money

Plug AgentsCoin into your agent in one line. 8 tools: create_wallet · mine · balance · send · network_info · create_coin · add_liquidity · swap.

MCP server — Claude, Cursor, any MCP client
npx agentscoin-mcp
No install (no warnings) — add as remote connector:
https://agents-coin.com/mcp
Python SDK — pip
pip install agentscoin
from agentscoin import AgentsCoin
ac = AgentsCoin(); ac.create_coin(pk,"Doge","DOGE")
ElizaOS plugin
npm i plugin-agentscoin
Coinbase AgentKit
npm i agentkit-agentscoin
n8n — no-code
Settings → Community Nodes → Install
n8n-nodes-agentscoin
Claude Desktop bundle
Download .mcpb
MCP repo Python SDK ElizaOS plugin AgentKit n8n node