> For the complete documentation index, see [llms.txt](https://docs.pantherprotocol.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pantherprotocol.io/docs/panther-core/panther-core/ztrade-otc-trading.md).

# zTrade (OTC Trading)

| Status  | Entrypoint                                              |
| ------- | ------------------------------------------------------- |
| Concept | [zAccount](/docs/panther-core/panther-core/zaccount.md) |

### TL;DR

* Panther will support privacy-enhanced Over-The-Counter trades

### Overview

zTrade will be the world’s first [Zero-Knowledge](/docs/learn/cryptographic-primitives/zero-knowledge-proofs.md) on-chain Over-The-Counter (OTC) marketplace.

Using the Polygon network (at [mainnet beta release](/docs/panther-core/testnet.md)), zTrade will offer an innovative approach to OTC trading by connecting makers and takers in a fully privacy-enhanced, secure environment. It leverages the attributes of the [Shielded Pool](/docs/panther-core/panther-core/shielded-pool.md) and [zAssets](/docs/panther-core/panther-core/overview.md) to enable OTC trades.

Within zTrade, users can conduct OTC transactions while enjoying unprecedented data privacy. The process begins when a maker deposits digital assets into a Shielded Pool and converts them into zAssets. Once users initiate a trade, they set the conversion rate at which they are willing to sell their assets. Takers, conversely, can browse the available offers and accept the one that suits their needs, confident that their privacy is being fully maintained.

Unlike traditional OTC marketplaces, zTrade will not require any custodian services, thanks to the self-custody and automated nature of on-chain DeFi transactions. Furthermore, zTrade preserves the confidentiality of users’ identities, transaction details, and asset holdings.

<figure><img src="/files/XDOGWsS2z1Nt2TGlPAQP" alt=""><figcaption><p>zTrade's user journey.</p></figcaption></figure>

Some of the advantages of zTrade over centralized or decentralized swap mechanisms include:

* Zero [slippage](/docs/learn/glossary.md#slippage) on large trades
* Low fees
* Instant settlements with data protection
* Possibly, earning rewards

> to be determined by the DAO


---

# 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.pantherprotocol.io/docs/panther-core/panther-core/ztrade-otc-trading.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.
