# 止损

在建仓（买入代币）时，止损订单可帮助您保护下行风险并在市场对您不利时限制损失。止损订单会在您能承受的最大亏损百分比处退出您的仓位（卖出代币）。您只需在设置中输入该百分比即可。

要在订单中添加止损，请在交换设置表单中点击“+SL”：

<figure><img src="/files/94c802652ccaa8a819cfe1e13a41a4a6fa4ccc11" alt="" width="563"><figcaption></figcaption></figure>

在“止损”字段中输入您愿意承受的最大亏损百分比——然后即可开始：

<figure><img src="/files/94fc434d5327b198de96dccb551749f1b5ecbda3" alt="" width="563"><figcaption></figcaption></figure>

一旦您的主订单执行，我们会自动打开一个止损订单以出售您收到的相同数量的代币，并根据主订单的实际成交价格和您的止损百分比计算触发价应该放在哪里：

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

您可以看到我在 Base 上以 0.000010770 ETH 买入了 1 个 DEGEN，系统将止损订单设置为在低 5% 时卖出 1 个 DEGEN（在 0.000010231 ETH）。

如果市场对我不利且价格跌至我的止损目标，止损将被触发，交换将被发送到交易所。

***

您可以将止损连接到任何订单：交换（Swap）、限价（Limit）或跟踪（Trailing）。

您可以将止损百分比设置在 0.1% 到 99.9% 之间。

您可以选择仅将止损连接到主订单——如果您愿意让代币“奔跑”且尚未决定何时获利了结，但想保护下行风险。

或者，如果您知道自己可以接受多少利润，您也可以连接一个 [止盈](/goodcryptox-zh/dex-jiao-yi-xian-huo/shou-dong-ding-dan/zhi-ying.md) 订单——从而将其组成一个 [止盈 + 止损 组合](/goodcryptox-zh/dex-jiao-yi-xian-huo/shou-dong-ding-dan/zhi-ying-+-zhi-sun-zu-he.md).

***

即将推出：跟踪止损、将止损移至保本、主订单的已实现和未实现盈亏计算。


---

# 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.goodcrypto.app/goodcryptox-zh/dex-jiao-yi-xian-huo/shou-dong-ding-dan/zhi-sun.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.
