Overview
- Skill Key
- 0xrag/fund
- Author
- 0xrag
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/0xrag/fund
- Latest Commit SHA
- 25e1f306e59529214058e389eb94a4c8ea9ab799
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?"
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 fund 技能。 若已安装,则直接安装 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 ```bash npx awal@latest status ``` If the wallet is not authenticated, refer to the `authenticate-wallet` skill. ## Opening the Funding Interface ```bash npx awal@latest show ``` This opens the wallet companion window where users can: 1. Select a preset amount ($10, $20, $50) or enter a custom amount 2. Choose their preferred payment method 3. 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: ```bash npx awal@latest address ``` ## Prerequisites - Must be authenticated (`npx awal@latest status` to check) - Coinbase Onramp is available in supported regions (US, etc.) ## Flow 1. Run `npx awal@latest show` to open the wallet UI 2. Instruct the user to click the Fund button 3. User selects amount and payment method in the UI 4. User completes payment through Coinbase Pay (opens in browser) 5. USDC is deposited to the wallet once payment confirms ## Checking Balance After Funding ```bash # 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 availab...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.