> For the complete documentation index, see [llms.txt](https://docs.fulcrom.finance/fulcrom-finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fulcrom.finance/fulcrom-finance/other-features/notifications/how-does-the-liquidation-warning-notification-work.md).

# 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.
