> 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-ja/dexsupotto/shou-dong-zhu-wen/li-yi-que-ding.md).

# 利益確定

ポジションを取る際（コインを買う際）、テイクプロフィット注文は希望する利益率（%）を入力するだけで決済（コインを売る注文）を設定できます。

注文にテイクプロフィットを追加するには、スワップ設定フォームで「+TP」をクリックしてください：

<figure><img src="/files/bdff410e964c7fbe23f1c3b6af32c3e65ade7d98" alt="How to add Take Profit order on Uniswap DEX" width="563"><figcaption></figcaption></figure>

「Take Profit」欄に希望する利益レベルを入力すれば準備完了です：

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

メイン注文が約定すると、受け取った正確なコイン数を売るテイクプロフィット注文を自動的に作成し、メイン注文の実際の約定価格と希望の利益率に基づいてトリガー位置を計算します：

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

私はBaseで1 DEGENを0.000010564 ETHで購入し、システムは1 DEGENを10%高い価格（0.000011621 ETH）で売るテイクプロフィット注文を設定しました。

目標価格に達するとテイクプロフィットが発動し、スワップが取引所へ送信されます。

***

テイクプロフィットは、Swap、Limit、Trailing のいずれの注文にも接続できます。

希望する利益率は0.1%から999%の間で設定できます。

途中で価格がどれだけ下がっても構わず目標価格に達するまでコインを保有するつもりであれば、メイン注文にテイクプロフィットのみを接続することもできます。

あるいは、次を接続して下落から保護することもできます： [ストップロス](/goodcryptox-ja/dexsupotto/shou-dong-zhu-wen/ri.md) 注文も接続して—それを [TP + SLコンボにできます](/goodcryptox-ja/dexsupotto/shou-dong-zhu-wen/tp-slkonbo.md).

***

近日対応予定：トレーリング・テイクプロフィット、複数のテイクプロフィットターゲット、メイン注文の実現・未実現損益計算。


---

# 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://docs.goodcrypto.app/goodcryptox-ja/dexsupotto/shou-dong-zhu-wen/li-yi-que-ding.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.
