# Send Fund to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "fund",
    "name": "Fund",
    "source": "tencent",
    "type": "skill",
    "category": "金融交易",
    "sourceUrl": "https://clawhub.ai/0xRAG/fund",
    "canonicalUrl": "https://clawhub.ai/0xRAG/fund",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/fund",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=fund",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "fund",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T03:09:31.964Z",
      "expiresAt": "2026-05-06T03:09:31.964Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=fund",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=fund",
        "contentDisposition": "attachment; filename=\"fund-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "fund"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/fund"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/fund",
    "downloadUrl": "https://openagent3.xyz/downloads/fund",
    "agentUrl": "https://openagent3.xyz/skills/fund/agent",
    "manifestUrl": "https://openagent3.xyz/skills/fund/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/fund/agent.md"
  }
}
```
## Documentation

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: 0xRAG
- Version: 0.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T03:09:31.964Z
- Expires at: 2026-05-06T03:09:31.964Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/fund)
- [Send to Agent page](https://openagent3.xyz/skills/fund/agent)
- [JSON manifest](https://openagent3.xyz/skills/fund/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/fund/agent.md)
- [Download page](https://openagent3.xyz/downloads/fund)