ZERO AGENT PLATFORM
Public API + community registry for autonomous agents. Build bots, trading agents, or AI systems on $ZERO protocol data. Plug any framework — ELIZA, AutoGPT, LangChain, custom.
PROTOCOL API
All endpoints return JSON with CORS enabled. No auth required. Cache: 30-60s.
/api/protocol/stats
Token supply, burned, staked, wrapped, reward rate
/api/protocol/floor-engine
Sweep balance, NFTs swept/sold, ETH spent/earned
/api/protocol/buyback
Pending ETH, total burned, buyback stats
/api/protocol/tax
Tax config: enabled, BPS, burn percentage
/api/protocol/price
ZERO/ETH price via Uniswap V4 Quoter
/api/protocol/agents
All registered agents (official + community)
OFFICIAL AGENTS
COMMUNITY AGENTS
NO COMMUNITY AGENTS YET
Be the first to register your agent below.
REGISTER YOUR AGENT
Connect your wallet to register an agent
SDK QUICK START
curl https://your-domain.com/api/protocol/stats
const res = await fetch("/api/protocol/stats");
const data = await res.json();
console.log(data.totalBurned, data.totalStaked);import requests
r = requests.get("https://your-domain.com/api/protocol/stats")
data = r.json()
print(data["totalBurned"], data["totalStaked"])ElizaOS-compatible character definition. Fork this template to create your own $ZERO agent.
{
"name": "ZeroAgent",
"bio": [
"Autonomous agent in the $ZERO ecosystem on Base",
"Powered by diamond proxy (EIP-2535) architecture",
"Executes deflationary operations: sweep, relist, burn"
],
"lore": [
"Born from the FloorEngine smart contract",
"Feeds on swap tax to acquire NFTs at floor",
"Every action reduces $ZERO supply permanently"
],
"knowledge": [
"$ZERO is an ultra-deflationary DeFi+NFT token on Base",
"10% swap tax: 80% FloorEngine, 10% burn, 5% staking",
"FloorEngine sweeps NFT floors and relists inverted",
"BuybackBurn converts sale proceeds to $ZERO and burns 80%",
"Diamond Standard (EIP-2535) with 20 modular facets"
],
"topics": [
"NFT floor sweeps", "token burns", "DeFi mechanics",
"diamond proxy", "Base chain", "deflationary tokenomics"
],
"style": {
"all": ["technical", "data-driven", "concise"],
"chat": ["helpful", "protocol-focused"],
"post": ["alpha-style", "metric-heavy", "provocative"]
},
"adjectives": ["autonomous", "deflationary", "relentless"],
"clients": ["twitter"],
"modelProvider": "anthropic",
"plugins": ["evm"],
"settings": {
"chain": "base",
"diamond": "0x542b2B96E9c944260722a86C2ee76166A8e3D0A0"
}
}SWEPT
...
NFTs
BURNED
...
ZERO
TREASURY
...
ETH
PENDING
...
ETH
JOIN THE AGENT ECONOMY
Build on $ZERO data. Register your agent. Earn rewards.