# 交易术语

## **交易量**

交易量指的是卖方或买方订单的总交易量，通过以下公式计算：

**交易量 = P × A**

*其中：*&#x20;

P：是积分的价格

A：是购买积分的数量

## **抵押品**

为了下单，买卖双方都需要将抵押品存入智能合约以启动交易。

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

对于 Unich Point-Market OTC，计算买方或卖方需要提供的抵押品（交易所需的抵押金额）公式如下：

**对于 Unich Point-Market OTC，用户只需使用 50% 的保证金比率进行交易。**

抵押品 = ½ 交易量

其中：交易量：V = P×A

V：交易量

P：成交价格

A：是积分的数量

**买方提供剩余的 50% 保证金。并且卖方将在结算时间内支付与承诺的积分数量相对应的全部代币金额**

*示例：*&#x20;

买家进行 100 UN 积分的购买交易。（Solana 网络上 UN 积分/USDC 汇率为 2）。

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

此时，买方创建订单的详细信息如下：

* 订单类型：买
* 代币名称：UN
* 网络：Solana
* 积分数量：100 UN 积分
* 价格：2 USDC
* 交易量：100 × 2 = 200 USDC

买方需要抵押的金额为：$200 × ½= $100

类似地，卖方与市场上已有的池1子进行匹配。

此时，卖方与买方匹配的详细信息如下：

* 订单类型：卖
* 代币名称：Solana
* 网络：Solana
* 积分数量：100 UN 积分
* 价格：2 USDC
* 交易量：100 × 2 = 200 USDC

卖方需要抵押的金额为：200 × ½ = 100 USCD

***Notes:*** However, the system will prioritize finding and matching orders with the best available prices, allowing the seller to sell fewer tokens and the buyer to purchase more tokens.

## 匹配订单

**完整订单匹配：**&#x5F53;买方和卖方匹配整个交易量时，称为完整订单匹配。

**部分订单匹配：**&#x5F53;买方和卖方仅匹配部分交易量时，称为部分订单匹配。

**示例：**&#x4E70;家以每个 $2 的价格出售 100 个 UN 积分。当前市场上有一个订单，等待与交易量为 $200 的订单匹配。

* 订单类型：卖
* 代币名称：UN
* 网络：Solana
* 积分数量：100 UN 积分
* 价格：2 USDC
* 交易量：100 × 2 = 200 USDC
* 抵押品：100 USDC

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

买家 1 可以用 5 UN 积分部分匹配上述交易，相当于成交量：$10

* 订单类型：买
* 代币名称：UN
* 网络：Solana
* 积分数量：100 UN 积分
* 价格：2 USDC
* 交易量：5 × 2 = 10 USDC
* 抵押品：5 USDC

买家 2、3、... n 将继续匹配订单，直到卖家的整个订单完全成交。

匹配的订单将变为已完成状态，结算过程将在代币生成事件（TGE）时开始。

## 信用

当订单成交时，计算信用的公式为：**信用 = M**

*其中 M 是与交易对匹配的积分数量。*

## 取消订单

买家和卖家可以取消尚未匹配的挂牌订单。对于已匹配的订单，用户可以使用现金提取功能。阅读更多关于现金提取的详细描述。


---

# 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/jiao-yi-shu-yu.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.
