> For the complete documentation index, see [llms.txt](https://wowmax.gitbook.io/product-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wowmax.gitbook.io/product-docs/dex-copy-trading/introduction.md).

# Introduction

Every trade on a Decentralized Exchange (DEX) or a DEX aggregator is permanently recorded on a public blockchain. Each record contains information about trader's wallet address, exchanged tokens, token amounts, and the timestamp of the trade.&#x20;

This data transparency allows WOWMAX to analyze the profitability of millions of wallets that trade on DEXes, find the most profitable traders, and offer users a way to replicate these winning strategies.

WOWMAX allows users to track every swap of every wallet, calculates trading KPI’s for every DEX trader in real time, and offers a sleek UX that allows users to discover, analyze, compare and copy the best performing wallets, all whilst charging a highly competitive fee.

<figure><img src="/files/TxP7KOWjExFNzUWGBtGb" alt=""><figcaption></figcaption></figure>

**Copy trading on WOWMAX is extremely easy:**

1. Select a wallet to copy-trade on [WOWMAX](https://app.wowmax.exchange/copy-trading).
2. Deposit USDC on Base chain into the WOWMAX smart contract.
3. The smart contract copies the entire coin portfolio of the selected wallet.
4. Every buy or sell made by the wallet is instantly copied, with trades executed in the next block.
5. You can withdraw your funds at any time, either by receiving the raw tokens currently held by the smart contract or by converting all assets into USDC upon withdrawal.


---

# 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://wowmax.gitbook.io/product-docs/dex-copy-trading/introduction.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.
