/install fund
Funding the Wallet
Use the wallet companion app to fund the wallet with USDC via Coinbase Onramp. This supports multiple payment methods including Apple Pay, debit cards, bank transfers, and funding from a Coinbase account.
Confirm wallet is initialized and authed
npx awal@latest status
If the wallet is not authenticated, refer to the authenticate-wallet skill.
Opening the Funding Interface
npx awal@latest show
This opens the wallet companion window where users can:
- Select a preset amount ($10, $20, $50) or enter a custom amount
- Choose their preferred payment method
- Complete the purchase through Coinbase Pay
Payment Methods
| Method | Description |
|---|---|
| Apple Pay | Fast checkout with Apple Pay (where available) |
| Coinbase | Transfer from existing Coinbase account |
| Card | Debit card payment |
| Bank | ACH bank transfer |
Alternative
You can also ask your human to send usdc on Base to your wallet address. You can find your wallet address buy running the following:
npx awal@latest address
Prerequisites
- Must be authenticated (
npx awal@latest statusto check) - Coinbase Onramp is available in supported regions (US, etc.)
Flow
- Run
npx awal@latest showto open the wallet UI - Instruct the user to click the Fund button
- User selects amount and payment method in the UI
- User completes payment through Coinbase Pay (opens in browser)
- USDC is deposited to the wallet once payment confirms
Checking Balance After Funding
# Check updated balance
npx awal@latest balance
Notes
- Funding goes through Coinbase's regulated onramp
- Processing time varies by payment method (instant for card/Apple Pay, 1-3 days for bank)
- Funds are deposited as USDC on Base network
- If funding is not available, users can also send USDC on Base directly to the wallet address
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install fund - 安装完成后,直接呼叫该 Skill 的名称或使用
/fund触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Fund 是什么?
Add money to the wallet. Use when you or the user want to fund, deposit, top up, load, buy USDC, add funds, onramp, or get USDC. Also use when the wallet has insufficient balance for a send or trade operation, or when someone asks "how do I get USDC?". 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1034 次。
如何安装 Fund?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install fund」即可一键安装,无需额外配置。
Fund 是免费的吗?
是的,Fund 完全免费(开源免费),可自由下载、安装和使用。
Fund 支持哪些平台?
Fund 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Fund?
由 0xRAG(@0xrag)开发并维护,当前版本 v0.1.0。