> For the complete documentation index, see [llms.txt](https://yoyo-5.gitbook.io/clipper-fan-chuan/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yoyo-5.gitbook.io/clipper-fan-chuan/ci-hui-biao.md).

# 词汇表

#### 套利

套利是利用两个市场之间的资产或证券的价格差异来获利。例如，如果一个比特币在 ABC 交易所卖 10 美元，在 XYZ 交易所卖 12 美元，那么套利者可以通过从 ABC 购买一个比特币并在 XYZ 出售来产生 2 美元的利润。套利可以通过利用复杂的计算机系统和软件来监控价格并利用价格的微小差异进行大批量交易来实现自动化。套利是一种必要的金融机制，可以使不同交易所和更广泛市场之间的价格保持一致。 \
通过[gemini](https://www.gemini.com/cryptopedia/glossary)

#### 自动做市商 (AMM)&#x20;

自动做市商 (AMM) 是一种完全自动化的去中心化交易所，交易是针对称为流动性池的代币池进行的。一种算法调节流动性池中代币的价值和价格。由于 AMM 不依赖于活跃的买卖双方市场，因此可以随时进行交易。 \
通过[gemini](https://www.gemini.com/cryptopedia/glossary)

#### 恒积做市商 (CPMM)&#x20;

CPMM 由一个经典函数表示：x\*y = c 其中 X 和 Y 是池中某个（选定）资产的储备，C 是一个不变的常数。该函数确定所选代币的价格，这意味着如果代币 X 的供应量增加，则代币 Y 的供应量减少以保持恒定值 C。 \
通过[blaize](https://blaize.tech/article-type/amm-types-differentiations/)

#### 去中心化交易所（DEX）&#x20;

去中心化交易所 (DEX) 是一个用于购买、交易和出售数字资产的金融服务平台。在 DEX 上，用户直接在区块链上进行点对点交易，无需中心化中介。 DEX 不作为用户资金的保管人，通常由去中心化治理组织进行民主管理。如果没有中央机构对服务收取费用，DEX 往往比集中式交易者便宜。 通过双子座

#### 无常损失&#x20;

当算法平衡的流动性池中持有的代币的价值由于价格波动而相对于公开市场中的资产失去价值时，就会发生永久性损失。损失是“永久性的”，因为如果流动性池恢复平衡，可以恢复代币的原始价值。 \
通过[gemini](https://www.gemini.com/cryptopedia/glossary)

#### 流动性&#x20;

就资产而言，流动性是指在交易过程中不大幅改变资产价格的情况下交换资产的能力，以及资产转换为现金的难易程度。将资产转换为现金越容易，资产的流动性就越高。就市场而言，流动性是指市场中交易活动的数量。市场上的交易量越高，市场的流动性就越大。流动性市场往往会增加资产的流动性。\
通过[gemini](https://www.gemini.com/cryptopedia/glossary)&#x20;

#### 流动性提供者 (LP)&#x20;

流动性提供者是将代币存入流动性池的用户。作为提供流动性的回报，用户通常会获得流动性提供者 (LP) 代币，代表用户拥有的流动性池的份额。 \
通过[gemini](https://www.gemini.com/cryptopedia/glossary)

#### 滑点&#x20;

在金融环境中，滑点是指交易的预期价格与执行交易的实际价格之间的差异。滑点通常发生在投资者在流动性差、交易量低的平台上买卖资产时。如果交易所订单簿上的买卖价格之间存在较大差距，则资产购买者最终可能会在交易执行后为资产支付更多或收到的资产少于预期。 \
通过[gemini](https://www.gemini.com/cryptopedia/glossary)


---

# 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://yoyo-5.gitbook.io/clipper-fan-chuan/ci-hui-biao.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.
