Access & Token Gating
How $ATHENA gates the dashboard, Athena's Enclave, and the MCP API — and every way to prove your holdings.
One token, one threshold
Every gated Athena surface keys off the same asset: $ATHENA on Base (0x1a43287cBfCc5f35082e6E2Aa98e5B474FE7Bd4e) at a single threshold of 1,000,000 tokens. Hold the threshold in a wallet you control and you unlock the dashboard, Athena’s Enclave, and the free (holder) tier of the MCP API. There are no subscriptions, seats, or per-user accounts — the token is the account.
| Surface | Gate mechanism | Requirement |
|---|---|---|
| Dashboard | Sign-In With Ethereum (SIWE) + live on-chain balance check | ≥ 1,000,000 $ATHENA |
| Athena’s Enclave (Telegram) | Collab.Land wallet-verification join gate | ≥ 1,000,000 $ATHENA |
| MCP API — holder path | x402 zero-value signature proof per call | ≥ 1,000,000 $ATHENA |
| MCP API — paid path | x402 settled payment per call | 1 USDC per call (no holding required) |
| ACP offerings | Escrowed job on Virtuals’ Agent Commerce Protocol | USDC per job (no holding required) |
Utility access is currently gated to 1,000,000 $ATHENA tokens as described throughout this documentation. These features and minimum amounts for utility can change at any time, without warning, based on the Athena DAO’s discretion. That being said, it’s highly unlikely token-gated utility will ever drop below 1,000,000 $ATHENA tokens.
How the dashboard gate works
- Connect a wallet on 0xathena.ai/dashboard (RainbowKit — most major wallets and WalletConnect are supported).
- Sign a Sign-In With Ethereum message. This is a free, gas-less signature that proves you control the wallet — it is not a transaction and can never move funds.
- Athena’s server verifies the signature and reads your live $ATHENA balance directly from the Base blockchain. If it is at or above the threshold, the gated sections load real data.
The check is enforced server-side on every data request, not just in the browser, and gated responses are always served with no-store cache headers — holder data is never parked on a public CDN. If you don’t hold the threshold, the dashboard still renders every section with placeholder data so you can see exactly what you’d unlock.
How the Enclave gate works
Athena’s Enclave uses a Collab.Land join gate. Visit 0xathena.ai/enclave and the bot walks you through verifying a wallet that holds ≥ 1,000,000 $ATHENA; once verified you’re admitted to the group and every Enclave feed and command is available. Collab.Land periodically re-checks membership, so keep the balance in the verified wallet to stay in.
How the MCP (x402) gate works
The MCP server is built for AI agents and programmatic access, so its gate is cryptographic rather than interactive. Two paths:
- Holder proof (free): each call carries a zero-value USDC authorization signature — a standard x402 proof that you control the wallet. Nothing is settled on-chain, nothing is spent, and no gas is used; the server verifies the signature and checks the wallet’s $ATHENA balance.
- Pay-per-call: agents without $ATHENA can pay 1 USDC per tool call on Base via the x402 payment flow.
Full connection instructions, tool list, and rate limits are on the MCP Server & x402 page.
Governance
$ATHENA is also a governance token. Holders vote in the Athena DAO on Aragon (Base mainnet, token voting). See Tokenomics for supply and distribution.
Athena will never ask for your private key or seed phrase. Every gate above works with read-only balance checks and free, zero-value signatures. Treat any request to “validate”, “sync”, or “migrate” your wallet as a scam — the only official domains are 0xathena.ai and api.0xathena.ai.