> For the complete documentation index, see [llms.txt](https://docs.icpex.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.icpex.org/product-features/how-to-create-a-fixed-ratio-anchored-pool-with-nearly-zero-volatility-for-lst.md).

# How to Create a Fixed Ratio Anchored Pool with Nearly Zero Volatility for LST

With the development of ICP DeFi, the ICP ecosystem has seen the emergence of LSD (Liquid Staking Derivatives) projects, which has led to the creation of LST (Liquid Staking Tokens). The exchange ratio between LST and the native token will be a key factor influencing the success of projects. A significant imbalance in the exchange ratio can affect the project's credibility and subsequently impact the development of related LSDFi. ICPEx provides an anchored pool feature with nearly zero volatility for LSD projects, allowing the exchange ratio between LST and the native token to remain stable. Of course, as stablecoins in the ICP ecosystem continue to develop, this feature can also be used for mutual anchoring between stablecoins.

Below, we will present the process for creating a fixed ratio anchored pool with nearly zero volatility. Assume a project's native token is tokenA, and the resulting LST is stTokenA. Both aim to be anchored at a 1:1 ratio.

## 1.Select the Liquidity Pool Mode

On the pool creation page, select **Anchored Pool**. Also, specify the two tokens that need to be anchored.

<figure><img src="/files/3OQzLeIetnhIc8R0hM2Z" alt=""><figcaption></figcaption></figure>

## 2.Set the Parameters

(1) Set the **Anchored Exchange Rate** to 1 and input the liquidity scale for the anchored pool.

<figure><img src="/files/fUM3BBWZYXYJY7Yf9tIm" alt=""><figcaption></figcaption></figure>

(2) Set the Trading Fee Rate as needed. Additionally, set the **Volatility Coefficient** to 0 to eliminate volatility.

<figure><img src="/files/CAZ0vldXvFOTXnztzjny" alt=""><figcaption></figcaption></figure>

## 3.Create the Liquidity Pool

## 4.Let’s Test the Swap Effect

When swapping 500,000 tokenA, the exchange ratio displayed is 1 tokenA = 0.9969 stTokenA.

<figure><img src="/files/IvgkSZLP1qrskfS5gEpm" alt=""><figcaption></figcaption></figure>

When swapping 800,000 tokenA, the exchange ratio displayed is 1 tokenA = 0.9969 stTokenA.

<figure><img src="/files/EXNvXxg1VoIlqADYiNMY" alt=""><figcaption></figcaption></figure>

As shown, these two large swaps do not cause an imbalance in the pool's exchange ratio, proving that the fixed ratio anchored pool is effective and reliable.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.icpex.org/product-features/how-to-create-a-fixed-ratio-anchored-pool-with-nearly-zero-volatility-for-lst.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
