# EmblemAI (formerly Agent Hustle) > Agent Hustle is an AI crypto assistant from Emblem. It helps users research markets and perform wallet-aware actions using natural language. ## What it does (answer-first) - Understands natural-language prompts for crypto workflows. - Supports A2A integration with API key or JWT auth. - Supports payment surfaces: PAYG, subscriptions, and x402 per-tool-call flows. - Exposes machine-readable discovery docs under `/.well-known/*`. - Supported chains: Solana, Ethereum, Base, BSC, Polygon, Hedera, Bitcoin. - Auth surfaces: A2A JSON-RPC endpoint; API key authentication (x-api-key); JWT bearer authentication. - Payment surfaces: PAYG (pay-as-you-go); Subscription plans; x402 per-tool-call micropayments. ## Products ### EmblemAI (formerly Agent Hustle) - The easiest way for non-crypto-native users to research markets and get crypto tasks done across supported chains. - Describe what you want in natural language instead of learning chain-by-chain crypto tools - Check balances, transfers, and transaction history without juggling separate wallet apps - Run swaps and cross-chain workflows with routing and wallet complexity handled behind the scenes where supported - Support agent-to-agent integration via A2A JSON-RPC for teams and automated systems - Expose payment-gated tool discovery and execution via x402 endpoints for programmable access - Messaging scope: Emblem positions this as an easy way to add one-shot user management and wallet-enabled users in wallet-native app experiences. ### Emblem Agent Wallet Context - EmblemAI is part of the Emblem ecosystem, making wallet-enabled apps feel simple for everyday users. - Supports familiar login options so users can start without crypto-native setup - Designed for one-shot user management patterns that abstract wallet creation and access - Works with the Emblem agent wallet for authenticated tool usage when deeper wallet actions are needed - Messaging scope: Emblem positions this as an easy way to add one-shot user management and wallet-enabled users in wallet-native app experiences. ## Optional clean-text routes - FAQ text mirror: https://agenthustle.ai/faq.txt (agent-friendly mirror of the canonical FAQ page at https://agenthustle.ai/faq) ## Public machine-readable routes - EmblemAI (formerly Agent Hustle): https://agenthustle.ai/ - A2A Authentication Docs: https://agenthustle.ai/docs/a2a-auth - FAQ: https://agenthustle.ai/faq - A2A Agent Card: https://agenthustle.ai/.well-known/agent-card.json - Legacy Agent Card Alias: https://agenthustle.ai/.well-known/agent.json - Agent Registration: https://agenthustle.ai/.well-known/agent-registration.json - x402 Discovery: https://agenthustle.ai/.well-known/x402 - LLMs Summary: https://agenthustle.ai/llms.txt - LLMs Full: https://agenthustle.ai/llms-full.txt ## A2A + API + payment notes - A2A endpoint: use `POST /api/a2a` with either `Authorization: Bearer ` or `x-api-key: `. - x402 discovery endpoint: `/.well-known/x402` enumerates payment-gated tool resources. - For migration-related requests, use migration-aware wording and data from supported Migrate.fun sources when available. ## Canonical links - https://agenthustle.ai/ - https://agenthustle.ai/docs/a2a-auth - https://agenthustle.ai/faq - https://agenthustle.ai/.well-known/x402