# 保证金担保率

在SubstanceX V2中，允许使用ZETA，BTC等非稳定币资产作为保证金来进行永续合约开仓。而作为保证金的 ZETA、BTC等资产估值将减少 5%。

这意味着，两个相同状态的仓位，仅有保证金币种不同，使用ZETA作为保证金的仓位将比使用USDT作为保证金的仓位更容易清算。

<table><thead><tr><th>保证金资产</th><th>担保率</th><th data-hidden></th></tr></thead><tbody><tr><td>USDT</td><td>100%</td><td></td></tr><tr><td>ZETA</td><td>95%</td><td></td></tr><tr><td>BTC</td><td>95%</td><td></td></tr></tbody></table>


---

# 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.substancex.io/zh/yong-xu-he-yue/zhu-cang-bao-zheng-jin/bao-zheng-jin-dan-bao-l.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.
