# Liquidation

<table><thead><tr><th width="211.5">Item</th><th>Details</th></tr></thead><tbody><tr><td><strong>Minimum Margin Ratio</strong></td><td>1%</td></tr><tr><td><strong>Liquidation Fee</strong></td><td>USD 5 (for full liquidation only)</td></tr><tr><td><strong>Liquidation Scenario</strong></td><td><p><strong>Full Liquidation</strong> - there is no remaining user collateral remaining </p><ul><li>original collateral &#x3C; loss</li><li>(original collateral - loss) &#x3C; (borrowing fee + margin fee)</li><li>(original collateral - loss) &#x3C; (borrowing fee + margin fee + fixed liquidation fee)</li></ul><p><strong>Partial Liquidation</strong> - there is remaining user collateral</p><ul><li>(original collateral - loss) * 100 &#x3C; position size</li></ul></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.fulcrom.finance/fulcrom-finance/about-fulcrom/liquidation.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.
