wallet

Installation
Summary

Multi-chain wallet operations for EVM and Solana with balance queries, transfers, signing, and transaction history.

  • Supports 13 tools across EVM (Ethereum, Base, Arbitrum, Optimism, Polygon, Linea) and Solana, including balance checks, fund transfers, message signing, and transaction history
  • Use wallet_get_all_balances() for complete portfolio visibility across all chains with USD values in a single call
  • Transfers are policy-gated by Privy TEE — only whitelisted addresses and amounts within daily limits are allowed, even if the agent is compromised
  • Includes EIP-712 typed data signing for permits and off-chain orders, plus transaction pre-signing without broadcasting for multi-step workflows
  • Authentication is automatic via Fly OIDC token; no API keys or manual wallet address entry needed
SKILL.md

💰 Wallet Skill

Multi-chain wallet for EVM (DeBank-supported chains) + Solana. Balances, transfers, signing, policy management.

Tools

Tool Description
wallet_info Get all wallet addresses
wallet_balance EVM balance on a chain (DeBank)
wallet_sol_balance Solana balance (Birdeye)
wallet_get_all_balances All chains at once
wallet_transfer Broadcast EVM tx (gas sponsored by default, user-paid fallback)
wallet_sign_transaction Sign EVM tx (no broadcast)
wallet_sign EIP-191 message signing
wallet_sign_typed_data EIP-712 typed data signing
wallet_transactions EVM tx history
wallet_sol_transfer Broadcast Solana tx
wallet_sol_sign_transaction Sign Solana tx (no broadcast)
Related skills
Installs
6.0K
GitHub Stars
13
First Seen
Mar 13, 2026