# Dex User Guide

{% hint style="success" %}
Available at <https://dex.zp.io>
{% endhint %}

ZenDex is a true and user-friendly decentralized exchange enables token holder to securely execute p2p orders on-chain (Zen Protocol network), with no operators or fees. ZenDex stores orders as UTXOs that locks to itself.

In order to execute transactions on the ZenDex, a wallet must be connected. If a wallet is not connected you will be able to view all traded pairs or search for a specific one.

Here you can learn about the basic features and different aspects of the ZenDex application.

{% content-ref url="/pages/-Mj9578D80vfyobtIvyb" %}
[Traded Pairs](/apps/dex/dex-user-guide/traded-pairs.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Mj95AAIHVjnWKWIGX4n" %}
[Search Pairs](/apps/dex/dex-user-guide/search-pairs.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Mj95DYg5Ta9GZmviwRw" %}
[Order Book](/apps/dex/dex-user-guide/order-book.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Mj95I5Jw49uWr8IP0ji" %}
[Operations](/apps/dex/dex-user-guide/operations.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Mj94y4hGyBo\_QnMJmJv" %}
[My Wallet](/apps/dex/dex-user-guide/my-wallet.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Mj95S\_J3JhFCDN-8rik" %}
[Settings](/apps/dex/dex-user-guide/settings.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.zenprotocol.com/apps/dex/dex-user-guide.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.
