# 抵押债务位置 (lisUSD CDP)

抵押债务头寸（Collateral Debt Position，简称CDP）是一种在以太坊区块链上运行的智能合约，它允许用户通过锁定以太币作为抵押物来生成稳定币。这种机制使得用户可以借用稳定币，同时保持他们的以太币长期持有的可能性。

CDP的工作原理如下：

1. 用户创建一个新的CDP，并将一定数量的以太币锁定在其中。
2. CDP根据锁定的以太币数量生成相应数量的稳定币。
3. 用户可以自由使用这些稳定币，但是他们必须偿还这些债务才能解锁他们的抵押物。
4. 如果抵押物的价值下降到一定程度，CDP将会被清算，用户的抵押物将被出售以偿还债务。

CDP的主要优点是它提供了一种方式，使得用户可以利用他们的以太币资产，而不需要出售它们。这对于那些相信以太币长期价值的用户来说是非常有吸引力的。

然而，CDP也有其风险。如果抵押物的价值下降到一定程度，用户可能会失去他们的抵押物。因此，使用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/yong-hu-zhi-nan/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.
