> 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/guide/trading-tutorial.md).

# Trading Tutorial

### **"Real Assets" Mode**

1. **Preparation:**
   * Ensure that your wallet is connected to the Linea network.
   * Have sufficient USDC in your wallet for trading.
2. **Converting USDC to ZUSD:**
   * Visit [ZUSD Exchange](https://app.zkdx.io/exchange).
   * Exchange your USDC for ZUSD, which will be used for trading.
3. **Trading Process:**
   * Select the trading pairs you wish to trade with ZUSD.
   * Execute trades based on your analysis and strategy.
   * Monitor the market and manage your trades accordingly.
4. **Profit/Loss Realization:**
   * Profits or losses from your trades will be reflected in your ZUSD balance.
   * You can convert ZUSD back to USDC whenever you decide to realize your gains or losses.

### **"tUSDC" Mode**

1. **Preparation:**
   * Connect your wallet to one of the supported networks: zkSyncera, Linea, Base, Scroll, Mantle, or Scroll Sepolia.
   * Ensure your wallet is configured for tUSDC transactions.
2. **Acquiring tUSDC:**
   * Use the Faucet feature to claim free tUSDC, available once every 24 hours.
   * This tUSDC will be used for simulation trading.
3. **Simulation Trading:**
   * Choose trading pairs available in tUSDC mode.
   * Engage in trading activities similar to real trading but without financial risk.
4. **Understanding the Outcomes:**
   * Any profits or losses are purely simulated and won’t impact your actual financial position.
   * Use this mode for practice, testing strategies, or getting familiar with the trading platform.

### **Video Tutorial**

For a step-by-step visual guide, check out our video tutorial: [zkDX Trading Tutorial](https://youtu.be/ED2R-IGuHAQ?si=FCxs-j8_Uzdawklm)


---

# 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/guide/trading-tutorial.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.
