# NAV Calculator Contract

Based on approved methods, NAV Calculator Contract dynamically calculates the net asset value (NAV) of all underlying positions. NAV Methods for all underlying positions are defined in the onboarding phase but may be changed through vault governance.

{% hint style="info" %}
NAV methods can be referenced from [NAV Methods Library](https://docs.rethink.finance/rethink.finance/protocol/architecture/nav-calculator-contract/nav-methods-library).
{% endhint %}

{% hint style="info" %}
Simulating NAV updates via Rethink UI is recommended.
{% endhint %}


---

# 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/nav-calculator-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.
