Overview
rethink.finacne dApp is an intuitive user interface for depositors and managers.
Manager/Strategist can deploy all relevant smart contracts that together enable OIVs. Additionally, they may be allowed to settle flows (deposit and redemption requests), update NAV, and execute strategy within the scope of permissions.
Depositors can find an OIV, learn about its investment strategy, understand its performance, view its positions, participate in governance, verify OIV parameters and delegated permissions on-chain, and request deposits and redemptions.
You can find a detailed overview of all the mentioned contracts on the Architecture page.
Main Success Scenario
Manager/Strategist deploys an OIV with predefined settings
Basic info (Name, LP token symbol, denomination asset, image and description)
Fees (Management fee, performance fee, deposit fee, redemption fee, etc.)
Whitelist (If applicable)
Management (Planned settlement period and min. liquid asset share)
Governance (Type, gov. token, quorum, late quorum, voting period and proposal threshold)
Initial supported positions (Scoped permissions for assets and protocols + NAV calculation methods)
Depositor finds an OIV and requests a deposit
Deposit gets processed with new NAV update, LP tokens get minted to depositor
Manager/Automation executes strategy on behalf of depositors
Manual execution via existing protocol interfaces (Pilot extension)
Automated execution via script or AI agent (can be off-chain)
Managers and depositors (or their delegates) can create on-chain proposals to:
Change initial supported positions
Change initial OIV settings
Execute a raw transaction (interact with any contract/address)
Manager earns a fee
Depositor requests redemption
Redemption gets processed with a new NAV update, LP tokens get burned, initial deposit + profit are claimed
Last updated