fund

coinbase/agentic-wallet-skills · updated Apr 8, 2026

$npx skills add https://github.com/coinbase/agentic-wallet-skills --skill fund
0 commentsdiscussion
summary

Deposit USDC to wallet via Coinbase Onramp or direct transfer.

  • Opens a companion UI where users select preset amounts ($10, $20, $50) or custom values and choose from Apple Pay, debit card, bank transfer, or Coinbase account funding
  • Supports multiple payment methods with varying settlement times: instant for card and Apple Pay, 1–3 days for ACH bank transfers
  • Deposits funds as USDC on the Base network; alternatively, users can send USDC directly to the wallet address via npx awal@2.0
skill.md

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@2.0.3 status

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

Opening the Funding Interface

npx awal@2.0.3 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:

npx awal@2.0.3 address

Prerequisites

  • Must be authenticated (npx awal@2.0.3 status to check)
  • Coinbase Onramp is available in supported regions (US, etc.)

Flow

  1. Run npx awal@2.0.3 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

# Check updated balance
npx awal@2.0.3 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

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.836 reviews
  • Alexander Haddad· Dec 20, 2024

    Registry listing for fund matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Neel Abbas· Dec 20, 2024

    fund is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Neel Wang· Dec 12, 2024

    fund has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Shikha Mishra· Dec 8, 2024

    fund reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Michael Bhatia· Dec 8, 2024

    fund reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Sofia Malhotra· Nov 11, 2024

    Useful defaults in fund — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Kofi Gupta· Nov 3, 2024

    fund fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Charlotte Abebe· Oct 22, 2024

    We added fund from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Sofia Sethi· Oct 2, 2024

    I recommend fund for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Oshnikdeep· Sep 17, 2024

    fund has been reliable in day-to-day use. Documentation quality is above average for community skills.

showing 1-10 of 36

1 / 4