# 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: 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:

```
GET https://wowmax.gitbook.io/product-docs/dex-copy-trading/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
