# キャッシュアウト注文

キャッシュアウト注文は、ユーザーがPre-Market / Point-Marketの取引ポジションを終了し、そのポジションを他のユーザーと交換することで、部分的または全額の担保を引き出すことを可能にする機能です。

キャッシュアウト機能は、買い手と売り手の取引がマッチした時点で有効になります。

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

キャッシュアウト資産の価値=R×C−| \[V2−V1×R] | × 1/2\[TS1]

***ここで：***

* C は：初期担保&#x20;
* V1 は：初期取引量&#x20;
* V2 は：キャッシュアウト量&#x20;
* R は：特定の取引ペアに対する総クレジットに対するキャッシュアウトするクレジットの比率です。

Unich Point-Market のルール：キャッシュアウト機能は、買い手と売り手がポジションを終了し、担保の一部または全額を引き出すことを可能にしますが、ポジションを早期に終了することで元の担保と等しいか、それ以下の額を受け取ることに同意する必要があります。

その理由は、ポジションを終了することで、買い手と売り手の間の契約的な合意から撤退することになるためです。したがって、ポジションを終了する際には、決済が行われる前に投資額を取り戻すことができないか、損失を受け入れる必要があります。


---

# 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.unich.com/unich-docs-japanese/pointomkettootc/kyasshuauto.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.
