Install
openclaw skills install fund-walletAdd 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...
openclaw skills install fund-walletThe 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.
fdx status
If the wallet is not authenticated, refer to the authenticate skill.
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
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."
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.
Once the human confirms they have sent funds:
fdx call getWalletOverview --chainKey <chain>
Note that transaction confirmation times vary by chain:
fdx statusfdx call getWalletOverviewfdx call getWalletOverview --chainKey <chain>fdx status to check, see authenticate skill)send-tokens skill