fund-wallet

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".

3,891 stars

Best use case

fund-wallet is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

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".

Teams using fund-wallet should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/agnicpay-fund-wallet/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/agnicpay-prog/agnicpay-fund-wallet/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/agnicpay-fund-wallet/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How fund-wallet Compares

Feature / Agentfund-walletStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

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".

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# Funding the AgnicPay Wallet

Provide instructions for adding USDC to the user's AgnicPay wallet on Base.

## Confirm wallet is initialized and authed

```bash
npx agnic@latest status
```

If the wallet is not authenticated, refer to the `authenticate-wallet` skill.

## Get Wallet Address

```bash
npx agnic@latest address
```

This displays the user's wallet address on each supported network.

## Funding Options

### Option 1: AgnicPay Dashboard (Recommended)

1. Go to [pay.agnic.ai](https://pay.agnic.ai)
2. Sign in with the same account used in the CLI
3. Navigate to the dashboard
4. Use the **"Add Funds"** button to deposit USDC via card, bank transfer, or crypto

### Option 2: Direct USDC Transfer

Send USDC directly to the wallet address on **Base network**:

1. Get the address: `npx agnic@latest address`
2. From any wallet (MetaMask, Coinbase, Phantom, etc.), send USDC on **Base** to that address
3. Verify arrival: `npx agnic@latest balance --network base`

**Important**: Send USDC on **Base network** only. USDC on other chains (Ethereum mainnet, Arbitrum, etc.) will not appear in the AgnicPay balance.

### Option 3: Bridge from Another Chain

If the user has USDC on Ethereum, Arbitrum, or Optimism, they can bridge to Base using:
- [bridge.base.org](https://bridge.base.org) (official Base bridge)
- Any cross-chain bridge that supports Base

## Verify Balance

After funding, confirm the deposit arrived:

```bash
npx agnic@latest balance --network base
```

## 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
- Small amounts of ETH on Base may be needed for gas (auto-handled in most cases)

## Prerequisites

- Must be authenticated (`npx agnic@latest status` to check)

## Error Handling

Common errors:

- "Not authenticated" — Run `npx agnic@latest auth login` first
- Balance shows 0 after transfer — Verify the transfer was on Base network (not Ethereum mainnet)
- Transfer pending — Base transactions typically confirm in 2-3 seconds

Related Skills

authenticate-wallet

3891
from openclaw/skills

Sign in to AgnicPay wallet via browser-based OAuth. Use when you or the user want to authenticate, sign in, log in, connect wallet, or set up the CLI. Covers phrases like "sign in", "log in", "authenticate", "connect my wallet", "set up agnic".

Web3 & Fintech

fund

3891
from openclaw/skills

Complete fundraising and investment intelligence system for startups, nonprofits, and individuals raising capital. Trigger whenever someone needs to raise money: venture capital, angel investment, crowdfunding, nonprofit fundraising, or personal fundraising campaigns. Also triggers on phrases like "I need to raise money", "how do I pitch investors", "write my fundraising page", "what do VCs look for", "help me close this round", or any scenario involving convincing others to commit capital to a cause or venture.

Crypto & Finance

AgentWallet — Non-Custodial Smart Wallets for AI Agents

3891
from openclaw/skills

Non-custodial smart wallets with onchain spending limits and passkey-based human control. Supports **Base** (EVM) and **Solana**. Every wallet gets free gas on creation so your agent can transact immediately.

General Utilities

axiom_wallet

3891
from openclaw/skills

Use Axiom Wallet via MCP to manage payment methods, review account activity, and complete user-requested purchases with single-use payment details.

bou-wallet

3891
from openclaw/skills

Use this skill when an external agent already has an agent API key and needs to call this backend directly with curl for three capability groups: (1) `POST /agent/pay-and-call` for x402-paid upstream requests. (2) `GET /agent/me` to inspect the current agent wallet/profile. (3) the `/hyperliquid` endpoints for status, balances, markets, asset data, funding, orderbook, positions, fills, ticker, order placement, cancellation, leverage updates, transfers, and withdrawals.

orange — Lightning Wallet for AI Agents

3891
from openclaw/skills

> [!WARNING]

tron-wallet

3891
from openclaw/skills

This skill should be used when the user asks to 'check my TRX balance', 'show my TRON holdings', 'what tokens do I have on TRON', 'check my TRON wallet', 'TronLink balance', 'view my TRC-20 tokens', 'TRON transaction history', 'account info on TRON', or mentions checking wallet balance, viewing transaction history, or managing a TronLink wallet. Do NOT use for swap/trading — use tron-swap instead. Do NOT use for staking — use tron-staking instead.

walletchan

3891
from openclaw/skills

Interact with web3 dapps using the WalletChan browser extension via Chrome CDP. Use when the user asks to connect a wallet, swap tokens, supply/deposit to DeFi protocols, sign messages, view balances on-chain, or perform any blockchain transaction through a dapp in the browser. Requires Chrome with remote debugging and the WalletChan extension installed.

check-wallet

3891
from openclaw/skills

Query wallet addresses and on-chain balances on OpenAnt. Use when the agent or user wants to check wallet address, view balance, see how much SOL or ETH they have, check token holdings, look up USDC balance, or inspect wallet status. Also use when a wallet operation fails with "Insufficient balance". Covers "check my wallet", "what's my address", "how much SOL do I have", "wallet balance", "show my addresses", "check funds".

wallet-api

3891
from openclaw/skills

Interact with the BudgetBakers Wallet API for personal finance data. Use when the user needs to query accounts, categories, transactions (records), budgets, or templates from their Wallet app via the REST API. Requires WALLET_API_TOKEN environment variable.

WalletPilot-7715

3891
from openclaw/skills

Execute on-chain transactions with user-granted permissions. Built on MetaMask ERC-7715. No private keys, full guardrails.

WalletPilot

3891
from openclaw/skills

Universal browser wallet automation for AI agents. Supports 10 wallets including MetaMask, Rabby, Phantom, Trust Wallet, OKX, Coinbase, and more. EVM + Solana. Configurable guardrails with spend limits, chain allowlists, and approval thresholds.