Multi-Chain Financial Command Center
Monitor, protect, and rebalance your crypto portfolio across all chains in one place. Powered by MoonPay CLI and OpenWallet Standard.
Crypto portfolios are scattered across Ethereum, Base, Polygon, and Arbitrum with no unified view. You can't detect rug pulls, can't see total allocation, and rebalancing means hours of manual swaps across different UIs and bridge interfaces.
One command center for everything: portfolio tracking, risk scoring with HOLD/WATCH/SELL recommendations, smart money discovery, trending analysis, and policy-gated rebalancing with cross-chain bridge detection.
Built with real integrations, not stubs or mocks
Clean separation of concerns with MCP client at the core
Four modules covering the full portfolio lifecycle
Holdings across chains, allocation percentages, PnL tracking, transaction history, fiat onramp via MoonPay
Token safety analysis: holder concentration, liquidity depth, community warnings. Scores 0-100 with HOLD / WATCH / SELL
Set target allocation, preview drift, auto-generate swap and bridge actions. Policy-gated execution with OWS signing
Trending tokens per chain, smart money wallets ranked by PnL, token search. All real data from MoonPay
Daily spending limits, per-transaction caps, token blocklists, max slippage guards. OWS-signed attestation for audit
Real HD wallet via OpenWallet Standard. 7 chains: EVM, Solana, Bitcoin, Cosmos, Tron, TON, Filecoin
Connected via real MCP protocol using @modelcontextprotocol/sdk
| # | Tool | Module | Purpose |
|---|---|---|---|
| 1 | token_balance_list | Portfolio | All holdings + USD value |
| 2 | token_retrieve | Portfolio | Detailed token market data |
| 3 | wallet_pnl_retrieve | Portfolio | Profit & loss summary |
| 4 | wallet_activity_list | Portfolio | Recent transactions |
| 5 | buy | Portfolio | Fiat to crypto onramp |
| 6 | deposit_create | Portfolio | Multi-chain deposit link |
| 7 | token_check | Risk | Safety scan (rug pull, liquidity) |
| 8 | token_holder_list | Risk | Holder concentration analysis |
| 9 | token_swap | Rebalance | Swap tokens on same chain |
| 10 | token_bridge | Rebalance | Bridge tokens cross-chain |
| 11 | token_trending_list | Discovery | Trending tokens per chain |
| 12 | wallet_discover | Discovery | Smart money wallets by PnL |
| 13 | token_search | Discovery | Search tokens by name/symbol |
Try Imperium right here. Type a command or click one below.
help portfolio risk trending whales analyze ai-rebalance rebalance execute watch init
Every AI decision committed on-chain as immutable proof - Base Sepolia
| # | Decision | Action | TX |
|---|---|---|---|
| 1 | Deploy | Agent initialized on Base Sepolia | 0x4e1a... |
| 2 | AI Alert | POL risk 75/100 - recommend SELL | 0x2ea1... |
| 3 | AI Rebalance | ETH:50 USDC:40 VVV:10 POL:0 | 0x37da... |
Contract: 0x98e0af...c512c78
Production-grade tools, no toy frameworks
@modelcontextprotocol/sdk with stdio transport to MoonPay CLI process
@open-wallet-standard/core, NAPI-RS native binary, real HD wallet creation
Vitest with 40 tests across 9 files (portfolio, risk, rebalance, policy, MCP, AI, chain, integration)
Strict mode with ESM modules and clean type definitions
Commander.js + chalk + cli-table3 for rich, colored terminal output
14 JSON files captured from real MoonPay API responses for demo mode
Up and running in under a minute