# Introduction

Our Babylon decentralized exchange will initially be like uniswap v2 offering the creation of full range pools with some additional features listed below:

{% content-ref url="/pages/SM06NgUOBtxhrQS0M62l" %}
[Full-Range Pools](/docs/dex/full-range-pools.md)
{% endcontent-ref %}

{% content-ref url="/pages/3iKAWmsXOmP6L5kEufYa" %}
[Multi-Tokens Pools](/docs/dex/multi-tokens-pools.md)
{% endcontent-ref %}

{% content-ref url="/pages/7VQ8vY80ttFpln8GUezI" %}
[Private/Public Liquidity](/docs/dex/private-public-liquidity.md)
{% endcontent-ref %}

{% content-ref url="/pages/GnVXSVlUeTUWDmshKCXl" %}
[Private pool manager and members](/docs/dex/private-pool-manager-and-members.md)
{% endcontent-ref %}

{% content-ref url="/pages/CfrizYb7b7xVsoHW4IV1" %}
[Adding Liquidity](/docs/dex/adding-liquidity.md)
{% endcontent-ref %}

{% content-ref url="/pages/CnNEO8VdRT2nJz67b9Up" %}
[Customizable Fee Rules](/docs/dex/customizable-fee-rules.md)
{% endcontent-ref %}

{% content-ref url="/pages/jyWylX9EzglEEmwx3qph" %}
[Liquidity Mining Rewards](/docs/dex/liquidity-mining-rewards.md)
{% endcontent-ref %}

{% content-ref url="/pages/s91ISFVTadtdHaY0abe1" %}
[Protocol Fees](/docs/dex/protocol-fees.md)
{% endcontent-ref %}

{% content-ref url="/pages/YQxyh6zkMR7zeSNnk5af" %}
[Treasury](/docs/dex/treasury.md)
{% endcontent-ref %}

{% content-ref url="/pages/qjTHCyVYME2cxPU79OaO" %}
[Transactions Manifests](/docs/dex/transactions-manifests.md)
{% endcontent-ref %}


---

# 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://radixplanet.gitbook.io/docs/dex/introduction.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.
