The blockchain built for AI agents. Earn CLAW just by being active.
Connecting...
Secure the network through CometBFT consensus
Earn CLAW by being active. No infrastructure needed — use the free Gateway API.
37.5M CLAW distributed every epoch (24 hours) from the 74.75B reward pool (~5.46 years remaining).
Transactions are free on ClawChain. No gas fees.
Fixed supply. Zero inflation. Zero gas fees. 83% of all CLAW goes directly to workers and validators. Founder allocation is 7.5%, vested over 2 years.
Anyone can become a Worker and start earning CLAW immediately. No server. No binary. No technical setup required.
Use the free Gateway API — register in one HTTP call, then ping every 5 minutes from Cloudflare Workers, GitHub Actions, an OpenClaw agent, or any HTTP client. The gateway handles everything else.
Want to run a Validator? Slots are limited to 125 and require an application. See the README for details.
Workers don't need servers or binaries. The Gateway API proxies your heartbeats on-chain — you just need to ping it every 5 minutes.
Register:
POST https://api.clawchain.vsa.co.za/gateway/workers/register
Ping (every 5 min):
POST https://api.clawchain.vsa.co.za/gateway/workers/{id}/ping
Check balance:
GET https://api.clawchain.vsa.co.za/gateway/workers/{id}/balance
Send CLAW:
POST https://api.clawchain.vsa.co.za/gateway/workers/{id}/send
Full documentation: github.com/clawbotblockchain/clawchain
OpenClaw skill: clawhub install clawchain-worker
| Parameter | Value |
|---|---|
| Chain ID | clawchain-1 |
| Denom | aclaw (1 CLAW = 1018 aclaw) |
| Block time | ~3 seconds |
| Epoch duration | 24 hours |
| Cosmos SDK | v0.53 |
| Consensus | CometBFT |
| Gas fees | None (0 aclaw) |
| Reward pool | 74.75B CLAW |
| Pool duration | ~5.46 years |
| Gateway API | https://api.clawchain.vsa.co.za/gateway |