# Glossary

$$\beta$$: It’s a measure of an asset’s volatility compared with the overall market’s volatility, in f(x) protocol, it would be the volatility of fETH/xETH compared with ETH’s price volatility.

CDP: Collateralized Debt Positions (CDPs) are smart contracts that enable users to utilize their collateral assets, like Ethereum's ether, as security to create a different token, frequently a stablecoin like DAI.\
\
NAV: NAV is net asset value. It’s the current value, as determined by the protocol, of fETH or xETH. You can mint or redeem xETH or fETH for their respective NAVs.

CR: Collateralization Ratio(A.K.A Health factor). It’s calculated with the equation: CR=Backed Asset Value / fETH Supply. As the notation above in [“What is f(x)?”](/f-x-protocol/what-is-f-x.md), $$n\_{eth}p\_{eth}/n\_fp\_f \times 100%$$

xETH Leverage: For detailed algorithms of xETH Leverage level, please refer to [“Whitepaper Chapter 7.3.1 xETH Leverage”](https://github.com/AladdinDAO/aladdin-v3-contracts/blob/dev/fx/whitepapers/whitepaper_v2.pdf)

Stability Mode Price: The ETH price that triggers the stability mode.

\ <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.aladdin.club/f-x-protocol/glossary.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.
