Loading...
Loading...
Crypto wallet API + CLI for AI agents — install, authentication, and routing to specific Zerion capabilities. Use this skill for setup or to learn which `zerion-*` skill applies; deep-dive skills handle individual capabilities (analyze, trade, sign, manage wallets, manage agent tokens).
npx skill4agent add zeriontech/zerion-ai zerionzerionzerionzerioncommand not foundnpm install -g zerion-clizerion-clizerionexport ZERION_API_KEY="zk_dev_..."zk_dev_export WALLET_PRIVATE_KEY="0x..." # EVM (Base) — 0x-prefixed hex
export WALLET_PRIVATE_KEY="5C1y..." # Solana — base58 keypair
zerion portfolio <address> --x402
# Or enable globally
export ZERION_X402=trueexport EVM_PRIVATE_KEY="0x..."
export SOLANA_PRIVATE_KEY="5C1y..."
export ZERION_X402_PREFER_SOLANA=true # optionalexport TEMPO_PRIVATE_KEY="0x..." # or reuse WALLET_PRIVATE_KEY
zerion portfolio <address> --mpp
# Or enable globally
export ZERION_MPP=trueTrading commands (,swap,bridge) always use the API key + an agent token, regardless ofsend/ZERION_X402.ZERION_MPP
| Intent | Skill |
|---|---|
| What's in this wallet? portfolio, positions, history, PnL, watchlist | |
| Swap / bridge / send tokens | |
| Sign a message or EIP-712 typed data (no broadcast) | |
| Create / import / list / backup / delete wallets | |
| Set up agent tokens + policies for autonomous trading | |
{ "error": { "code": "missing_api_key", "message": "..." } }--json--pretty--quietethereumbasearbitrumoptimismpolygonbinance-smart-chainavalanchegnosisscrolllineazksync-erazorablastsolana--to-wallet <name>--to-address <addr>zerion swap <chain> <amount> <from-token> <to-token>zerion bridge <from-chain> <from-token> <amount> <to-chain> <to-token>zerion-tradingzerion chains| Code | Cause | Fix |
|---|---|---|
| No | Set env var or use |
| No agent token for trading/signing | See |
| No wallet specified, no default | |
| Wallet not in local vault | |
| Invalid | |
| Invalid API key | Check key at dashboard.zerion.io |
| Rate limited | Wait, lower frequency, or switch to x402 |
~/.ows/~/.zerion/config.json