Zerion CLI
CLI for Zerion Wallet. Analyze wallets, sign, swap, and bridge on-chain with agent-managed wallets across EVM chains and Solana, all from the command line. Wallet management is built on the Open Wallet Standard.
[!NOTE]
Alpha Preview — This CLI is under active development. Commands, flags, and output formats may change or be removed without notice between releases. Do not depend on current behavior in production workflows.
Installation
Set up everything in one command (install CLI globally, configure your API key, and add skills across all detected coding agents):
npx -y zerion-cli init -y --browser
-y runs setup non-interactively
--browser opens dashboard.zerion.io so you can grab an API key and paste it back
- skills install globally to every detected AI coding agent by default
Or just install the CLI without setup:
npm install -g zerion-cli
Requires Node.js 20 or later.
Agent skill
One skill, zerion, under ./skills/zerion/ — follows the agentskills.io open standard. All capabilities and partner integrations live as nested files that load on demand (progressive disclosure), so a single install + single picker entry exposes everything below.
Capabilities (skills/zerion/capabilities/)
| File | What it covers |
|---|
analyze.md | Portfolio, positions, history, PnL, token search, watchlist (read-only; supports x402 / MPP) |
trading.md | Swap, bridge, send tokens (on-chain actions; needs API key + agent token) |
sign.md | Off-chain signing — sign-message (EIP-191 / raw), sign-typed-data (EIP-712) |
wallet.md | Wallet management — create, import, list, fund, backup, export-key, delete, sync |
agent-management.md | Agent tokens + policies (the autonomous-trading primitives) |
swap-0x.md | Token swaps via 0x API v2 — AllowanceHolder, Permit2, and Gasless flows across 20+ EVM chains |
Partner integrations (skills/zerion/partners/)
Ecosystem partners that combine their product with the Zerion CLI. See partner-skill-creator.md to contribute one. Loaded only when the user names the partner.
| File | What it covers | Partner |
|---|
bankr.md | Twitter/X-native trading bot patterns | Bankr |
lifi-earn.md | Cross-chain yield routing | Li.Fi |
monad-addresses.md | Canonical Monad mainnet contract addresses for zerion agent create-policy --allowlist lockdown | Monad |
moonpay-onramp.md | Buy crypto with card or bank transfer via MoonPay, then trade with Zerion | MoonPay |
moonpay-iron.md | USD bank-wire to Iron virtual account (IBAN/ACH) → USDC → DCA via Zerion | MoonPay |
moonpay-predict.md | Trade prediction markets (Polymarket, Kalshi) via MoonPay CLI | MoonPay |
sendai-ideas.md | Crypto idea discovery, validation, competitive landscape, DeFi TVL research | SendAI (MIT) |
somnia-blockchain.md | Somnia L1 reference — network info, gas model, deployment guidance | Somnia |
somnia-reactivity.md | Somnia Reactivity — event-driven pub/sub, WebSocket + Solidity handlers | Somnia |
trails-crosschainswap.md | Cross-chain swaps to/from Polygon via Trails SDK (Widget / Headless / API) | Trails |
trails-deposit.md | Bridge + DeFi vault deposit on Polygon in one intent (Aave, Morpho, ERC-4626) | Trails |
umbra-privatetxn.md | Private (stealth-address) transfers | Umbra |
uniswap-lp.md | Liquidity position management | Uniswap |