# Admin Contract

Admin contract is at the heart of the Rethink Safe Module protocol. It is responsible for:

1. Settling deposit and redemption requests
2. Automated fees
3. Whitelist

Settlement is done on-chain through issuance and burning of vault tokens. It may be manual or automated. The requirement is enough liquidity in the fund contract and fresh NAV updates from [NAV Calculator Contract](/rethink.finance/protocol/architecture/nav-calculator-contract.md).


---

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