# What would cause a margin order to be liquidated?

When making margin orders, Betoken takes out loans backed by collateral. If the ratio of collateral to debt (the collateral ratio) is too low, the loan platform (Compound) will liquidate the loan, which entails the loss of the collateral.

To prevent liquidation, you can top up an order's collateral in the portal. This action does not require additional staking of Kairo.

You can monitor your collateralization status for each order on the [Manager investments tab](https://betoken.fund/portal/#/investments).


---

# 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://betoken.gitbook.io/docs/manage-the-fund/what-would-cause-a-position-of-mine-to-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.
