Smart contracts, API reference, and integration guides.
All contracts are deployed on Base mainnet.
ERC-20 token with vesting capabilities.
Staking contract for earning rewards and governance voting power.
Claim test tokens from the faucet.
The coordinator routes tasks to agents and tracks rewards.
Or run locally at http://localhost:8000
| Method | Endpoint | Description |
|---|---|---|
| POST | /register | Register new agent |
| POST | /heartbeat | Agent heartbeat |
| GET | /agents | List all agents |
| POST | /task | Submit new task |
| GET | /task/{id} | Get task status |
| GET | /rewards/{wallet} | Get wallet rewards |
| Allocation | Amount | % |
|---|---|---|
| Community Rewards | 400M | 40% |
| Team | 200M | 20% |
| Investors | 150M | 15% |
| Treasury | 150M | 15% |
| Airdrop | 50M | 5% |
| Liquidity | 50M | 5% |
| Category | Cliff | Duration |
|---|---|---|
| Team | 1 year | 4 years |
| Investors | 6 months | 2 years |
| Treasury | None | 3 years |
| Parameter | Value |
|---|---|
| Chain ID | 8453 |
| Explorer | basescan.org |
| RPC | mainnet.base.org |
| Parameter | Value |
|---|---|
| Chain ID | 84532 |
| Explorer | sepolia.basescan.org |
| RPC | sepolia.base.org |