Skip to content

feat: add Zerion wallet intelligence skill#263

Open
abishekdharshan wants to merge 3 commits intoBankrBot:mainfrom
abishekdharshan:feat/add-zerion-skill
Open

feat: add Zerion wallet intelligence skill#263
abishekdharshan wants to merge 3 commits intoBankrBot:mainfrom
abishekdharshan:feat/add-zerion-skill

Conversation

@abishekdharshan
Copy link

Summary

Adds Zerion skill for wallet intelligence and portfolio data.

Zerion provides interpreted crypto wallet data for AI agents:

  • Portfolio values across 41+ chains (Ethereum, Base, Arbitrum, Solana, etc.)
  • Token and DeFi positions with USD values and protocol labels
  • Transaction history with human-readable operation types
  • PnL tracking (realized, unrealized, per-asset)
  • Webhook support for real-time wallet updates
  • x402 pay-per-request access ($0.01 USDC on Base, no API key needed)

Research → Execute Pattern

Zerion is the research layer that pairs with Bankr as the execution layer:

Zerion (Research)          Bankr (Execute)
─────────────────         ────────────────
Portfolio analysis   →    Rebalance trades
PnL tracking         →    Stop-loss orders
Position monitoring  →    Take-profit orders
Whale watching       →    Copy trades

Files Added

zerion/
├── SKILL.md                           # Main skill definition
└── references/
    ├── api-reference.md               # Full API documentation
    ├── bankr-integration.md           # Zerion + Bankr integration guide
    └── x402-reference.md              # x402 payment flow details

Quick Start

npm install -g zerion-cli
export ZERION_API_KEY="zk_..."

zerion-cli wallet portfolio 0x...      # Total USD value
zerion-cli wallet positions 0x...      # All positions
zerion-cli wallet pnl 0x...            # Profit & loss

Links


Built by @abishek (Zerion API team)

Abi Dharshan added 3 commits March 21, 2026 22:16
Zerion provides interpreted crypto wallet data for AI agents:
- Portfolio values across 41+ chains
- Token and DeFi positions with USD values
- Transaction history with human-readable labels
- PnL tracking (realized/unrealized)
- Webhook support for real-time updates
- x402 pay-per-request access ($0.01 USDC on Base)

Includes integration guide for Zerion + Bankr:
Research (Zerion) → Execute (Bankr) pattern
Added:
- NFT endpoints (portfolio, positions, collections, single NFT)
- Fungibles endpoints (list, by ID, by implementation, charts)
- DApps endpoints
- Gas prices endpoint
- Swap/bridge quotes endpoints
- Full webhook subscription CRUD
- Testnet support (X-Env header)
- LP position grouping (group_id)
- All operation types for transactions
- 202 response handling
- Spam filtering mention

Now covers entire Zerion API surface.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant