← Back to Skills Marketplace
rachidjarray-hk-qa-fdt

Fund Wallet

by Rachid Jarray · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
264
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install fund-wallet
Description
Add funds to the wallet. Use when you or the user want to fund, deposit, top up, load, add funds, onramp, buy crypto, or get tokens into the wallet. Also use...
README (SKILL.md)

Funding the Wallet

The Finance District wallet can be funded in two ways: through the web interface (credit card / onramp) or by direct token transfer to the wallet address from another wallet or exchange.

Confirm wallet is authenticated

fdx status

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

Get the Wallet Address

First, retrieve the wallet address that funds should be sent to:

fdx call getWalletOverview

This returns wallet addresses for all supported chains. Share the appropriate address with the human based on which chain they want to fund.

For a specific chain:

fdx call getWalletOverview --chainKey ethereum

Funding Methods

Method 1: Web Interface (Credit Card / Onramp)

The Finance District platform provides a web-based onramp where users can purchase crypto with credit cards or other payment methods.

Tell your human: "You can fund your wallet through the Finance District web interface at the platform dashboard. You'll be able to use a credit card or other payment methods to purchase tokens directly into your wallet."

Method 2: Direct Transfer

The human can send tokens from any other wallet or exchange directly to their Finance District wallet address.

Tell your human: "You can send tokens from any wallet or exchange to your Finance District wallet address. Here's your address on [chain]: [address]."

Provide the correct wallet address for the chain they want to fund. Remind them to double-check the chain matches — sending tokens on the wrong chain may result in lost funds.

Checking Balance After Funding

Once the human confirms they have sent funds:

fdx call getWalletOverview --chainKey \x3Cchain>

Note that transaction confirmation times vary by chain:

  • Ethereum: ~12 seconds per block, but may take a few minutes for finality
  • Polygon/Base/Arbitrum: Typically faster, a few seconds
  • Solana: Near-instant
  • Exchange withdrawals: May take additional time due to exchange processing

Flow

  1. Check authentication with fdx status
  2. Get wallet addresses with fdx call getWalletOverview
  3. Share the appropriate address with the human
  4. Guide them to use the web onramp or direct transfer
  5. After they confirm funding, verify balance with fdx call getWalletOverview --chainKey \x3Cchain>

Prerequisites

  • Must be authenticated (fdx status to check, see authenticate skill)

Notes

  • The wallet supports all EVM chains and Solana — make sure the human sends tokens on the correct chain
  • There is no CLI command for direct onramp; funding requires the human to take action outside the CLI
  • If the human wants to move funds between chains within their wallet, that's a transfer operation — see the send-tokens skill
Usage Guidance
This skill appears coherent and limited in scope, but before installing: (1) verify the skill owner/source since no homepage is provided; (2) ensure you trust the fdx CLI binary on your system (the skill relies on it to read wallet addresses); (3) never share private keys, seed phrases, or other secret credentials—this skill only needs public wallet addresses; (4) confirm onramp URLs and web dashboards are the official Finance District site before entering payment details; and (5) double-check chain selection and addresses before any transfer to avoid lost funds.
Capability Analysis
Type: OpenClaw Skill Name: fund-wallet Version: 0.1.0 The fund-wallet skill is designed to guide an AI agent in helping users add funds to their Finance District wallet. It uses legitimate CLI commands (fdx status, fdx call getWalletOverview) to retrieve wallet addresses and verify balances, and provides clear instructions for the agent to communicate with the user regarding web-based onramps or direct transfers, with no evidence of malicious behavior or data exfiltration.
Capability Assessment
Purpose & Capability
Name/description (funding a wallet) matches the instructions, which only use fdx CLI calls to check authentication and retrieve wallet addresses and then advise the human on onramp or direct transfer methods. There are no unrelated env vars, binaries, or installs requested.
Instruction Scope
SKILL.md confines the agent to run fdx status and fdx call getWalletOverview (and suggests getWalletOverview with --chainKey). It does not instruct reading other files, system state, or sending data to external endpoints. It appropriately delegates payment actions to the human.
Install Mechanism
No install spec and no code files — lowest-risk instruction-only skill. The skill assumes an fdx CLI is available (declared as allowed-tools), which is appropriate for the described operations.
Credentials
The skill declares no required environment variables, credentials, or config paths. It only needs access to the fdx CLI (to query wallet status/addresses), which is proportional to the stated purpose.
Persistence & Privilege
always is false and the skill does not request persistent system changes or access to other skills' configurations. disable-model-invocation is false (normal) but the skill has no sensitive capabilities that would materially expand autonomous risk.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install fund-wallet
  3. After installation, invoke the skill by name or use /fund-wallet
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of the "fund-wallet" skill: - Allows users to add funds to their Finance District wallet through credit card/onramp or direct token transfer. - Provides clear steps for checking authentication status and retrieving wallet addresses. - Includes guidance on verifying funds arrived and chain-specific confirmation advice. - User-invocable; recommended when users request help adding funds or encounter insufficient balance. - Supports all EVM chains and Solana; emphasizes sending funds on the correct chain for safety.
Metadata
Slug fund-wallet
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Fund Wallet?

Add funds to the wallet. Use when you or the user want to fund, deposit, top up, load, add funds, onramp, buy crypto, or get tokens into the wallet. Also use... It is an AI Agent Skill for Claude Code / OpenClaw, with 264 downloads so far.

How do I install Fund Wallet?

Run "/install fund-wallet" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Fund Wallet free?

Yes, Fund Wallet is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Fund Wallet support?

Fund Wallet is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Fund Wallet?

It is built and maintained by Rachid Jarray (@rachidjarray-hk-qa-fdt); the current version is v0.1.0.

💬 Comments