# 抵押债务位置

抵押债务头寸（Collateral Debt Position，简称CDP）最初是一种在以太坊区块链上运行的智能合约，它允许用户抵押加密资产以生成稳定币。这种机制是去中心化金融（DeFi）应用的核心组成部分，它使用户能够借贷加密资产，而无需通过传统的金融中介。

CDP的工作原理是，用户首先将他们的加密资产锁定在智能合约中，然后根据抵押资产的价值生成稳定币。这些稳定币可以用于交易，投资或其他目的。然后，用户可以通过支付稳定币（加上利息）来赎回他们的抵押资产。

CDP的主要优点是它们提供了一种无需出售加密资产就能获得流动性的方式。这对于那些希望保持长期持有加密资产，但又需要短期资金的用户来说，是非常有用的。

然而，CDP也有一些风险。如果抵押资产的价值下跌到一定程度，CDP可能会被清算，用户可能会失去他们的抵押资产。因此，使用CDP需要谨慎评估和风险管理。

在开发去中心化应用（dApps）时，开发者可以利用CDP智能合约来创建复杂的金融产品和服务。例如，他们可以创建一个dApp，允许用户通过CDP借贷加密资产，或者创建一个dApp，用于管理和监控CDP的风险。


---

# 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.bsc.lista.org/zh-cn/kai-fa-zhe-zhuan-qu/collateral-debt-position.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.
