> For the complete documentation index, see [llms.txt](https://naviprotocol.gitbook.io/astros/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://naviprotocol.gitbook.io/astros/astros-perpetual/points/liquidation-points.md).

# Liquidation Points

* If no liquidation events occur on a given day, Liquidation Points for that day will be 0
* It is normal for users to have multiple days with no Liquidation Points

The Raw Liquidation Score for a single liquidation event is determined by:

* Liquidation Amount
* The actual amount liquidated in that event
* Liquidation Size Multiplier
* A scaling factor that increases as the liquidation amount becomes larger

Larger liquidation events result in a higher Raw Liquidation Score.

#### Daily Liquidation Score

* For each day, all liquidation events are evaluated
* Only the largest Raw Liquidation Score from that day is counted

Raw Liquidation Score (Daily) = Max(Raw Liquidation Score per liquidation event)

#### Final Daily Liquidation Points

* Daily Liquidation Points are calculated as:

Liquidation Points (Daily) = 2 × Raw Liquidation Score (Daily)
