← All skills
Tencent SkillHub Β· Finance & Trading

Fund

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?"

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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?"

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 9 sections Open source page

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

MethodDescriptionApple PayFast checkout with Apple Pay (where available)CoinbaseTransfer from existing Coinbase accountCardDebit card paymentBankACH 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 status to check) Coinbase Onramp is available in supported regions (US, etc.)

Flow

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

# 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

Category context

Trading, swaps, payments, treasury, liquidity, and crypto-financial operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc