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
CODEBLOCK0
If the wallet is not authenticated, refer to the authenticate-wallet skill.
Opening the Funding Interface
CODEBLOCK1
This opens the wallet companion window where users can:
- 1. 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:
CODEBLOCK2
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 - 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
CODEBLOCK3
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
技能名称: fund
详细描述:
为钱包充值
使用钱包配套应用通过Coinbase Onramp以USDC为钱包充值。该功能支持多种支付方式,包括Apple Pay、借记卡、银行转账以及从Coinbase账户充值。
确认钱包已初始化并完成认证
bash
npx awal@latest status
如果钱包未认证,请参考authenticate-wallet技能。
打开充值界面
bash
npx awal@latest show
此操作将打开钱包配套窗口,用户可在其中:
- 1. 选择预设金额(10美元、20美元、50美元)或输入自定义金额
- 选择偏好的支付方式
- 通过Coinbase Pay完成购买
支付方式
| 方式 | 描述 |
|---|
| Apple Pay | 使用Apple Pay快速结账(在可用地区) |
| Coinbase |
从现有Coinbase账户转账 |
| 银行卡 | 借记卡支付 |
| 银行 | ACH银行转账 |
备选方案
您也可以请用户向您的钱包地址发送Base网络上的USDC。运行以下命令可查找您的钱包地址:
bash
npx awal@latest address
前提条件
- - 必须完成认证(运行npx awal@latest status检查)
- Coinbase Onramp在支持的地区(美国等)可用
流程
- 1. 运行npx awal@latest show打开钱包用户界面
- 指导用户点击充值按钮
- 用户在界面中选择金额和支付方式
- 用户通过Coinbase Pay完成支付(在浏览器中打开)
- 支付确认后,USDC将存入钱包
充值后检查余额
bash
检查更新后的余额
npx awal@latest balance
备注
- - 充值通过Coinbase受监管的入金通道进行
- 处理时间因支付方式而异(银行卡/Apple Pay即时到账,银行转账1-3天)
- 资金以Base网络上的USDC形式存入
- 如果充值功能不可用,用户也可以直接向钱包地址发送Base网络上的USDC