# Collateralization & Liquidation Ratios

**The Collateralization Ratio** (CR) defines the percentage of a token's USD value that is issued as margin and is expressed as a value between 0 and 1. It determines how much usable margin is generated from a deposited asset, thereby providing a buffer against price volatility.

**Liquidation Ratio** (LR) on the other hand, represents the threshold price at which an asset is automatically liquidated and is expressed as a value between 0 and 1. When the asset's price reaches this threshold, the system initiates liquidation to protect the overall margin account from undercollateralization.

The CR & LR values for assets and their chains are as follows:

<table data-header-hidden><thead><tr><th width="114.24609375" valign="top"></th><th width="240.6640625" valign="top"></th><th width="169.51953125" valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top"><strong>Asset</strong></td><td valign="top"><strong>Chain(s)</strong></td><td valign="top"><strong>Collaterlization Ratio (CR)</strong></td><td valign="top"><strong>Liquidation Ratio (LR)</strong></td></tr><tr><td valign="top">USDT</td><td valign="top">Arbitrum, Ethereum, Solana, Base, Polygon</td><td valign="top">1</td><td valign="top">1</td></tr><tr><td valign="top">USDC</td><td valign="top">Arbitrum, Ethereum, Solana, Base, Polygon</td><td valign="top">1</td><td valign="top">1</td></tr><tr><td valign="top">sUSDe</td><td valign="top">Ethereum</td><td valign="top">0.8</td><td valign="top">0.9</td></tr><tr><td valign="top">USDe</td><td valign="top">Ethereum</td><td valign="top">0.95</td><td valign="top">0.97</td></tr><tr><td valign="top">wETH</td><td valign="top">Ethereum, Base, Polygon</td><td valign="top">0.7</td><td valign="top">0.85</td></tr><tr><td valign="top">stETH</td><td valign="top">Ethereum</td><td valign="top">0.7</td><td valign="top">0.85</td></tr><tr><td valign="top">cbBTC</td><td valign="top">Ethereum, Base</td><td valign="top">0.7</td><td valign="top">0.85</td></tr><tr><td valign="top">wBTC</td><td valign="top">Arbitrum, Ethereum, Solana, Base, Polygon</td><td valign="top">0.7</td><td valign="top">0.85</td></tr><tr><td valign="top">LBTC</td><td valign="top">Ethereum, Base</td><td valign="top">0.7</td><td valign="top">0.85</td></tr><tr><td valign="top">JitoSOL</td><td valign="top">Solana</td><td valign="top">0.7</td><td valign="top">0.85</td></tr><tr><td valign="top">mSOL</td><td valign="top">Solana</td><td valign="top">0.7</td><td valign="top">0.85</td></tr><tr><td valign="top">JLP</td><td valign="top">Solana</td><td valign="top">0.6</td><td valign="top">0.8</td></tr></tbody></table>

If you represent a chain or asset that you'd like supported, please reach out here: <https://forms.gle/pe315RYDDhFu3s2Z7><br>


---

# 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.defx.com/docs/trade/defx-perp-dex/portfolio-margin/collateralization-and-liquidation-ratios.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.
