Get instructions for funding your AgnicPay wallet with USDC. Use when you or the user want to add funds, deposit USDC, top up the wallet, or need more balance. Covers phrases like "add funds", "deposit", "top up", "fund my wallet", "how do I get USDC", "need more balance".
Provide instructions for adding USDC to the user's AgnicPay wallet on Base.
npx agnic@latest status
If the wallet is not authenticated, refer to the authenticate-wallet skill.
npx agnic@latest address
This displays the user's wallet address on each supported network.
Send USDC directly to the wallet address on Base network:
npx agnic@latest addressnpx agnic@latest balance --network baseImportant: Send USDC on Base network only. USDC on other chains (Ethereum mainnet, Arbitrum, etc.) will not appear in the AgnicPay balance.
If the user has USDC on Ethereum, Arbitrum, or Optimism, they can bridge to Base using:
After funding, confirm the deposit arrived:
npx agnic@latest balance --network base
npx agnic@latest status to check)Common errors:
npx agnic@latest auth login first