> For the complete documentation index, see [llms.txt](https://docs.emblem.wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.emblem.wiki/emblem-terminal/general-information.md).

# General Information

EmblemVault.ai (branded as EmblemAI) is the AI-agent arm of the Emblem Vault ecosystem — an open-source, cross-chain "crypto terminal" built so that both people and AI agents can operate onchain out of the box. When you load the site it spins up a secure session and initializes a wallet ("Booting secure session… Initializing your vault"), reflecting its core premise: give any user or autonomous agent a full-featured, ready-to-use cross-chain wallet without the usual seed-phrase friction. Under the hood it exposes 200+ tools spanning 7 blockchains (Solana, Ethereum, Base, BSC, Polygon, Hedera, and Bitcoin), covering token discovery, swaps, conditional orders, DeFi, NFTs, cross-chain bridges, and even prediction markets, with support for modern agent payment and communication rails like x402, A2A (agent-to-agent), and MCP (Model Context Protocol).

The flagship product is the EmblemAI CLI/terminal, distributed as an npm package (`npm install -g @emblemvault/agentwallet`, MIT-licensed), which drops in a single `emblemai` command. It gives AI agents their own deterministic crypto wallets generated from passwords rather than seed phrases, and runs in two modes: an interactive mode for humans and an agent single-query mode (e.g. `emblemai --agent --profile motoko -m 'What are my wallet addresses?'`) that can be scripted and piped into other tools. Because it also ships as an MCP server and an A2A-compatible agent, it plugs directly into popular AI coding environments like Claude Code, Cursor, and Codex that follow the Agent Skills specification. It's designed to be spoken to in full natural-language sentences, and for anything that moves value it's "review-first," requiring explicit user confirmation and an explicit wallet profile before executing.

Beyond the terminal, EmblemAI positions itself as infrastructure for developers who need wallet-native user management: a single integration can create authenticated users, hand each one a real crypto wallet, and support login via wallet, email/password, or social sign-in — with a companion developer platform at emblemvault.dev offering interactive docs and tools for web3 apps, smart contracts, and AI-powered workflows. In effect, EmblemVault.ai extends Emblem's long-running "cross-chain vault" heritage into the AI era: where the original Emblem Vault wrapped assets into portable tokens, EmblemAI wraps that same cross-chain capability into a wallet and toolset that autonomous agents can drive themselves, tying back to the broader $EMBLEM ecosystem.

Sources:

* emblemvault.ai
* EmblemAI Platform — emblemvault.dev
* Emblem Vault on X — EmblemAI CLI announcement
* Emblem AI Agent Wallet skill — Glama
