# Concepts

KyberSwap Elastic's key contributions towards the AMM space are its aggregation of different amplified liquidity (DMM) positions into a single pool as well as the introduction of a reinvestment curve which auto-compounds previously idle concentrated liquidity fees.

Collectively, these concepts forms the Dynamic Automated Market Making v2 (DMMv2) protocol invented by the KyberSwap research team. You can refer to the Dynamic Market Making v2 whitepaper for an overview of the protocol or the [DMMv2 Technical Documentation](https://docs.google.com/document/d/1F50RWQRRyaNxnW5RvKgw09fN2FofIVLVccijgcOt-Iw/edit#heading=h.i0grrivqtzgw) for an even deeper dive.

The following sections outline these concepts at a high level:

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-hidden></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="/pages/7p89VnTAiJ5Ataimv46R"><strong>Concentrated Liquidity</strong></a></td><td></td><td></td><td><a href="/pages/7p89VnTAiJ5Ataimv46R">/pages/7p89VnTAiJ5Ataimv46R</a></td></tr><tr><td><a href="/pages/ZlA1bukGPT3T5enZw3YA"><strong>Reinvestment Curve</strong></a></td><td></td><td></td><td><a href="/pages/ZlA1bukGPT3T5enZw3YA">/pages/ZlA1bukGPT3T5enZw3YA</a></td></tr></tbody></table>


---

# 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.kyberswap.com/reference/legacy/kyberswap-elastic/concepts.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.
