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

# zkDX Quick Guide 🔍

1. **Intro to zkDX**: [**Read Here**](https://docs.zkdx.io/litepaper/introduction)
2. **Supported Networks** (More added regularly):

   Mainnet of Real Assets

   * Linea
   * ZKFair

   Mainnet of tUSDC Assets

   * zkSync
   * Linea
   * Mantle
   * Base
   * Scroll \&Scroll testnet
   * Blast testnet
3. **Key Features**:

   * [Trade](https://app.zkdx.io/#/trade)
   * [Stake](https://app.zkdx.io/stake)
   * [Omnichain](https://app.zkdx.io/omnistaking)

   Interact with any feature to unlock a zkDX NFT whitelist reward!
4. **Trade**:
   * Supported on Linea/ZKFair.&#x20;
   * Use USDC to ZUSD for trading.
   * [**How-to Trade**](https://docs.zkdx.io/guide/how-to-trade-on-zkdx)
   * Trade to get NFT rewards
5. **Stake**:
   * Exclusive to zkSync & Linea network \&zkLink Nova.
   * Earn $esZKDX as rewards on Linea.
   * [**Staking Guide**](https://docs.zkdx.io/guide/zkdx-staking-guide)
   * Stake to get NFT rewards
6. **Omnichain**:
   * Available on Linea networks.
   * Omnistaking to get NFT rewards
7. **NFT**:
   * **Claim** zkDX NFT whitelist: [**Claim Here**](https://app.zkdx.io/nft)
   * **Trade** NFT: [**Trade Now**](https://element.market/collections/zkdx-nft-lv1)
8. **More activities**:

   * Complete quests on [Zealy](https://zealy.io/c/zkdx/questboard), claim xp and other rewards.
   * Accomplish tasks and accumulate 6,000 XP or more to be granted the exclusive OG Role

Dive in now! 🚀📊🔒


---

# 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.zkdx.io/zkdx-quick-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.
