# Dex 2.0

### About

QuipuSwap DEX 2.0 is a part of the growing QuipuSwap ecosystem. It provides a platform for better and more powerful trading. We intend to create a solution for the Tezos ecosystem akin to that Uniswap has created for Ethereum.

{% embed url="<https://github.com/madfish-solutions/quipuswap-core-v2>" %}
Code of contracts
{% endembed %}

### QuipuSwap Dex 2.0 project overview

{% content-ref url="/pages/PJIKLqS3IsyXS8Bwt7tK" %}
[DexCore contract](/smart-contracts/dex-2.0/dexcore-contract.md)
{% endcontent-ref %}

{% content-ref url="/pages/qclqcibCYPnhTiY5FZz5" %}
[Bucket contract](/smart-contracts/dex-2.0/bucket-contract.md)
{% endcontent-ref %}

{% content-ref url="/pages/Tfsg5Ntqa1tvgeBH1v4L" %}
[Auction contract](/smart-contracts/dex-2.0/auction-contract.md)
{% endcontent-ref %}

{% content-ref url="/pages/GjTuMWyH3WmkiJwGAhfv" %}
[FlashSwapsProxy contract](/smart-contracts/dex-2.0/flashswapsproxy-contract.md)
{% endcontent-ref %}

{% content-ref url="/pages/uohfRLlf1SEi9Gph8GX7" %}
[BakerRegistry contract](/smart-contracts/dex-2.0/bakerregistry-contract.md)
{% endcontent-ref %}

### Additional info

{% content-ref url="/pages/jHqWfeuchEKO3WMhQEWw" %}
[Errors overview](/smart-contracts/dex-2.0/errors-overview.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://docs.quipuswap.com/smart-contracts/dex-2.0.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.
