> For the complete documentation index, see [llms.txt](https://docs.zenprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zenprotocol.com/apps/dex/dex-user-guide.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.zenprotocol.com/apps/dex/dex-user-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
