# Liquidations

We will process liquidations as profit for the platform — This is where we expect to make the most money, due to the fact that most traders lose.\
We of course, however, have implemented endless ways to avoid this, but at the end of the day, we of course do not control the market or sentiment. \
Isolated trading is also available, just like you would find in any other exchange, in order to avoid having to always risk your portfolio, albeit remember to consider that, while trading on Isolated mode, you will have to manually add margin if your position is below -95% ROI.\
\
Logically, we have built in a system that makes unintentional liquidation a near-0 case, this means that you will rarely see huge wicks, besides obvious market events that truly increase volatility, such as CPI news, presidential elections, or similar.. You can read about these below: [Safety measures](/horizon/technicalities/interactive-blocks.md)


---

# 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://horizon-whitepaper.gitbook.io/horizon/technicalities/images-and-media.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.
