# Get Liquidated

The GARD Protocol is designed to help users gain a moderate amount of leverage on their collateral. The protocol is not meant to be a catalyst for liquidations, however, sometimes they must occur to protect the protocol. In order to avoid liquidation users should be sure to overcollateralize their positions heavily and monitor them frequently to ensure that their CDPs remain healthy/in good standing.&#x20;

The 140% minimum collateralization ratio when initially borrowing GARD is meant to help ensure that no immediate volatility will be enough to liquidate a user, however, crypto is quite volatile and this minimum rate may not be enough to protect a user over time. If a user is liquidated they will lose claim to all their collateral and their ability to participate in Algorand governance, however, they will retain any GARD they borrowed and have not spent. To avoid liquidation users should pay close attention to the health bars next to their CDPs, which includes a liquidation price:

<figure><img src="/files/ROJzX4MZX7ROXwIkFPPq" alt=""><figcaption><p>CDP Health Bar</p></figcaption></figure>


---

# 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.algogard.com/how-to/liquidate-get-liquidated/get-liquidated.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.
