Fund
Scanned@0xRAG
npx machina-cli add skill @0xRAG/fund --openclawFunding 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
Overview
Funding the wallet adds USDC through Coinbase Onramp, enabling deposits, top-ups, and onramp purchases. It supports multiple payment methods and ensures enough balance for sends, trades, or USDC requests on Base.
How This Skill Works
Authenticate the wallet, open the funding UI with npx awal@latest show, then choose an amount and payment method to complete a Coinbase Pay transaction. After payment confirmation, USDC is deposited to the wallet on the Base network. If funding isn’t available, you can have someone send USDC on Base to your wallet address.
When to Use It
- You want to fund or top up your wallet with USDC.
- Your wallet balance isn’t sufficient for a send or trade operation.
- You or a user asks, 'how do I get USDC?'
- You prefer using Coinbase Onramp methods (Apple Pay, card, bank transfer, or Coinbase transfer).
- You want funds deposited as USDC on Base for immediate use.
Quick Start
- Step 1: Run npx awal@latest show to open the funding UI.
- Step 2: Click Fund, select an amount (preset or custom), and choose a payment method.
- Step 3: Complete the payment via Coinbase Pay; USDC will be deposited on Base after confirmation.
Best Practices
- Check authentication with 'npx awal@latest status' before attempting funding.
- Verify Coinbase Onramp availability in your region to ensure a smooth deposit.
- Use preset amounts for speed, or enter a custom amount as needed.
- After payment, verify the updated balance with 'npx awal@latest balance' and confirm USDC on Base.
- If funding isn’t available, consider having USDC sent to your wallet address on Base.
Example Use Cases
- A user tops up $50 via Apple Pay using Coinbase Pay and receives USDC on Base.
- A trader funds the wallet to cover a pending USDC trade.
- Card or Apple Pay funding is instant, while bank transfers take 1-3 days.
- If onramp funding fails, a human sends USDC to the wallet address on Base.
- A user asks how to get USDC and is guided to fund through Coinbase Onramp.