# Modify Liquidation Parameters

The **Modify Liquidation Parameters** poll type will allow Lucra governance to calibrate parameter values that control the mechanics of collateral liquidation. 5 parameters `Safe Ratio`, `Bid Fee`, `Max Premium Rate`, `Partial Liquidation Threshold`, and `Valid Price Timeframe` will constitute the control mechanism of liquidating collaterals.

The `Safe Ratio` is the target risk ratio of a liquidated loan position, defined as the ratio of (Borrow Amount) to (Borrow Limit). A low `Safe Ratio` value allows for the fast liquidation of collaterals while incurring a high price impact for the collateral, while a low `Safe Ratio` value enforces liquidations with lower collateral price impact, albeit with slower collateral liquidation.

The `Bid Fee` parameter determines the commission rate on executed bids, which is used to purchase NEP tokens.

The `Max Premium Rate` is the maximum rate of premium that bidders can submit.

`Partial Liquidation Threshold` is defined as the threshold total collateral value to trigger partial collateral liquidations. Loan positions with a total collateral value below this threshold have their collaterals fully liquidated at once, resetting their risk ratio to 0.

`Valid Price Timeframe` determines the freshness limit for oracle price data. Oracle price data is considered invalid (halts all collateral liquidations) when the most recent price data is older than `Valid Price Timeframe`.

| Parameter Name                  | Description                                                                     |
| ------------------------------- | ------------------------------------------------------------------------------- |
| `Safe Ratio`                    | Targeted risk ratio of a liquidated loan                                        |
| `Bid Fee`                       | Protocol commission on executed bids used to purchase NEP                       |
| `Max Premium Rate`              | Maximum bid premium rate value submittable by bidders                           |
| `Partial Liquidation Threshold` | Threshold total collateral value to trigger partial collateral liquidations     |
| `Valid Price Timeframe`         | Time window before the Liquidation Contract considers oracle price data invalid |

## Genesis Values <a href="#genesis-values" id="genesis-values"></a>

| Parameter Name                  | Value      |
| ------------------------------- | ---------- |
| `Safe Ratio`                    | 85%        |
| `Bid Fee`                       | 1.5%       |
| `Max Premium Rate`              | 30%        |
| `Partial Liquidation Threshold` | 400 nYUSD  |
| `Valid Price Timeframe`         | 60 seconds |

## Poll Format <a href="#poll-format" id="poll-format"></a>

| Field                         | Description                                                                              | Optionality |
| ----------------------------- | ---------------------------------------------------------------------------------------- | ----------- |
| Title                         | Poll title                                                                               | Required    |
| Proposal Rationale            | Short description of poll rationale                                                      | Required    |
| Information Link              | External URL for further information                                                     | Optional    |
| Safe Ratio                    | Proposed risk ratio target for a liquidated loan                                         | Optional    |
| Bid Fee                       | Proposed protocol commission on executed bids used to purchase NEP                       | Optional    |
| Max Premium Rate              | Proposed maximum bid premium rate value submittable by bidders                           | Optional    |
| Partial Liquidation Threshold | Proposed threshold total collateral value to trigger partial collateral liquidations     | Optional    |
| Valid Price Timeframe         | Proposed time window before the Liquidation Contract considers oracle price data invalid | Optional    |

[<br>](https://docs.anchorprotocol.com/protocol/anchor-governance/modify-market-parameters)


---

# 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://nepri.gitbook.io/lucra-protocol/lucra-governance/modify-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.
