Main Functions
For Creators
Create Vault
Input Parameters:
Network and Base Token (Underlying): Currently supports only Solana and stablecoins USDC, USDT (fixed after creation).
Protocol: Allows all protocols available on the selected network.
Profit Share %: Portion of realized profits allocated to the Creator (default 10%).
Initial Deposit: Minimum 500 USDC/USDT.
Flow: The Creator configures the vault in the UI → confirms parameters → signs the on-chain vault creation transaction → vault becomes visible in the explorer.

Manage Strategy via AI Chat
Interaction: The Creator issues strategy commands in natural language.
AI Role:
Parse intent.
Generate a transaction preview: route, amounts, fees, slippage, estimated PnL, and impact on profit share.
Require the Creator’s signature before execution.
Supported Actions: Swap, add/remove LP, trade, stake/unstake, borrow/lend, claim rewards.
Gas Tank: Transaction fees are deducted from the vault’s Gas Tank; low-balance alerts are provided.

Monitor Performance
View TVL, APR (age-aware), realized/unrealized PnL, and allocation.
Time-range filters: 24H, 7D, 30D, 90D, All-time (filters are hidden if vault age is insufficient).
Activity log associated with each vault.

Fee Earned (Profit Share)
Trigger: When closing a profitable position or claiming/unstaking rewards.
If multiple tokens are involved, the system swaps just enough into the underlying token to match the profit share.
Flow: Earnings become “Claimable” → Creator signs the claim transaction → funds are transferred to the Creator’s wallet.


For Depositors
Deposit
Select a vault → enter the deposit amount in the underlying token → sign the transaction.
Receive vault share tokens representing proportional ownership; allocation updates after confirmation.

Withdraw
Choose a partial or full withdrawal.
If the vault has open positions, the withdrawal may require partial position closure or waiting for available liquidity.
Sign the transaction → burn share tokens → receive the underlying token.

Track Performance
My Allocation: Historical allocation chart (hourly/daily snapshots depending on vault age).
PnL & APR:
PnL = (Current value + withdrawals – deposits – initial value) ÷ initial value.
APR is annualized from the period ROI; hidden for very new vaults to avoid misleading results.

Last updated