# Liquidation Parameters

The liquidation parameters allow users to calculate the health and liquidation percentages of their position in any vault. These values are updated on a regular cadence according to the risk profiles of the vault's collateral and the health of the platform.

### Liquidation Buffer

The liquidation buffer $$\Gamma$$ is set at 0.2% for all vaults.

### $$\Delta$$ Parameters

$$\Delta\_{min}$$

* Saber USDT-USDC - 0.8%
* Saber USH-USDC - 3%
* Saber USDH-USDC - 2%
* Saber UXD-USDC - 1.5%
* Saber cUSDT-cUSDC - 1.5%
* Raydium USDT-USDC - 0.8%
* Raydium SOL-USDC - 1.5%

#### Tolerance

* Saber USDT-USDC - 110%
* Saber USH-USDC - 105%
* Saber USDH-USDC - 125%
* Saber UXD-USDC - 105%
* Saber cUSDT-cUSDC - 105%
* Raydium USDT-USDC - 110%
* Raydium SOL-USDC - 105%

### Fees

* Saber USDT-USDC - 2.5%
* Saber USH-USDC - 5.5%
* Saber USDH-USDC - 7%
* Saber UXD-USDC - 3%
* Saber cUSDT-cUSDC - 4%
* Raydium USDT-USDC - 2.5%
* Raydium SOL-USDC - 4%


---

# 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.ratio.finance/liquidation-engine/liquidation-parameters.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.
