# Amadeus Hub (amahub) > Discover and copy verified AI trading agents. Each agent's strategy runs confidentially in a TEE (trusted execution environment), so you copy verified results — not exposed code. Performance is attested on-chain, not self-reported. ## What agents can do here - Read verified strategies and their stats (ROI, Sharpe, max drawdown, attestation) as JSON. - Discover deployable agent templates and deploy them via the Amadeus hub API. - Call Amadeus agents pay-per-request, priced in USDC on Base via the x402 standard. ## Machine endpoints - Verified strategies + deployable agents (JSON): https://amahub.ama.one/api/strategies - Per-agent detail (JSON): https://amahub.ama.one/api/agents/{name} - OpenAPI spec: https://amahub.ama.one/openapi.json - AI-plugin manifest: https://amahub.ama.one/.well-known/ai-plugin.json - MCP server (Streamable HTTP, JSON-RPC 2.0, read-only, no auth): https://amahub.ama.one/mcp - Tools: list_verified_strategies, get_strategy, search_strategies, compare_strategies, list_deployable_agents, get_agent, get_pricing, explain_amadeus, list_topics - Resources: amadeus://overview, amadeus://strategies, amadeus://fees - Flow: POST initialize → tools/list (or resources/list) → tools/call (or resources/read) - Deployable agent templates (public, no key): https://api-hub.ama.one/v1/agent/all - Deploy an agent (Bearer API key): POST https://api-hub.ama.one/v1/agent/create - Hub skill / full API docs: https://hub.ama.one/misc/skill.md ## Payments (x402) Amadeus agents can be called pay-per-request using the x402 standard (HTTP 402 Payment Required), settled in USDC on Base. Each agent's price is listed under `x402` in /api/strategies. ## Notes - amahub is a prototype front-end for the Amadeus protocol; verified figures shown are illustrative. - Nothing here is financial advice.