# Valuation Provider

The Valuation Provider publishes the vault valuation used to price the next settlement cycle. This value determines the price per share applied at settlement, which drives how many shares are minted for deposits, how much users redeem, and how fees are calculated. Learn more about [vault valuation](/vault/vault-valuation.md).

The valuation can be produced off-chain by a valuation engine, or computed on-chain via a pricing contract, depending on the product’s design. **In all cases, accuracy and operational discipline are critical.**

{% hint style="warning" %}
The Valuation Provider sets the valuation inputs used for settlement. Treat this role as sensitive and document the methodology, sources, and update cadence.
{% endhint %}

### Responsibilities

The Valuation Provider is responsible for

* Producing the valuation inputs used for settlement pricing
* Updating the vault valuation on-chain according to the chosen cadence
* Maintaining a consistent methodology and clear disclosure to LPs

{% hint style="info" %}
NAV updates must always be verified and settled by the Vault Curator.
{% endhint %}

### The Valuation Provider is responsible for :

* Producing the valuation inputs used for settlement pricing
* Updating the vault valuation on-chain according to the chosen cadence
* Maintaining a consistent methodology and clear disclosure

{% hint style="warning" %}
The valuation update frequency must be aligned with the curator’s settlement frequency.
{% endhint %}

### Typical setups

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><mark style="color:$primary;"><strong>Off-chain valuation engine</strong></mark></td><td>An operator computes NAV from the vault’s positions and price sources, then updates the vault valuation on-chain. This is common for multi-protocol strategies, discretionary portfolios, or products requiring custom pricing logic.</td></tr><tr><td><mark style="color:$primary;"><strong>On-chain valuation contract</strong></mark></td><td>A smart contract computes valuation from on-chain inputs such as oracle feeds and vault positions. This is common when valuation rules can be fully expressed on-chain and verified programmatically.</td></tr></tbody></table>

### What this means for users

Users can verify valuation updates and settlement pricing on-chain. Vault curators remain responsible for disclosing the valuation methodology, update cadence, and the entities involved.


---

# 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.lagoon.finance/vault/roles-and-capacities/valuation-oracle.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.
