> For the complete documentation index, see [llms.txt](https://zkmoonswap.gitbook.io/zkmoonswap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zkmoonswap.gitbook.io/zkmoonswap/about-zkmoon.md).

# About zkMoon

&#x20;   zkMoon is a top-notch decentralized exchange (DEX) project on Polygon's zkEVM technology. It is highly secure and provides a trustless trading experience for users.

&#x20;   One of the key features of zkMoon is its use of zero-knowledge proofs (ZKPs) to ensure transaction privacy and confidentiality. With zkMoon, users can trade assets without having to reveal any sensitive information about their holdings, making it an ideal option for those who value privacy.

&#x20;   In addition to its smart contract address, zkMoon also has an active community on various social media platforms such as Telegram and Twitter. These communities are a great resource for users to stay up-to-date on the latest developments and engage with other members of the zkMoon ecosystem.

&#x20;   Overall, zkMoon is an excellent choice for anyone looking for a secure, private, and user-friendly DEX on Polygon's zkEVM technology.


---

# 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://zkmoonswap.gitbook.io/zkmoonswap/about-zkmoon.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.
