> For the complete documentation index, see [llms.txt](https://docs.horizondex.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.horizondex.io/resources/faq.md).

# FAQ

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

### Q: What is HorizonDEX?

A: HorizonDEX is the first Concentrated Liquidity DEX built on Linea. Unlike other traditional Automated Market Maker liquidity DEXs, HorizonDEX liquidity pools utilize the capital invested in the pool more efficiently and provide better returns for the liquidity providers and better trade execution with low slippage for traders.

### Q: How can I trade on HorizonDEX?&#x20;

A: It's very easy to swap tokens on HorizonDEX. You just need a Metamask with some tokens in it. Head over to [Swap](/dex/swap.md) for more informaiton.

### Q: What is concentrated liquidity?&#x20;

A: Concentrated liquidity refers to the practice of allocating liquidity within a specific price range in a DEX. It allows liquidity providers to focus their funds where they expect trading activity is most likely to occur, improving capital efficiency.

### Q: How can I provide liquidity on HorizonDEX?&#x20;

A: To provide liquidity on HorizonDEX, select the tokens you want to provide liquidity for, specify a price range, and deposit an equal value of both tokens into the liquidity pool. You'll earn fees from traders who swap tokens within your allocated range. Check [Add Liquidity](/dex/add-liquidity.md) page for a more detailed explanation.

### Q: What is impermanent loss?&#x20;

A: Impermanent loss is the temporary loss in value experienced by liquidity providers due to the changing price ratio between tokens in a liquidity pool. HorizonDEX provides tools to monitor and understand the potential impact of impermanent loss.


---

# 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.horizondex.io/resources/faq.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.
