# What is f(x)?

f(x) splits ETH into a mix of low-volatility “floating stablecoins” called fETH and high-volatility “leveraged ETH” tokens called xETH. Users can supply ETH or stETH to mint either one (pure ETH is zapped into stETH before deposit).

The most fundamental equation in this protocol:&#x20;

$$
n\_{eth}p\_{eth}=n\_fp\_f+n\_xp\_x,
$$

where $$n\_{eth}$$is the number of ETH collateral,  $$p\_{eth}$$is ETH’s price in USD,  $$n\_f$$is the total supply of fETH,  $$p\_f$$is NAV of fETH,  $$n\_x$$is the total supply of xETH, $$p\_x$$is NAV of xETH.

\
Now, f(x) continues to grow and support few more features. f(x) splits yield-bearing tokens into two derivative coins: a stable one, and a more volatile one. On the stable side, the headliners are fETH and fxUSD: both stable (one USD-pegged, one that increases or decreases a little with the price of ETH. Holding the high volatility tokens like xETH, xstETH, and others are like holding leverage on the reserve, i.e. leveraged ETH, but with zero funding costs and no individual liquidations.

\
\ <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/what-is-f-x.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.
