# Definitions

{% hint style="warning" %}
The definitions section of this documentation is currently incomplete and a work in progress.
{% endhint %}

**OIV:** On-chain investment vehicle

**Denomination Asset:** Token address used for asset used for deposits/withdrawals. The OIV will be denominated in this asset.

**Deposit Fee:** Fee on every deposit.

**Redemption Fee:** Fee on every redemption.

**Management Fee:** Flat fee, calculated as an annual percentage of the total assets under management. Occurs continuously and may be automatically deducted with every NAV update.

**Profit Management Fee:** Flat fee, calculated as an annual percentage of the total profits. Occurs continuously and may be automatically deducted with every NAV update. HWM is not included.\
\
**Settlement Period:** Frequency of settling deposit and redemption requests.

**Min. Liquid Asset Share**: Share of assets that can be liquidated at any time and used to meet redemption requests.

**Governance Token:** Token governing the OIV (Must be [ERC20Votes](https://docs.openzeppelin.com/contracts/4.x/api/token/erc20#ERC20Votes) compatible).

**Quorum:** Minimum number of cast voted required for a proposal to be successful.

**Voting Period:** Delay between the vote start and vote end.

**Voting Delay:** The [votingDelay](https://docs.openzeppelin.com/contracts/5.x/api/governance#Governor-votingDelay--) can delay the start of the vote. This must be considered when setting the voting duration compared to the voting delay.

**Proposal Threshold:** The number of votes required in order for a voter to become a proposer.

**Late Quorum:** The time required to pass from the time a proposal reaches quorum until its voting period ends.\ <br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.rethink.finance/rethink.finance/policies/definitions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
