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

app_id
string
required
Unique ID for the VUNI mini app.
path
string
URL encoded path to specific sections of the app.
ref
string
Referral code for tracking purposes.

Available Routes

1. /pool

tab
string
Active tab on page load. Values: “stats” | “tokens” | “trades” | “top-investors”. Default: “stats”

2. /investor/$address

tab
string
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.

VUNI Interface
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