# Prizes & Withdraw

**To view your rewards and manage withdrawals, click My Rewards in the top navigation bar.**

## How to Qualify

To be eligible for prizes in any match, you must meet the following conditions:&#x20;

* Finish in the top 100 by return rate
* Complete a minimum of 5 trades during the match
* Have no compliance violations throughout the match

Matches where any of the above conditions are not met will not count toward prize eligibility or your withdrawal cycle.

## Bind Your Wallet

Before you can withdraw any prizes, you must first bind a USDT wallet address to your account. At the top of the page, select your preferred network from the dropdown:

* Ethereum (ERC-20)
* BNB Chain (BEP-20)
* Arbitrum
* Solana

Enter your wallet address and click Bind Wallet to confirm. Make sure the wallet address is correct and matches the network you selected, as sending funds to a mismatched address may result in permanent loss.

## Match History

The Match History tab shows a full log of all your past competitions. You can filter by All, Profit, or Loss to narrow down your results. Click Refresh to load the latest data.

At the top of the list, a summary bar displays your all-time stats across all matches:

* Matches: total competitions participated in
* Prize: total prize amount earned
* Points: total season points accumulated
* Avg P\&L: your average profit or loss per match
* Best: your best finishing rank across all matches
* Win Rate: percentage of matches where you finished in prize-winning position

Each match entry shows your finishing rank, P\&L percentage, number of trades placed, and the match date.

## My Prize

Switch to the My Prize tab to view your prize account status.

Withdrawals are subject to the following conditions:

* Every 3 competition participations unlock 1 withdrawal slot, on a repeating cycle (3rd, 6th, 9th, and so on)
* The minimum withdrawal amount is $10 USD
* Prizes are settled in USDT to your bound wallet address

Prize Account displays three balance states:

* Locked: prizes that have been earned but are not yet available for withdrawal
* Processing: withdrawal requests that are currently being processed
* Withdrawn: the total amount you have successfully withdrawn to date

Below the balance, a progress bar shows how many prize-winning matches you have completed toward your next withdrawal unlock. For example, "Complete 2 more prize-winning match(es) to unlock withdrawal (1/3)" means you have completed 1 out of the required 3 matches in the current cycle.&#x20;

{% hint style="info" %}
Please have your USDT wallet address ready before applying for a withdrawal. Double-check the network and address carefully to avoid asset loss.&#x20;
{% endhint %}

<br>


---

# 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://docs.otter.trade/getting-started/prizes-and-withdraw.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.
