> For the complete documentation index, see [llms.txt](https://rivera.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rivera.gitbook.io/docs/ecosystem-participants/concentrated-dexs.md).

# Concentrated DEXs

DEXs can use the Rivera protocol to easily deploy their composable ALM vaults. Rivera also offers native integration with DEXs which allows them to add market-making vaults directly in their UI, enabling seamless access for the liquidity providers.

Rivera ALM vaults play a crucial role in the capital efficiency of the concentrated DEX ecosystem. The vaults ensure that the liquidity available on the pool is effectively concentrated in the “price-action” zone as the asset price shifts. This allows DEXs to create deep liquidity for their users and minimize trade impact.

Rivera ALM vault is also the first of its kind enabling composability for concentrated LP positions. ERC-20 yield tokens provided as “proof of investment” can be widely used in the DeFi ecosystem. This allows new opportunities for concentrated DEXs to grow their liquidity and enable structured offerings.

If you are building a concentrated DEX, we would love to get in touch and help you source & manage liquidity. Please reach out to us at <contact@rivera.money> or raise a partnership ticket on our Discord channel.


---

# 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://rivera.gitbook.io/docs/ecosystem-participants/concentrated-dexs.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.
