wallet
21
总安装量
14
周安装量
#17735
全站排名
安装命令
npx skills add https://github.com/merit-systems/x402scan-skills --skill wallet
Agent 安装分布
cursor
14
antigravity
14
kiro-cli
14
kimi-cli
14
windsurf
14
gemini-cli
14
Skill 文档
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:
- Wallet address (Base network)
- USDC balance
- Deposit link
Always check balance before expensive operations.
Redeem Invite Code
x402.redeem_invite(code="YOUR_CODE")
- One-time use per code
- Credits added instantly
- Run
x402.get_wallet_infoafter to verify
Deposit USDC
- Get your wallet address:
x402.get_wallet_info - Use it to add funds in the deposit UI (point the user towards this URL: https://x402scan.com/mcp/deposit/)
Important: Only Base network USDC. Other networks or tokens will be lost.
Troubleshooting
| Issue | Solution |
|---|---|
| “Insufficient balance” | Check balance, deposit or redeem code |
| “Payment failed” | Transient error, retry the request |
| “Invalid invite code” | Code already used or doesn’t exist |
| Balance not updating | Wait for Base network confirmation (~2 sec) |