> For the complete documentation index, see [llms.txt](https://docs.goodcrypto.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.goodcrypto.app/goodcryptox-pt/trading-dex-spot/ordens-manuais/stop-loss.md).

# Stop Loss

Ao entrar em uma posição (comprando uma moeda), a ordem Stop Loss permite proteger sua desvantagem e limitar suas perdas caso o mercado se mova contra você. A ordem Stop Loss encerra sua posição (vende as moedas) no percentual máximo de perda que você está disposto a tolerar. Tudo o que você precisa fazer para configurá-la é inserir o percentual.

Para adicionar um Stop Loss ao seu pedido, clique em '+SL' no formulário de configuração do swap:

<figure><img src="/files/638e251f73fe33948964564e96ebaccb18f27e03" alt="" width="563"><figcaption></figcaption></figure>

Insira o percentual máximo de perda que você está disposto a tolerar no campo 'Stop Loss' - e você estará pronto para prosseguir:

<figure><img src="/files/96f037d89ad50e29828ac8becf8b10a206772fc3" alt="" width="563"><figcaption></figcaption></figure>

Assim que sua ordem principal for executada, abriremos automaticamente uma ordem Stop Loss para vender a quantidade exata de moedas que você recebeu e calcularemos onde colocar seu gatilho com base no preço de execução real da sua ordem principal e no seu percentual de Stop Loss:

<figure><img src="/files/6d84c17ed68658286027572c583731c1c0311c16" alt="" width="563"><figcaption></figcaption></figure>

Você pode ver que comprei 1 DEGEN na Base a 0.000010770 ETH e o sistema colocou uma ordem Stop Loss para vender 1 DEGEN 5% mais baixo (a 0.000010231 ETH).

Se o mercado for contra mim e o preço cair até meu alvo de stop loss, o Stop Loss será acionado e o swap será enviado para a exchange.

***

Você pode conectar o Stop Loss a qualquer ordem: Swap, Limit ou Trailing.

Você pode definir seu percentual de Stop Loss entre 0,1% e 99,9%.

Você pode optar por conectar apenas o Stop Loss à sua ordem principal - se estiver disposto a deixar a moeda 'correr' e ainda não decidiu quando realizar o lucro, mas quer proteger sua desvantagem.

Ou, se souber quanto lucro lhe deixa confortável, você pode conectar um [Take Profit](/goodcryptox-pt/trading-dex-spot/ordens-manuais/take-profit.md) ordem também - tornando-o um [combo TP + SL](/goodcryptox-pt/trading-dex-spot/ordens-manuais/combinacao-tp-+-sl.md).

***

Em breve: Trailing Stop Loss, mover o SL para o ponto de equilíbrio, cálculo de PnL realizado e não realizado para a ordem principal.


---

# 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://docs.goodcrypto.app/goodcryptox-pt/trading-dex-spot/ordens-manuais/stop-loss.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.
