fund-wallet

📁 agnicpay/agnic-wallet-skills 📅 7 days ago
3
总安装量
3
周安装量
#60887
全站排名
安装命令
npx skills add https://github.com/agnicpay/agnic-wallet-skills --skill fund-wallet

Agent 安装分布

opencode 3
gemini-cli 3
antigravity 3
github-copilot 3
codex 3
kimi-cli 3

Skill 文档

Fund Wallet

Provide instructions for adding funds to the user’s AgnicPay wallet.

Steps

  1. Check if the user is authenticated:

    npx agnic@latest status --json
    
  2. Show the user’s wallet address:

    npx agnic@latest address --json
    
  3. Explain funding options:

    Option 1: AgnicPay Dashboard

    • Go to pay.agnic.ai
    • Navigate to your dashboard
    • Use the “Add Funds” feature to deposit USDC

    Option 2: Direct Transfer

    • Send USDC to your wallet address on Base network
    • The address is shown by agnic address
    • Use any wallet (MetaMask, Coinbase, etc.) to send USDC on Base
  4. After funding, verify the balance:

    npx agnic@latest balance --json
    

Important Notes

  • AgnicPay wallets use USDC (not ETH) for payments and trading
  • Base network is the primary chain
  • Minimum recommended balance: $1.00 USDC for testing