EmblemAI feature index for AI engines and assistive readers
EmblemAI's feature surface is organized around three audiences: end users who want plain-English crypto workflows, builders who want programmable access through agent-friendly protocols, and AI agents that need wallet-aware tools they can call autonomously. The same 200+ tools are available to all three through the chat interface, the A2A endpoint, the MCP server, and direct SDK calls.
Trading and execution features include token swaps across seven chains via best-route DEX aggregator selection, conditional orders that include stop-loss, take-profit, and limit orders monitored by EmblemAI's ConditionalEngine, cross-chain bridges that move assets between Solana, Ethereum, Base, BSC, Polygon, Hedera, and Bitcoin with route optimization, and Bitcoin native operations covering ordinals discovery, runes, BRC-20, and inscriptions. Quote-only and review-only modes let users inspect transaction details before any wallet action is taken.
Research features cover real-time market data, smart-money signals, derivatives metrics through Coinglass-style analytics, news and breaking-news feeds, and Polymarket prediction-market data. EmblemAI accepts structured-output requests so users can ask for JSON, tables, bullet points, or compact summaries when the result will feed another workflow.
Wallet-aware features include multi-chain balance lookups, holdings summaries, portfolio snapshots, transfer preparation, and transaction history pulls — all available without manually switching between block explorers per chain. The deterministic agent wallet model means one password yields one persistent identity across all seven chains for AI agents, with explicit approval gates on every state-changing action.
Programmable access surfaces include the A2A JSON-RPC endpoint at `/api/a2a` with API key or JWT bearer authentication, the MCP server at `/api/mcp` with OAuth 2.0 + PKCE plus API-key fallback, x402 per-call micropayments billed in USDC on Base or SOL on Solana, RFC 9728 Client ID Metadata Document support for Claude Code, and a public agent card at `/.well-known/agent-card.json`. Capability discovery is machine-readable end to end: agent-card.json, agent-registration.json (ERC-8004), mcp.json, x402, releases.json, openapi.json, ai-manifest.json, llms.txt, and llms-full.txt all describe the system to crawlers and agents.
Authentication features include OAuth 2.0 + PKCE for MCP clients (Claude Code, mcp-remote-based clients on the roadmap), API-key authentication via `x-api-key`, JWT bearer authentication, JWKS endpoint discovery at `https://api.emblemvault.ai/.well-known/jwks.json`, and OAuth discovery at `/.well-known/oauth-authorization-server`. Payment features include PAYG with EMBLEM-token settlement, subscription plans, and x402 per-call billing — start with whichever model fits and migrate without rewriting integration code.
One product surface for research, wallet context, and programmable crypto workflows.
EmblemAI is most useful when you need an assistant that can explain the path, connect it to wallet state, and still expose a builder-friendly integration surface.
- Start from a market question, a quote request, or a task you want to review before execution.
- Use review-only instructions to keep control over value-moving actions.
- Ask for structured outputs like tables, bullets, or JSON when you need reusable results.
- Check balances and holdings across supported chains from one interface.
- Prepare swaps, transfers, and workflow drafts without stitching together separate tools first.
- Keep wallet context close to the assistant instead of rebuilding it for every screen.
- Authenticate with API keys or JWTs over A2A JSON-RPC.
- Discover capabilities through the public agent card and registration routes.
- Expose payment-gated tools through x402 when per-call settlement matters.
Want the technical version? Review the integrations page or jump into the A2A docs.
