# How does the liquidation warning notification work?

## What are the settings available?

1. the percentage above/below the liquidation price of your position at which a warning notification will be sent to you
2. the expiry date of your liquidation reminders
3. the frequency of liquidation reminders per position

## When will the liquidation warning notifications be triggered based on the percentage set?

**Long Positions**

*warning\_price = liquidation\_price \* (1 + threshold\_percentage / 100)*

Notification will be sent when the market price is ***less than or equal to*** the warning price.

**Short Positions**

*warning\_price = liquidation\_price \* (1 - threshold\_percentage / 100)*

Notification will be sent when the market price is ***greater than or equal to*** the warning price.


---

# 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/other-features/notifications/how-does-the-liquidation-warning-notification-work.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.
