> For the complete documentation index, see [llms.txt](https://metas-organization-2.gitbook.io/marxstreet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://metas-organization-2.gitbook.io/marxstreet/feature/exchange/liquidity-pool.md).

# Liquidity Pool

On the Marxstreet Exchange, liquidity will be managed in the form of non-fungible positions. You will still earn a share of the fees while providing liquidity. When you add your tokens to a Liquidity Pool, you will receive a Liquidity Provider NFT token and participate in its fees. Liquidity providers now have more control over the price range at which they wish to deploy their liquidity. So, when you add your tokens to the Liquidity Pool, you will create a new non-fungible liquidity position with its unique setup. Therefore, the liquidity position is NFT. Please note that these NFTs are transferable, and represent ownership of the underlying asset and the trading fees it earns. Trading fees are no longer automatically added to positions. You can claim it manually on each position details page.\
You can redeem your funds at any time by clearing your liquidity.

### Active Liquidity and Price Range

Liquidity providers can configure their positions to only provide liquidity when prices are within a certain range. If the trading price moves out of that range, the position will consist of only one type of token in a pair and will become inactive.

Inactive liquidity positions will not participate in trading or earn any trading fees.

### Concentrated Liquidity

Because liquidity providers can concentrate their token deposits to provide liquidity only within a certain price range. With the same number of underlying assets, it can support much larger trades.

This results in a much higher level of relative liquidity. And liquidity providers can earn more trading fees with the same amount of capital.

### &#x20;Generate Trading Fees

Providing liquidity rewards you in the form of trading fees when people use your liquidity pool to settle swaps.

Every time someone trades on Marxstreet , for every swap in each Exchange liquidity pool, depending on the liquidity pool fee level, the trader pays fees ranging from 0.01% to 1%.

### Impermanent Losses

Providing liquidity is not without risk, as you may experience temporary losses.<br>


---

# 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:

```
GET https://metas-organization-2.gitbook.io/marxstreet/feature/exchange/liquidity-pool.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.
