# Exchange rate

$$
Exchange   Rate =Total LiquidStakedWAX/ TotalNativeWAX
$$

TotalNativeWAX = Staked WAX+ accrued staking reward from DeFi

TotalLiquidStakedWAX = LSW minted

**For example:**

The pool will initially start at a 1:1 ratio and will be dynamically updated based on the accrued staking rewards. To understand how this works, let’s consider an example:

Avral is LSWs first user and he stakes 100 WAX, he then receives 100 LSW in return.

$$
ExchangeRate: 100/100=1
$$

Let’s assume that time has passed and 10 rewards in WAX were accrued.

Now, the new exchange rate would be:

$$
ExchangeRate: 100/100+10= 0.91
$$

If Avral decides to withdraw his WAX, he will receive 110 WAX for 100 LSW based on the new exchange rate.

\ <br>


---

# 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.alcor.exchange/lsw-liquid-staked-wax/exchange-rate.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.
