> For the complete documentation index, see [llms.txt](https://docs.substancex.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.substancex.io/perpetual/isolated-margin/collateral-value-ratio.md).

# Collateral Value Ratio

In SubstanceX V2, non-stablecoin assets such as ZETA and BTC can be used as margin to trade perpetual. To account for price volatility, a 5% discount is applied to the valuation of these assets.

This means that two identical positions — differing only in margin asset — will have different liquidation thresholds. A position using ZETA as margin will be more susceptible to liquidation than one using USDT.

<table><thead><tr><th>Margin Assets</th><th>Collateral Value Ratio</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
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://docs.substancex.io/perpetual/isolated-margin/collateral-value-ratio.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.
