# 现金提取订单

现金提取订单是一个功能，允许用户退出预市场/点市场交易头寸，并通过随时与其他用户交换该头寸，提取部分或全部抵押品……

当买卖双方的交易匹配成功时，现金提取功能将变得可用。

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

**提现资产价值=R×C−| \[V2−V1×R] | × 1/2**

* 其中：
  * C 是：初始抵押品
  * V1 是：初始交易量
  * V2 是：现金提取成交量
  * R 是：现金提取的信用比例，相对于特定交易对持有的总信用。

Unich 点对点市场规则: 现金提取功能允许买卖双方退出其头寸并提取部分或全部抵押品，前提是他们同意接收不超过原始抵押品的金额，因为他们提前放弃了承诺。

*其原理是，通过退出头寸，您是在退出买卖双方之间的合同协议。因此，您必须接受在支付结算发生前退出头寸时，投资要么持平，要么发生亏损。*


---

# 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-chinese/dian-shi-chang-otc/xian-jin-ti-qu-ding-dan.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.
