# Deposit Fee

The deposit fee is a one-time charge applied when depositors contribute capital to the On-chain Investment Vehicle (OIV), calculated as a percentage of the investment amount.

***

## **Principles**

1. **Payment Method**:

* The performance fee is distributed in denomination (base asset) of the given On-chain Investment Vehicle.

***

## Formula

$$
NAV\_{deposit}=NAV\times(1+r\_D)
$$

Where:

* $$r\_D$$: Deposit Fee Rate


---

# 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/protocol/architecture/admin-contract/fees/deposit-fee.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.
