# Key Features

## Key Features

Algebra Integral (V4) is an innovative Automated Market Maker (AMM) that introduces a modular architecture to enhance the performance and flexibility of DEXes.\
\
The following are some of the key features:<br>

1. **Concentrated Liquidity**
   * LPs can allocate their liquidity to specific price ranges, improving capital efficiency and reducing slippage for trades within those ranges
2. **Gas optimizations**
   * All contracts have been extensively redesigned, leading to both gas savings and enhanced functionality for the protocol
3. **New architecture**
   * Liquidity storage has been separated from peripheral functionality modules (fees, oracles, etc...), keeping the critical functionality immutable while allowing non-core ones to be updated without any migration
4. **Plugin Integration**
   * Plugins enable developers to deploy custom (non-core) logic into pools. These hooks allow for advanced features such as dynamic fees, specialized incentives, experimental trading mechanisms, and many other things, providing unmatched flexibility and innovation potential
5. **Support for rebase tokens**
   * Unlike traditional concentrated liquidity AMMs, where tokens from rebase mechanisms remain stuck in the pool, Algebra Integral directly distributes these accrued tokens to liquidity providers
6. **Custom pool creation**
   * A key innovation in Integral is the introduction of multi-pool functionality for each token pair. This allows plugin developers to create unlimited pools, each enhanced with unique plugins, enabling unparalleled customization and flexibility

#### &#x20;For any technical development details, please refer to the [Algebra Documentation](https://docs.algebra.finance/algebra-integral-documentation/algebra-integral-technical-reference/intro) <a href="#plugins" id="plugins"></a>


---

# 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.atlantisprotocol.so/atlantis-ecosystem/algebra-integral-v4-amm/key-features.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.
