Fund Wallet
/install fund-wallet
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
- Check authentication with
fdx status - Get wallet addresses with
fdx call getWalletOverview - Share the appropriate address with the human
- Guide them to use the web onramp or direct transfer
- After they confirm funding, verify balance with
fdx call getWalletOverview --chainKey \x3Cchain>
Prerequisites
- Must be authenticated (
fdx statusto check, seeauthenticateskill)
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-tokensskill
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install fund-wallet - 安装完成后,直接呼叫该 Skill 的名称或使用
/fund-wallet触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 264 次。
如何安装 Fund Wallet?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install fund-wallet」即可一键安装,无需额外配置。
Fund Wallet 是免费的吗?
是的,Fund Wallet 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Fund Wallet 支持哪些平台?
Fund Wallet 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Fund Wallet?
由 Rachid Jarray(@rachidjarray-hk-qa-fdt)开发并维护,当前版本 v0.1.0。