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
  • ERC-20
  • ERC-721
  • ERC-1155
  1. Protocol
  2. Architecture
  3. NAV Calculator Contract

NAV Illiquid

References defined purchase price of the underlying asset and verifies the amount on-chain.

ERC-20

  • Price per token (in the base asset), e.g. 10

  • Token Address, e.g. 0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984

  • Comma-separated list of TX hashes, e.g. 0xf6a7d1676c9feea3e020125db6b7d142a9a4b545f40f053419aebe30d5c42d42,0xf6a7d1676c9feea3e020125db6b7d142a9a4b545f40f053419aebe30d5c42d42

ERC-721

  • Price per token (in the base asset), e.g. 10

  • Token Address, e.g. 0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984

  • Comma-separated list of TX hashes, e.g. 0xf6a7d1676c9feea3e020125db6b7d142a9a4b545f40f053419aebe30d5c42d42,0xf6a7d1676c9feea3e020125db6b7d142a9a4b545f40f053419aebe30d5c42d42

ERC-1155

  • Price per token (in the base asset), e.g. 10

  • Token Address, e.g. 0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984

  • Comma-separated list of TX hashes, e.g. 0xf6a7d1676c9feea3e020125db6b7d142a9a4b545f40f053419aebe30d5c42d42,0xf6a7d1676c9feea3e020125db6b7d142a9a4b545f40f053419aebe30d5c42d42

  • NFT Index, e.g. 1

PreviousNAV Liquid SpotNextNAV DeFi Composable

Last updated 1 month ago