Accurendocs
Start free

Alerts and risk

Weekend liquidation risk

Tokens trade 24/7. The market that sets their price does not. That gap is where positions get liquidated against a price nobody has refreshed.

The US market is open about 32.5 hours a week. Your tokens trade the other 135.5. If you borrowed against them, your loan is being valued the whole time — against a close that may be days old, or against a thin weekend market that moved without it.

#What Accuren watches

  • Loan health factor against the current on-chain price and against the last real close
  • How far the token has drifted from that close since the market shut
  • Oracle staleness — how long since the price feed last updated, relative to market hours
  • Available liquidity at the size you would need to exit or top up

The alert comes before the liquidation

A notification after the fact is a receipt, not a warning. The thresholds below are set so an alert arrives while you can still act.

risk.liquidation_window
{
  "type": "risk.liquidation_window",
  "token": "NVDAx",
  "healthFactor": "1.08",
  "marketOpensIn": "11h 20m",
  "lastRealClose": { "price": "174.02", "at": "2026-08-14T20:00:00Z" },
  "tokenPrice": "151.30",
  "driftFromClose": "-13.1%",
  "action": null
}

action is always null

Accuren does not move collateral, top up a loan, or unwind a position. It tells you, and you sign. See Read-only by design.

#Tuning it

SettingDefaultNotes
healthFactorFloor1.15Alert when health drops below this
driftThreshold5%Alert on drift from the last real close
staleAfter45mOracle age during market hours
quietHoursoffRisk alerts ignore quiet hours by default
⌘I