wallet
Installation
SKILL.md
x402 Wallet Management
Your wallet is auto-created on first use and stored at ~/.x402scan-mcp/wallet.json.
Quick Reference
| Task | Tool | Notes |
|---|---|---|
| Check balance | x402.get_wallet_info |
Shows address + USDC balance |
| Redeem code | x402.redeem_invite(code="...") |
One-time use per code |
| Deposit | Send USDC to wallet address | Base network only |
Check Balance
x402.get_wallet_info
Returns:
Related skills