Install
openclaw skills install @agnicpay-prog/agnicpay-fund-walletGet instructions for funding your Agnic wallet with USDC. Use when the user wants to add funds, deposit USDC, top up, or needs more balance. Covers "add funds", "deposit", "top up", "fund my wallet", "how do I get USDC", "need more balance".
openclaw skills install @agnicpay-prog/agnicpay-fund-walletProvide instructions for adding USDC to the user's Agnic wallet on Base.
Run npx agnic@latest status --json to verify. If not authenticated:
AGNIC_TOKEN env var or pass --token <token>npx agnic@latest auth loginSee the authenticate-wallet skill for details.
npx agnic@latest address
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 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
Common errors:
npx agnic@latest auth login or set AGNIC_TOKEN