rethink.finance
  • Getting Started
    • Welcome
    • Rethinking Vaults
  • dApp
    • Overview
  • Protocol
    • Architecture
      • Admin Contract
        • Flows
          • V1.0 Flows
          • V2.0 Flows
        • Fees
          • Performance Fee
          • Management Fee
          • Deposit Fee
          • Redemption Fee
      • NAV Calculator Contract
        • NAV Liquid Spot
        • NAV Illiquid
        • NAV DeFi Composable
        • NAV Methods Library
    • Security
    • Integrations
  • Execution
    • Manual
    • Algo/AI
  • Community
    • Closed Beta
  • Policies
    • Terms of Service
    • Privacy Policy
  • Links
    • GitHub
    • Discord
    • X
Powered by GitBook
On this page
  • Main Success Scenario
  • Discover
  • Details
  • NAV
  • Governance
  1. dApp

Overview

PreviousRethinking VaultsNextArchitecture

Last updated 7 days ago

rethink.finacne dApp is an intuitive user interface for depositors and managers.

Manager/Strategist can deploy all relevant smart contracts that together enable vault. 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 a vault, learn about its investment strategy, understand its performance, view its positions, participate in governance, verify its parameters and delegated permissions on-chain, and request deposits and redemptions.

You can find a detailed overview of all the mentioned contracts on the page.


Main Success Scenario

  1. Manager/Strategist deploys a vault with predefined settings

    1. Basic info (Name, LP token symbol, denomination asset, image and description)

    2. Fees (Management fee, performance fee, deposit fee, redemption fee, etc.)

    3. Whitelist (If applicable)

    4. Management (Planned settlement period and min. liquid asset share)

    5. Governance (Type, gov. token, quorum, late quorum, voting period and proposal threshold)

    6. Initial supported positions (Scoped permissions for assets and protocols + NAV calculation methods)

  2. Depositor finds a vault and requests a deposit

    1. Deposit gets processed with new NAV update, LP tokens get minted to depositor

  3. Manager/Automation executes strategy on behalf of depositors

    1. Manual execution via existing protocol interfaces ()

    2. Automated execution via script or AI agent (can be off-chain)

  4. Managers and depositors (or their delegates) can create on-chain proposals to:

    1. Change initial supported positions

    2. Change initial vault settings

    3. Execute a raw transaction (interact with any contract/address)

  5. Manager earns a fee

  6. Depositor requests redemption

    1. Redemption gets processed with a new NAV update, LP tokens get burned, initial deposit + profit are claimed


Discover

Details

NAV

Governance

Architecture
Pilot extension