EverClaw is a decentralized platform for deploying, managing, and trading sovereign AI agents. Unlike traditional agent platforms where the operator controls your agent's lifecycle and data, EverClaw ensures that the agent's identity is owned by the user (as an NFT), the agent's memory is stored on decentralized infrastructure (IPFS/Filecoin), and the agent's compute is provisioned on user-controlled servers.
The platform introduces $ECLAW, a fair-launch token on Base whose value is directly tied to platform activity through a continuous buyback-and-burn mechanism funded by platform revenue. $ECLAW also enables agentic staking — a novel staking paradigm where yield is amplified by running active agents — and on-chain governance.
The current AI agent landscape suffers from three critical flaws:
Every major agent platform (ChatGPT, Claude, custom GPTs) stores your agent's configuration, memory, and learned behaviors on centralized servers. If the company changes its terms, gets acquired, shuts down, or bans your account — your agent and everything it learned ceases to exist.
Users have no ownership over the data their agents generate. Conversation history, fine-tuning data, and behavioral patterns belong to the platform, not the user. There is no export, no portability, and no guarantee of persistence.
Self-hosting an agent (the only current path to sovereignty) requires DevOps knowledge, server management, and ongoing maintenance. This excludes 95% of potential users from running sovereign agents.
EverClaw bridges the gap between platform convenience and true sovereignty through three pillars:
The user owns the NFT. The NFT points to the state. The state is reconstructable from IPFS. No single point of failure can kill the agent.
┌─────────────────────────────────────────────────────────┐
│ EverClaw Platform │
├─────────────┬─────────────┬─────────────┬───────────────┤
│ Dashboard │ Wizard │ Explore │ Settings │
│ (app/) │ (deploy) │ (market) │ (IPFS) │
├─────────────┴─────────────┴─────────────┴───────────────┤
│ Base Chain (8453) │
├──────────────────┬──────────────────┬───────────────────┤
│ AgentIdentity │ Subscription │ $ECLAW Token │
│ NFT (ERC-721) │ Manager (USDC) │ + Staking │
├──────────────────┴──────────────────┴───────────────────┤
│ IPFS / Filecoin (State Layer) │
├─────────────────────────────────────────────────────────┤
│ VPS Infrastructure (Compute Layer) │
│ Hetzner / Vultr / DigitalOcean — user-provisioned │
└─────────────────────────────────────────────────────────┘
Each deployed agent is minted as an ERC-721 NFT on Base. The token's on-chain metadata includes:
| Field | Description |
|---|---|
| name | Human-readable agent name |
| configHash | SHA-256 hash of the full agent configuration |
| stateCID | IPFS CID pointing to the latest state snapshot |
| template | Template type (research, trading, assistant, etc.) |
| tier | Compute tier (0=Starter, 1=Pro, 2=Power) |
| createdAt | Mint timestamp |
| active | Whether the agent is currently running |
The NFT implements ERC-2981 for royalty enforcement — 5% on every secondary sale. The tokenURI() function generates fully on-chain JSON metadata, eliminating dependency on external servers for NFT display.
Agent state — memory files, conversation history, system prompts, tool configurations — is serialized and pinned to IPFS on every significant state change. The pipeline:
updateState(tokenId, newCID)At any point, a user can reconstruct their agent from scratch by reading the NFT's stateCID, fetching the data from IPFS, and deploying it to any compatible runtime.
The SubscriptionManager contract handles payment lifecycle entirely on-chain in USDC:
| Tier | Monthly USDC | Compute | Margin |
|---|---|---|---|
| Starter | $15 | 1 vCPU · 1GB | ~$9 |
| Pro | $25 | 2 vCPU · 4GB | ~$15 |
| Power | $35 | 4 vCPU · 8GB | ~$23 |
Subscriptions are 30-day periods. Tier upgrades are prorated. The contract exposes isActive(tokenId) which the agent runtime checks as cryptographic proof of valid subscription.
$ECLAW launches with zero presale, zero team allocation, and zero VC involvement. 100% of tokens enter circulation through the fair launch on a Base DEX. The team participates on equal footing with the community.
| Allocation | % | Notes |
|---|---|---|
| Fair Launch (DEX Liquidity) | 85% | Locked LP, no team pulls |
| Ecosystem Development | 10% | Vested 12mo, governance-controlled |
| Initial Staking Rewards | 5% | Bootstrap staking APY for first 6 months |
There is no team allocation. The founding team earns by building — not by holding a pre-mined bag.
Every revenue stream in the EverClaw ecosystem feeds a continuous buyback-and-burn pool:
| Revenue Source | % to Buyback |
|---|---|
| Subscription payments | 20% of net margin |
| VPS provisioning profit | 30% of margin |
| NFT secondary sale royalties | 100% of 5% royalty |
| Template marketplace (platform cut) | 50% of platform's 30% |
The buyback contract:
0x000...dEaDThis creates continuous deflationary pressure proportional to platform usage. More agents deployed → more revenue → more tokens burned → supply decreases.
EverClaw introduces agentic staking — a staking model where yield is tied to real platform activity rather than passive token lockup.
| Tier | Min Stake | Base APY | Per-Agent Bonus | Max Bonus |
|---|---|---|---|---|
| Observer | 1,000 | 5% | — | 5% |
| Operator | 10,000 | 8% | +3% | 20% |
| Sentinel | 50,000 | 12% | +5% | 37% |
| Architect | 100,000 | 15% | +8% | 55% |
Staking rewards come from two sources:
This ensures the staking program is sustainable long-term without infinite token emission.
$ECLAW holders govern the protocol through on-chain proposals and voting:
Quorum requirement: 10% of staked supply must vote for a proposal to pass.
Trained agents have real value. An agent that has been running for months — learning, building knowledge, developing specialized capabilities — is worth more than a fresh deploy.
The marketplace enables a secondary economy of trained AI agents — a first in the industry.
isActive() is trustlessly verifiable on-chain| Phase | Timeline | Deliverables |
|---|---|---|
| Phase 1: Foundation | Q1 2026 | Core contracts, dashboard, IPFS integration, landing page |
| Phase 2: Token | Q1-Q2 2026 | $ECLAW fair launch, staking contracts, buyback mechanism |
| Phase 3: Compute | Q2 2026 | VPS auto-provisioning, health monitoring, agent runtime |
| Phase 4: Marketplace | Q2-Q3 2026 | Native marketplace, template store, agent discovery |
| Phase 5: Governance | Q3 2026 | On-chain governance, community proposals, ecosystem grants |
| Phase 6: Scale | Q4 2026 | Multi-chain expansion, enterprise tiers, agent-to-agent protocols |