# Fees

All fees are optional, automated, and upgradeable through vault governance. Any fee type can be distributed to any number of addresses/contracts.

## Supported Fee Types

### [Performance Fee](/rethink.finance/protocol/architecture/admin-contract/fees/performance-fee.md)

### [Management Fee](/rethink.finance/protocol/architecture/admin-contract/fees/management-fee.md)

### [Deposit Fee](/rethink.finance/protocol/architecture/admin-contract/fees/deposit-fee.md)

### [Redemption Fee](/rethink.finance/protocol/architecture/admin-contract/fees/redemption-fee.md)

***

## Alternative Fee Types

At rethink.finance, we recognize that some vault may need alternative fee calculation methods based on their specific use cases. While we developed robust automated fee contracts, our focus remains on providing maximum flexibility without compromising on decentralization and security.

### Off-chain Fee Calculation

Vaults can calculate fees off-chain and propose them as a transaction through vault governance.

### Custom Fee Contracts

Custom third-party contracts may be deployed to keep calculating the fees. In that case, vault may delegate fee calculation logic to the respective contract, given that they trust it.


---

# 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.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.
