Quick Actions
VUNI Quick Action
Decentralized investment fund powered by a smart contract that securely manages user funds. A trading bot automatically executes trades on Uniswap based on real-time alerts from TradingView, optimizing investment strategies without manual intervention.
Parameters
- Name
app_id
- Type
- string
- Required
- REQUIRED
- Description
Unique ID for the VUNI mini app.
- Name
path
- Type
- string
- Description
URL encoded path to specific sections of the app.
- Name
ref
- Type
- string
- Description
Referral code for tracking purposes.
Available Routes
1. /pool
- Name
tab
- Type
- string
- Description
Active tab on page load. Values: "stats" | "tokens" | "trades" | "top-investors". Default: "stats"
2. /investor/${address}
- Name
tab
- Type
- string
- Description
Active tab on page load. Values: "tokens" | "deposits" | "withdrawals" | "referrals". Default: "tokens"
3. /sign-in
Access the sign-in page.
Localization
All routes support an optional locale prefix (e.g., /en/) for localization.

Example URLs:
# Access pools with trades tab
https://worldcoin.org/mini-app?app_id=app_10ca32093aa9ad0e52bc812d63daf818&path=%2Fpool%3Ftab%3Dtrades
# View investor info with referrals tab
https://worldcoin.org/mini-app?app_id=app_10ca32093aa9ad0e52bc812d63daf818&path=%2Finvestor%2F0x6917A2418aBDc514E1745207200bFbA75E1dfd6E%3Ftab%3Dreferrals
# Access with referral code
https://worldcoin.org/mini-app?app_id=app_10ca32093aa9ad0e52bc812d63daf818&path=%3Fref%3DGD9WWI
# Access pools with stats tab (localized)
https://worldcoin.org/mini-app?app_id=app_10ca32093aa9ad0e52bc812d63daf818&path=%2Fen%2Fpool%3Ftab%3Dstats