---
id: ssh2-fund
name: "fund"
url: https://skills.yangsir.net/skill/ssh2-fund
author: coinbase
domain: web3
tags: ["coinbase-wallet", "cryptocurrency", "defi", "asset-management", "blockchain-transactions"]
install_count: 2300
rating: 4.30 (20 reviews)
github: https://github.com/coinbase/agentic-wallet-skills
---

# fund

> 负责向用户钱包添加资金，处理充值请求，确保资金安全、快速到账，满足用户的支付和交易需求。

**Stats**: 2,300 installs · 4.3/5 (20 reviews)

## Before / After 对比

### 快速充值钱包，便捷管理资金流动

## Readme

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

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

## Opening the Funding Interface

```bash
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:

```bash
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

```bash
# 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


---
*Source: https://skills.yangsir.net/skill/ssh2-fund*
*Markdown mirror: https://skills.yangsir.net/api/skill/ssh2-fund/markdown*