> 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/tr/copy-trading/followers/how-to-stop-following-a-strategy.md).

# Bir Stratejiyi Takip Etmeyi Nasıl Durdurursunuz

Bir Stratejiyi takip etmeyi durdurmak için, [Copytrading ](https://margex.com/app/copytrading/leaderboard)sayfasına gidin.

1. **‘Portfolio’** sekmesine gidin
2. Takip etmeyi durdurmak istediğiniz stratejiyi seçin ve **‘Withdraw’** butonuna tıklayın:

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

3. Açılan sekmede, stratejiye şu anda tahsis edilen fon miktarını manuel olarak yazın, **‘Max’** butonuna tıklayın veya kaydırıcıyı %100'e getirin:

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

4. Görünen **‘Confirm unfollow’** onay kutusunu işaretleyin:

<figure><img src="/files/9TbMsHePKcGoETS2fXH9" alt=""><figcaption></figcaption></figure>

5. Fonlarınız, stratejinin en yakın dönemeç noktasında ilgili Margex teminat Cüzdanınıza çekilecektir ve Stratejiyi takip etmeyi durdurmuş olursunuz.

{% hint style="warning" %}
Unutmayın, aktif işlemlerde/açık pozisyonlarda şu anda rezerve edilmiş olan herhangi bir Strateji Sermayesi, Yatırımcılar/Takipçiler tarafından çekilemez.

Yatırımcıların ve Takipçilerin, şu anda bekleyen çekimlerde olan Sermayeleri, en yakın dönemeç noktasına kadar Stratejinin ticaret faaliyetlerinden etkilenmeye devam edecektir; bu dönemeç sırasında bekleyen tüm çekim talepleri işleme alınır.
{% endhint %}

## **Minimum Strateji Çekim Tutarları**

Aşağıda, bir çekim yapmak için gerekli olan her teminat için minimum tutarın listesi yer almaktadır.

Bu tutarlar yalnızca stratejiden sermayenin bir kısmı çekilirken uygulanır. Bu durumda yerine getirilmesi gereken 2 koşul vardır:

1. Çekim tutarı, minimum çekim tutarına eşit veya daha yüksek olmalıdır.
2. Stratejide kalan fon miktarı (yani Kişisel Sermaye), en düşük [Takipçi Katmanı](/help-center/tr/copy-trading/follower-tiers-rewards.md#follower-tiers) kişisel sermaye miktarına eşit veya daha yüksek olmalıdır (eğer tüm sermayenizi çekiyorsanız, Stratejiyi takip etmeyi durdurmuş olursunuz).

| 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, and the optional `goal` query parameter:

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