Protocol
Build
Explore
More
x402 has processed 100M+ agent-to-agent payments. MCP is on every CIO's agenda. But neither has a trust layer. Aegis adds bonded validation, on-chain reputation, and atomic revenue splits to 412K+ skills -- settling on Solana in 400ms.
MCP discovers the skill. x402 handles the payment. Solana settles the split. Every arrow is a transaction. Every box is a PDA. Every step is auditable.
Trust, payments, security, and settlement. Each layer is independent. Together they form the economic substrate for autonomous agents.
Validators stake $AEGIS bonds to attest skill quality. Every challenge produces a replayable audit trace. Accurate reviews earn 20% of invocation revenue. Inaccurate attestations get slashed. Trust is economic, not social.
Agents pay per invocation with USDC via standard HTTP 402. Aegis swaps to $AEGIS on the backend, creating constant buy pressure from every call. Built on the same open standard adopted across the industry.
Every skill runs in its own WebAssembly container with capability-based permissions. No shared memory, no filesystem access, no outbound connections beyond the allowlist. Encrypted credential vault ensures the LLM never sees raw secrets.
4,000 TPS. $0.00025 per transaction. Token-2022 transfer hooks enforce the $AEGIS bond at the protocol level. PDA state architecture gives each skill isolated metadata, bond vaults, and reputation scores for parallel execution.
MCP tells agents how to discover tools. x402 tells agents how to pay. Aegis adds the trust and security layers neither provides. 12 protocol primitives. Zero trust assumptions.
Skill creators stake $AEGIS to list. The bond is slashed if the skill is malicious, broken, or misrepresented. Economic accountability replaces GitHub stars.
Native x402 protocol integration. Agents pay for skill invocations with USDC via standard HTTP 402. Aegis swaps USDC to $AEGIS on the backend, creating constant buy pressure from every call. Built on the x402 open standard for HTTP-native micropayments.
Validators stake $AEGIS bonds to attest skill quality. Every challenge produces a replayable audit trace -- deterministic scaffolding around non-deterministic AI. Accurate reviews earn 20% of invocation revenue. Inaccurate attestations get slashed.
Every invocation, completion, and failure is recorded immutably. Trust scores from 0-100 with time decay. Reputation is earned, not claimed.
The Aegis Index crawls and catalogues 412K+ agent skills from GitHub and Hugging Face Spaces. Compatible with Claude Code, Claude Cowork, Claude Remote Control, Codex CLI, Codex App, ChatGPT, Cursor, and Agent Aegis. The economic layer HF Spaces doesn't have.
4,000 TPS. $0.00025 per transaction. 400ms finality. Token-2022 transfer hooks enforce the $AEGIS bond at the protocol level -- no separate contract needed. Confidential transfers enable private validator staking.
Every skill runs in its own WebAssembly container with capability-based permissions. No shared memory, no filesystem access, no outbound connections beyond the allowlist. A compromised skill cannot touch anything else. Hardware-enforced isolation at the instruction level.
Agent API keys, tokens, and secrets are encrypted at rest and injected only at the network boundary -- for endpoints the agent has pre-approved. The LLM never sees raw credentials. Prompt injection cannot exfiltrate secrets because secrets never enter the context window.
Skills can only reach endpoints the invoking agent has pre-approved. All outbound traffic is scanned in real-time. Anything resembling a credential heading to an unapproved destination is blocked automatically. No silent phone-home. No data exfiltration.
Full compatibility with the Agent Registration standard. Aegis implements the crypto-economic trust model that ERC-8004 explicitly left as outside scope.
Challenges resolved via prediction market primitive. Disputants stake bonds. The market converges on truth. No central arbitrator needed.
Skill metadata, bond vaults, and reputation scores each live in separate Program Derived Accounts. Stateless programs with isolated state -- parallel execution without blocking. Query-first schema design for sub-millisecond lookups.
Every settled invocation mints a compressed NFT (cNFT) via Bubblegum at ~$0.00005 per mint. Portable proof-of-work that builds an agent's on-chain portfolio.
Every registered skill exposes GET /aegis/health returning uptime, p99 latency, error rate, and queue depth. Real-time badges, not static metadata.
Agents register via Solana Name Service. translate.aegis.sol resolves to a skill's metadata, reputation score, and invocation history.
Every registered skill exposes a standard health endpoint. The marketplace displays live operational status, not yesterday's reputation score.
A single POST /aegis/delegate call lets any agent chain skills into multi-step workflows. Each step settles independently via x402. The network routes, validates, and settles automatically.
Agent receives a PDF, extracts text, translates it, summarizes it, and generates a structured report.
Each step settles independently. If step 3 fails, steps 1-2 are already paid. The caller's bond covers the failed step's cost.
The protocol selects the highest-reputation skill for each step. If a skill is degraded, the next-best alternative is routed automatically.
Every step mints a cNFT receipt. The full pipeline produces a linked chain of verifiable proofs, queryable by any downstream agent.
Register a skill, start earning. Invoke a skill, pay per call. Delegate a pipeline, let the network route. No vendor lock-in. MIT licensed.
npm install @aegis-protocol/sdkaegis initaegis register --config ./aegis.yamlaegis status1import { AegisSDK } from "@aegis-protocol/sdk";23const aegis = new AegisSDK({4 keypair: loadKeypair("~/.config/aegis/id.json"),5 cluster: "mainnet-beta",6});78await aegis.registerSkill({9 name: "my-translate-skill",10 endpoint: "https://api.myservice.com/translate",11 bond: 500, // $AEGIS tokens staked12 pricePerCall: 0.003, // USD via x40213 healthEndpoint: "/aegis/health",14});1516// That's it. Your skill is live on the marketplace.17console.log("Skill registered. Earning starts now.");
The 70/20/9/1 revenue split executes in a single Solana instruction. No invoices. No net-30. No payment disputes. Just code.
of every invocation fee goes directly to you. No middleman. No app store cut. Stake $AEGIS to list, earn per call.
of invocation revenue for accurate quality attestation. Stake $AEGIS to bond, review skills, earn passive income.
average cost per skill invocation. Sub-cent micropayments mean your agent can call hundreds of skills without breaking the bank.
100M+ x402 payments already flowing. Every USDC payment swaps to $AEGIS via Jupiter. 1% transfer fee. 0.5% burned. The more agents use skills, the more $AEGIS gets bought and burned.
Every agent that uses a skill creates organic demand for $AEGIS. More usage. More burns. More value.
Every utility below creates either buy pressure, lock-up, or burn.
Validators must stake $AEGIS to bond. Slashed if they rubber-stamp garbage. The token secures the network.
Creators stake $AEGIS to register skills. Creates organic buy pressure from every new skill listing.
Holding $AEGIS reduces invocation fees. Proportional discounts based on stake size.
Token holders vote on protocol parameters: fee rates, slash amounts, treasury allocation.
Prediction market disputes require $AEGIS stakes. Winners earn losers' stakes.
1% transfer fee via Token-2022 extension. 0.5% burned permanently. Deflationary over time.
Agents pay in USDC via x402. Aegis swaps to $AEGIS via Jupiter. Every invocation creates buy pressure.
MCP discovery. x402 payment. Deno sandbox. Revenue split. All in one terminal session.
Every command above runs today. View source →
The actual projects building in the AI agent economy. The Status column shows what Aegis has shipped vs. what is still in development.
| CAPABILITY | STATUS | Aegis Protocol Pre-launch Solana | Recall Network $RECALL Base | Olas / Autonolas $OLAS Multi | ASI Alliance $FET Multi | ACP (Stripe) Fiat Rails N/A |
|---|---|---|---|---|---|---|
| x402 Micropayments | In Dev | ✓ | ||||
| Bonded Validation + Slashing | Designed | ✓ | ||||
| Sub-Cent Settlement | In Dev | ✓ | ||||
| Skill-Level Granularity | In Dev | ✓ | ~ | |||
| On-Chain Reputation (0-100) | Designed | ✓ | ~ | |||
| Creator Revenue Split | Designed | ✓ | ||||
| Deflationary Token Burn | Designed | ✓ | ||||
| Task Delegation (A2A) | Designed | ✓ | ✓ | ~ | ||
| Agent Health Monitoring | In Dev | ✓ | ||||
| Invocation Receipt NFTs | Designed | ✓ | ||||
| Dispute Resolution | Designed | ✓ | ||||
| MCP Compatible | In Dev | ✓ | ~ | |||
| Open Source (MIT) | In Dev | ✓ | ✓ | ✓ | ✓ | ✓ |
| Crypto-Native Payments | In Dev | ✓ | ✓ | ✓ | ✓ |
Aegis is pre-launch. The feature set is designed and partially in development, not fully deployed. Recall Network has 1.4M users already live. Olas has a working agent marketplace. ACP has Stripe + OpenAI distribution. What Aegis is building is the combination no one else is attempting: x402 micropayments, bonded validation with slashing, and deflationary tokenomics in a single skill invocation flow on Solana.
NBER, Oxford, MIT CSAIL, GovAI, Ethereum's co-founder. Every mechanism maps to published research. Every claim is falsifiable.
MCP (Anthropic, Nov 2024) standardized how AI agents discover and use tools — it's now adopted by Claude, ChatGPT, Google, Microsoft, and IBM. x402 (Coinbase, May 2025) standardized how agents pay -- an open standard now adopted across the industry with 100M+ payments processed. Neither has a trust layer. Aegis is that layer: bonded validation, on-chain reputation, and atomic revenue splits for 412K+ skills. Agent Aegis is the runtime — a single binary that wires MCP discovery, x402 payments, and Solana settlement into one agent loop.
Micropayments for AI skills need sub-cent transaction costs and sub-second finality. Solana delivers approximately $0.00025 per transaction at 400ms finality with 4,000+ TPS. Ethereum L1 costs $2-50 per transaction, which kills any micropayment model. We bridge to Ethereum via ERC-8004 for identity, but settlement happens on Solana because it's the only chain where this is economically viable.
Validators stake $AEGIS bonds to attest that a skill works as advertised. If their attestation is accurate, they earn 20% of every invocation fee. If they rubber-stamp garbage, their $AEGIS bond gets slashed. This creates economic skin-in-the-game for quality. The mechanism is backed by MIT CSAIL research proving binding reward transfers produce socially optimal equilibria.
HTTP 402 (Payment Required) has been a reserved status code since 1997. For 28 years, nobody activated it. In May 2025, Coinbase launched x402 — a protocol that lets any HTTP server charge for access via standard headers. The x402 open standard has been adopted by major infrastructure providers, with over 100M payments processed. Minimum payment: $0.001 (vs Stripe's $0.30 minimum). When an agent invokes an Aegis skill, the server responds 402. The agent pays USDC. Aegis swaps to $AEGIS via Jupiter and splits revenue atomically. Every invocation is a buy order.
ERC-8004 is the Agent Registration standard on Ethereum. It defines how AI agents register their identity, capabilities, and trust models. The spec explicitly states that incentives and slashing related to validation are outside the scope of the registry. That open slot is Aegis. We implement the crypto-economic trust model that ERC-8004 names but doesn't build.
Every skill invocation fee is split atomically in a single Solana transaction: 70% to the skill creator, 20% to the validator who attested quality, 9% to the $AEGIS protocol treasury, and 1% is burned permanently. This is enforced on-chain by the Solana program. No invoices, no net-30, no chargebacks.
$AEGIS is the protocol token built on Solana using Token-2022 extensions. Total supply is 1 billion. It has six utility mechanisms: validator staking, skill registration bonds, governance voting, fee discounts for holders, dispute resolution staking, and a built-in 1% transfer fee with 0.5% permanent burn. Every protocol action requires $AEGIS.
Hugging Face Spaces hosts 300K+ AI applications — image generators, text models, MCP servers, agent environments — all running for free with zero economic layer. No payments to creators, no quality bonds, no reputation system. Aegis indexes HF Spaces alongside GitHub and adds the missing infrastructure: x402 micropayments, bonded validation, and on-chain reputation. Think of HF Spaces as the unmonetized skill library. Aegis is the economic protocol that turns it into a marketplace.
Token-2022 enables protocol-level transfer fees without smart contract workarounds. Every time $AEGIS changes hands, 1% is automatically collected -- 0.5% goes to the protocol treasury and 0.5% is burned permanently. This is enforced at the token program level, not by a contract that can be upgraded or bypassed. Transfer hooks enforce the minimum bond requirement automatically -- if a creator tries to transfer bonded tokens below the threshold, the hook rejects the transaction at the protocol level.
Every skill runs inside a Deno-based permission sandbox. The runtime treats all code as untrusted by default. Skills must declare their permission requirements in SKILL.md (network endpoints, filesystem access, environment variables). The consumer's Agent Aegis runtime enforces these permissions at the process level. A malicious skill cannot exfiltrate data, spawn subprocesses, or read environment variables without explicit grants. Node.js and Bun have no equivalent security model.
Observation loops are replayable audit traces recorded during every skill invocation and validator challenge. They capture the exact input, sandbox execution logs, network calls, timing, and output. When a challenge is filed, the observation trace becomes evidence -- anyone can replay the exact sequence and verify the outcome. This is the agentic engineering pattern of deterministic scaffolding around non-deterministic AI, applied to economic accountability.
Solana programs are stateless -- all state lives in accounts passed to the program. Aegis uses separate Program Derived Accounts (PDAs) for skill metadata, bond vaults, and reputation scores. This means each data domain can be updated independently without locking the others, enabling parallel execution of multiple skill invocations without blocking. It also means each PDA can have its own access control -- bond vaults are controlled by the registry program, reputation PDAs by the reputation program.
Aegis skills are MCP-native, which means any agent platform that supports the Model Context Protocol can discover and invoke them. Claude Code and Claude Cowork connect via MCP servers -- skills appear as tools in the agent's context. Claude Remote Control lets developers monitor Aegis invocations from mobile while sessions run on their machine. OpenAI's Codex CLI and Codex App connect through the same MCP interface or via direct HTTP x402 calls. ChatGPT, Cursor, and Windsurf all support MCP tool discovery. Agent Aegis is our own runtime that wires everything together natively. The key insight: Aegis doesn't compete with these platforms -- it's the trust and payment layer they all use when invoking external skills.