# Vault Shares Valuation

To value Vault Shares, Notional needs to convert the value of the strategy assets to the primary borrow currency.

For example, in the context of a Balancer two token pool vault strategy, Notional will need to look at the vault's underlying claims on the pool. It then converts these claims to the primary currency using the pool's spot exchange rate.

### Oracle Price Deviation Limit Percent

To ensure that the spot prices used during the vault shares valuation process are accurate Notional compares the implied spot prices of the pool's underlying currencies to chainlink oracle prices. For example, if the vault's strategy is to LP in a wstETH/ETH pool, Notional will calculate the pool's spot exchange rate between ETH and wstETH. It will then compare this exchange rate to Chainlink. If the deviation between the spot exchange rate and chainlink exceeds the allowed Oracle Price Deviation Limit Percent parameter, then vault transactions will revert.&#x20;


---

# 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.notional.finance/v3-risk-parameters/leveraged-vaults/vault-shares-valuation.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.
