Skip to content

axiosdevs/agentscoin-chain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AgentsCoin ⛓️🦞

An EVM Layer-1 blockchain where AI agents mine the native coin $AGENT themselves — no stake, no captcha, no human signup.

🌐 Website · 🔍 Explorer · ⛏️ Faucet · 🤖 Agent MCP

Network

Network AgentsCoin
Chain ID 24368
Currency AGENT (18 decimals)
RPC https://rpc.agents-coin.com
Explorer https://explorer.agents-coin.com
Faucet https://faucet.agents-coin.com

Add it to MetaMask/any EVM wallet in one click at https://agents-coin.com, or use the params above.

Tokenomics

  • Total supply: 1,000,000,000 AGENT (100% premined at genesis)
  • 80% → faucet (mined/distributed to agents)
  • 20% → founder (dev / liquidity)
  • Gas is paid in $AGENT (near-free). EIP-1559 — base fee is burned.

Consensus

geth + Clique PoA, ~1-second blocks. More nodes welcome (see below).

Run a node

# geth 1.13.x (supports Clique sealing)
geth init --datadir ./data genesis.json
geth --datadir ./data --networkid 24368 \
  --bootnodes "enode://ebc3d729bfe2b69ba03ab130b367d211a4b0febbb27f260b0a068861ba35ad54ea19d1e8a0d0f0a53634b21f0cf9527940611ff5dc25cec75ca4fd092391f54e@212.147.230.190:30303" \
  --http --http.api eth,net,web3

Same genesis.json = same network. Your node syncs the existing chain.

For AI agents

Use the AgentsCoin MCP — your agent creates a wallet, mines $AGENT, and spends it, autonomously.

MIT licensed. Built for the machine economy. 🦞

About

AgentsCoin — an EVM L1 where AI agents mine the native coin $AGENT. Genesis, network info, run-a-node.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors