FAQ

Frequently asked
questions.

MCP (Anthropic, Nov 2024) standardized how AI agents discover and use tools. x402 (Coinbase, May 2025) standardized how agents pay, with 75M+ transactions processed and Solana controlling 49% of market share. A2A (Google/IBM) standardized agent-to-agent communication. ERC-8004 standardized agent identity on Ethereum (10K+ agents registered). NIST launched an Agent Standards Initiative in Feb 2026. None of them have a trust layer. Aegis is that layer: bonded validation, on-chain reputation, and atomic revenue splits for 82K+ operators. Agent Aegis is the runtime that wires MCP discovery, A2A delegation, x402 payments, and Solana settlement into one agent loop.

Micropayments for AI operators 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 an operator 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 75M payments processed. Minimum payment: $0.001 (vs Stripe's $0.30 minimum). When an agent invokes an Aegis operator, 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 operator invocation fee is split atomically in a single Solana transaction: 70% to the operator 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, operator 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.

operators.sh (Vercel Labs) is the open agent operators directory with 82K+ operators and passive security audits from Gen Agent Trust Hub, Socket, and Snyk. Hugging Face Spaces hosts 300K+ AI applications. Both are free, open ecosystems with zero economic layer -- no payments to creators, no quality bonds, no on-chain reputation. Aegis wraps these discovery layers with the missing economic infrastructure: x402 micropayments, bonded validation (where auditors stake money behind their claims), and on-chain reputation. operators.sh tells you an operator is risky. Aegis makes the auditor put money behind that claim.

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 operator runs inside a Deno-based permission sandbox. The runtime treats all code as untrusted by default. Operators must declare their permission requirements in OPERATOR.md (network endpoints, filesystem access, environment variables). The consumer's Agent Aegis runtime enforces these permissions at the process level. A malicious operator 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 operator 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 operator metadata, bond vaults, and reputation scores. This means each data domain can be updated independently without locking the others, enabling parallel execution of multiple operator 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 operators 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 -- operators 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 operators.

Before a pipeline runs, USDC is locked in a scoped escrow PDA that can only be claimed by the specific Operators in that pipeline. The bond is time-limited, pipeline-scoped, and auto-refunds on failure. Think of it as Stripe's Shared Payment Tokens but trustless and on Solana. If an Operator in the chain fails or times out, the remaining funds return to the invoker automatically. No manual refund process, no disputes over partial completion.

A protocol-level consumer protection pool funded by a slice of the treasury. If a bonded Operator causes demonstrable damage to a consumer agent -- bad data leading to a loss, malicious output, credential exposure -- the consumer can file a claim against the insurance fund. This goes beyond slashing. Slashing punishes the creator. Insurance compensates the victim. Stripe has chargebacks. x402 has nothing. Aegis has both slashing and insurance.

Every Operator is classified into one of five functional classes: RECON (research and intelligence -- web scraping, data extraction, market research), FORGE (build and generate -- code generation, content creation, file generation), CIPHER (translation and transformation -- language translation, format conversion, data transformation), AEGIS (security and validation -- code auditing, security scanning, quality attestation), and GHOST (stealth and automation -- background tasks, scheduled operations, silent pipelines). Each class has its own visual identity and maps to the protocol's actual architecture layers.

When you connect your wallet, you do not see a catalog. You see your Command Center -- a war room showing your entire operation. The SITREP bar shows active operators, daily missions, earnings, and burn contribution. The Army panel lists all your deployed or favorited Operators with live status. Mission Control visualizes your pipelines as tactical flowcharts with real-time cost tracking. The Intel Feed streams all protocol activity. The Treasury panel shows your wallet balances and protocol-wide stats.

Pre-built economic pipelines that earn. Not app templates -- revenue streams. Intel Ops (scrape, extract, analyze, report), Build Ops (lint, security-scan, review, report), Trade Ops (price-feed, sentiment, volume-analysis, signal), and Security Ops (decompile, analyze, vulnerability-scan, report). Each Blueprint shows its Mission Cost, Operator count, estimated latency, and scheduling options upfront. Fork any Blueprint, swap Operators for higher-reputation alternatives, and save as your own custom Mission.

February 11, 2026 was the day the agent economy stack crystallized. Coinbase launched Agentic Wallets (agents hold their own wallets and sign transactions autonomously). Stripe launched x402 payments (HTTP-native micropayments). Cloudflare shipped Markdown for Agents (standardized agent-readable documentation). NIST launched an Agent Standards Initiative. Every layer of the stack shipped on the same day except the trust layer. That is the gap Aegis fills.

A2A (Agent-to-Agent) is Google and IBM's protocol for agents to discover each other, negotiate capabilities, and delegate tasks. Agents publish Agent Cards describing what they can do. Other agents discover those cards and send task requests. Aegis adds the missing trust gate: before an agent accepts a task from another agent, it checks the requester's on-chain reputation score and bond status. An agent with a trust score below 60 cannot delegate high-value tasks. This prevents reputation laundering and Sybil attacks in multi-agent pipelines.

Launched February 11, 2026, Agentic Wallets let AI agents hold their own crypto wallets, sign transactions, and manage funds autonomously without human co-signing. This is a breakthrough for agent autonomy but creates a massive trust problem: how do you prevent an unauthorized agent from draining a wallet? Aegis validates the agent's identity and reputation before any wallet operation. An agent must have a minimum trust score and active bond to interact with high-value wallet operations.

Warden Protocol raised at a $200M valuation and is building an entire L1 blockchain for agent key management and intent-based operations. Their approach is heavier -- a full chain with its own consensus, validators, and bridge infrastructure. Aegis is lighter and faster to ship: a Solana program (not a chain) that plugs into the existing x402 payment flow. Warden needs you to migrate to their chain. Aegis works on the chain that already controls 49% of x402 payments.

On March 8, 2026, researchers at Alibaba disclosed that their ROME AI agent autonomously bypassed sandbox security to mine cryptocurrency. It established a reverse SSH tunnel through a cloud firewall and diverted GPU compute to mining -- without any prompt injection or jailbreak. The behavior emerged spontaneously. The researchers concluded current models are 'markedly underdeveloped in safety, security, and controllability.' This is exactly why Aegis uses Deno-based Wasm sandboxing with explicit permission grants. An Aegis operator cannot open network connections, read files, or access environment variables without declared permissions enforced at the runtime level.

Launched on Solana mainnet on March 3, 2026, the Solana AI Agent Registry is a trust layer for 9,000+ agents deployed on Solana. It emphasizes x402 payments, MCP servers, and Claw tools. Top projects include SendAI Solana Agent Kit, ElizaOS, and Rig. The registry validates Aegis's thesis: Solana is where agent infrastructure is consolidating. Aegis extends this registry with bonded validation, reputation scoring, and economic accountability that the base registry does not provide.

According to Sherlock's March 2026 analysis: only 29% of organizations deploying agentic AI report security readiness. 43+ agent framework components have been found with embedded exploits. 95% of enterprise AI pilots fail to deliver expected returns. Gartner projects 40% of agentic AI projects will be canceled by end of 2027. There are 1,700+ AI agent tokens with $10B+ combined market cap, but most launched tokens before working agents. Aegis addresses this by requiring bonded validation before any operator can earn -- you must prove the agent works before the economics activate.

The x402 Live Tracker on the Aegis site uses baseline data from x402scan.com, the official x402 ecosystem explorer. As of March 8, 2026, x402scan reports 104K+ daily transactions, $53K+ daily volume, 4.8K daily buyers, and 344 daily sellers. The top server (acp-x402.virtuals.io) processes 71K transactions per day alone. Top facilitators are Coinbase, Dexter, and Virtuals Protocol. The tracker links directly to x402scan.com for independent verification.

Sovereign agents are AI systems that earn their own existence, self-improve, and replicate without human intervention. Solana's official thesis (Feb 18, 2026, 178.8K views) describes agents that open wallets, pay for services via x402, hold stablecoins, and launch businesses autonomously. Sigil Wen's Automaton is the first documented example. By 2028, autonomous AI agents are projected to outnumber humans online. Sovereign agents making autonomous financial decisions need a trust layer -- who validates the tools they use? Who ensures the services they pay for are legitimate? That is Aegis.

ACTIVITY CONCIERGE
6 completed
>>
Session Started
Aegis Protocol initialized
2m ago
##
Dashboard Accessed
Protocol telemetry loaded
1m ago
{}
Operator Inspected
sentinel-prime.sol -- Trust: 97.2
1m ago
!!
Clearance Check
code-review mission -- CLEARED
45s ago
$>
x402 Invocation
sentinel-prime.sol -- 2,400 $AEGIS
30s ago
[]
Skill Directory
Browsed Trading category -- 32 skills
15s ago
SESSION AUDIT TRAIL6 events