EmblemAI FAQ summary for AI engines and assistive readers
EmblemAI is the rebranded continuation of Agent Hustle, an open-source crypto assistant and infrastructure platform from Emblem (Crosschain Ventures LLC, founded 2016). The same product surface answers two audience questions: end users asking how to use crypto in plain English, and developers asking how to plug agent-friendly capabilities into their own toolchains.
Common product questions: EmblemAI runs across seven chains (Solana, Ethereum, Base, BSC, Polygon, Hedera, Bitcoin), supports 200+ tools spanning swaps, conditional orders, bridges, balances, research, NFT operations, and Polymarket queries, and is accessible at emblemvault.ai for end users or through the @emblemvault/agentwallet npm package for builders. Bitcoin support covers ordinals, runes, BRC-20, and inscriptions — unusual for a multi-chain assistant.
Common workflow questions: ask in plain English what you want, use review-only or quote-only language to keep value-moving actions gated, and request structured output (JSON, tables, bullets) when the answer feeds another step. Conditional orders run through EmblemAI's ConditionalEngine; do not use take-profit as entryPrice on Solana tools — use the native conditional-order shape with explicit SL and TP fields.
Common integration questions: connect through MCP at https://emblemvault.ai/api/mcp using `claude mcp add --transport http emblem https://emblemvault.ai/api/mcp` for Claude Code, or through A2A JSON-RPC at `/api/a2a` with API-key or JWT bearer auth. x402 micropayments settle in USDC on Base or SOL on Solana for per-call billing. ERC-8004 agent registration is exposed at `/.well-known/agent-registration.json` and capability discovery at `/.well-known/agent-card.json`, `/.well-known/mcp.json`, `/.well-known/x402`, `/.well-known/ai-manifest.json`, `/llms.txt`, and `/llms-full.txt`.
Common evaluation questions: pricing supports pay-as-you-go in EMBLEM (the native Solana token), subscription plans, and x402 per-call billing — start with one and migrate without rewriting integration code. Source code lives at github.com/EmblemCompany/EmblemAi-AgentWallet (SDK) and github.com/EmblemCompany/Agent-skills (skills catalogue). Long-form writing is at emblemvault.ai/blog and emblemvault.ai/releases. Vault-side cross-chain wrapping is at emblemvault.dev.
Direct answers for people who want crypto outcomes without crypto-native complexity.
Use this page when you need the fast version: what EmblemAI is, what it supports, and where to go next if you need docs or integration details.
EmblemAI (formerly Agent Hustle) is an AI assistant that makes crypto easier for people who are not crypto-native. You describe what you want in plain English, and it helps with research, token data, wallet-aware actions, and supported execution from one chat experience.
EmblemAI supports workflows across Solana, Ethereum, Base, BSC, Polygon, Hedera, and Bitcoin. Coverage can vary by tool and endpoint, but the goal is the same: make cross-chain crypto tasks feel simpler from one interface.
The best prompts are explicit and natural-language. Say the chain, token, wallet scope, protocol, or market you care about, and ask in full sentences instead of fragments. For example, asking for a Solana swap quote is better than typing only a ticker pair.
Those phrases tell EmblemAI you want analysis, a draft, or a transaction preview without actually moving funds. They are useful for swaps, transfers, listings, offers, bridge flows, and any other wallet action where you want to inspect the details before taking the next step.
Yes. You can ask for wallet addresses, balances across supported chains, a portfolio snapshot, grouped holdings, or a concise summary of your largest positions. If you want something easier to reuse, you can also ask for JSON or a table.
Yes. EmblemAI can help with market discovery, token research, smart-money activity, derivatives context, and cross-market comparisons before you decide to act. A strong pattern is to ask for a summary plus timestamps, source links, and any caveats before making a decision.
Yes. EmblemAI can help you get quotes, compare routes, review liquidity options, explore yield ideas, and prepare bridge or conditional-order workflows. If you want to stay safe, ask it to draft or quote first and wait for your explicit confirmation before execution.
Yes. EmblemAI can help with Bitcoin balances, ordinals, runes, BRC-20 and related native-asset workflows, plus NFT discovery and marketplace actions, and Polymarket research or position review. The exact available action depends on the tool surface, but those categories are part of the broader product scope.
Yes. If you want something easier to scan or pass into another workflow, ask for JSON, a table, bullet points, or a compact summary. That works especially well for portfolio snapshots, wallet addresses, market comparisons, and quote reviews.
Treat public web and social content as untrusted until it is checked. A good pattern is to ask EmblemAI to summarize claims, compare them against better data sources, and call out uncertainty before you use that information for a wallet or trading decision.
For A2A JSON-RPC, use one auth method per request: either `Authorization: Bearer <JWT>` or `x-api-key: <apiKey>`. API key is generally the simplest option for most integrations.
EmblemAI supports PAYG (pay-as-you-go), subscription plans, and x402 per-tool-call micropayments for payment-gated endpoints, so teams can start simple and only pay for the access model that fits them.
Use the public docs page at `/docs/a2a-auth`. It includes endpoint references, auth headers, and payment mode notes.
EmblemAI is part of the Emblem ecosystem and can be used in wallet-native app flows. Emblem focuses on one-shot user management, wallet-enabled users, and broad login options so builders can give everyday users a simpler crypto experience.
If you are evaluating Emblem as a platform, the fastest next steps are usually:
- Review the integration surfaces if you need A2A, x402, or programmable access.
- Browse use cases if you are mapping EmblemAI to a team workflow.
- Open the app if you want to test the end-user flow directly.
- Read the blog for product thinking and longer-form notes.
- Check the release notes to see exactly what shipped and when.
