> 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/it/copy-trading/followers/come-smettere-di-seguire-una-strategia.md).

# Come smettere di seguire una strategia

Per smettere di seguire una strategia, vai alla pagina di [Copytrading](https://margex.com/app/copytrading/leaderboard).

1. Vai alla scheda 'Portfolio'
2. Scegli una strategia che desideri smettere di seguire e clicca sul pulsante 'Prelievo':

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

3. Sulla scheda aperta, puoi digitare manualmente l'intero importo dei fondi attualmente allocati a una strategia, fare clic su 'Massimo' o spostare lo slider al 100%:

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

4. Fai clic sulla casella di controllo 'Conferma smetti di seguire' che apparirà:

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

5. I tuoi fondi verranno ritirati dalla strategia al tuo portafoglio di garanzia Margex corrispondente al momento del rollover della strategia più vicino e smetterai di seguire la strategia.

{% hint style="warning" %}
Tieni presente che mentre i tuoi fondi sono in fase di elaborazione (cioè la tua transazione di prelievo ha uno stato 'In attesa'), sono ancora considerati parte dell'equità del trader e potrebbero essere influenzati da qualsiasi attività di trading svolta dal trader fino a quando non vengono elaborati e ritirati dalla strategia.
{% endhint %}

## Importi minimi di prelievo della strategia

Di seguito è riportato un elenco degli importi minimi richiesti per ogni garanzia per effettuare un prelievo.

Questi importi vengono applicati solo quando si preleva parte dell'equità dalla strategia. In tale caso, ci sono 2 requisiti da soddisfare:

1. L'importo del prelievo deve essere uguale o superiore all'importo minimo di prelievo
2. L'importo dei fondi rimasti nella strategia (cioè l'equità personale) deve essere uguale o superiore all'importo minimo di equità personale del [livello di follower](/help-center/it/copy-trading/follower-tiers-rewards.md#categorie-di-follower) più basso.

{% hint style="info" %}
Quando si smette di seguire una strategia, non è richiesto alcun importo minimo per la transazione.
{% endhint %}

| Collaterale          | Minimum withdrawal |
| -------------------- | ------------------ |
| BTC                  | 0.00               |
| 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/it/copy-trading/followers/come-smettere-di-seguire-una-strategia.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.
