> For the complete documentation index, see [llms.txt](https://help.margex.com/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.margex.com/help-center/copy-trading/followers/how-to-stop-following-a-strategy.md).

# How to stop following a strategy

To stop following a Strategy, navigate to the [Copytrading](https://margex.com/app/copytrading/leaderboard) page.

1. Navigate to the 'Portfolio' tab
2. Choose a strategy you wish to unfollow and click on the 'Withdraw' button:

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

3. On the opened tab either manually type **the whole amount of funds** currently allocated to a strategy, click 'Max' or move the slider to 100%:

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

4. Click on the 'Confirm unfollow' checkbox that would appear:

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

5. Your funds would be withdrawn from the strategy to your corresponding Margex collateral Wallet at the time of the nearest strategy rollover and you'll stop following the strategy.

{% hint style="warning" %}
It is important to keep in mind that **any Strategy Equity that is currently reserved in active trades/open positons cannot be withdrawn by the Trader/Followers**. \
\
Trader's and Followers' Equity that is currently in pending withdrawals - **will continue to be affected the Strategy's trading activity until the nearest rollover** during which all pending withdrawal requests are processed.
{% endhint %}

## Minimum strategy withdrawal amounts

Below, is a list of minimum amount for each collateral required to place a withdrawal.

These amounts are only applied when withdrawing part of the equity from the strategy. In such instance, there are 2 requirements to be met:

1. The withdrawal amount must be equal or higher than the minimum withdrawal amount
2. The amount of funds left in the strategy (i.e. Personal Equity) must be equal to or higher than the lowest [Follower Tier](/help-center/copy-trading/follower-tiers-rewards.md#follower-tiers) personal equity amount (if withdrawing your entire equtiy - you will unfollow the strategy)

| Collateral           | Minimum withdrawal |
| -------------------- | ------------------ |
| BTC                  | 0.0004             |
| WBTC                 | 0.0004             |
| ETH (All networks)   | 0.006              |
| stETH                | 0.006              |
| USDT (All networks)  | 10                 |
| USDC (All networks)  | 10                 |
| DAI                  | 10                 |
| PAX                  | 10                 |
| TUSD                 | 10                 |
| USDD                 | 10                 |
| AVAX                 | 0.7                |
| MATIC (All networks) | 12                 |
| stMATIC              | 12                 |
| TRX                  | 150                |
| SOL                  | 0.5                |
| XRP                  | 20                 |
| LTC                  | 0.1                |
| BCH                  | 0.08               |
| ARB                  | 8                  |
| LINK                 | 1.5                |
| TON                  | 5                  |
| BNB                  | 0.03               |
| BUSD (All networks)  | 10                 |


---

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

```
GET https://help.margex.com/help-center/copy-trading/followers/how-to-stop-following-a-strategy.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.
