Add money to your World Wallet directly from exchanges like Binance and Coinbase. Deposit, withdraw, and swap tokens across multiple exchanges and chains effortlessly.

Parameters

app_id
string
required
Unique ID for the Add Money mini app.
path
string
required
URL-encoded path to the bridge interface (typically %2Fbridge).
toAddress
string
required
Address of the recipient World Wallet user.
toToken
string
required
Token contract address to deposit (supports USDC or WLD).
amountUsd
string
USD amount to deposit. If omitted, the user selects the amount in-app.
sourceAppId
string
App ID of the source app for quick navigation back.
sourceAppName
string
Name of the source app displayed in the “Go Back” button.
Path within the source app to deeplink back to (URL-encoded).
Add Money Screen
Url follows the schema below. Navigate there to use this Quick Action.
https://worldcoin.org/mini-app?app_id=app_e7d27c5ce2234e00558776f227f791ef
&path={%2Fbridge}
&toAddress={0xRecipientAddressHere}
&toToken={0xUSDCOrWLDAddress}
&amountUsd={100}
&sourceAppId={app_source1234567890abcdef}
&sourceAppName={My%20App}
&sourceDeeplinkPath={%2Fdashboard}