Accurendocs
Start free

Alerts and risk

Alert types

Alerts are free, and they are the half of Accuren that has to arrive before something happens rather than after.

#What can reach you

AlertFires whenUrgency
risk.liquidation_windowLoan health drops while the market is shutImmediate
risk.stale_priceThe feed pricing your collateral has gone staleImmediate
risk.thin_liquidityThere is not enough depth to exit your sizeSame day
risk.discount_to_valueThe token trades below what it representsSame day
income.multiplier_increaseA dividend accrues with no wallet transactionDigest
filing.affects_youAn issuer notice touches your positionDigest
tax.year_endAn action would change this year's billDigest

Every payload carries action: null

Accuren tells you. It never moves collateral, tops up a loan, or unwinds a position — see Read-only by design.

#Delivery

ChannelGetsNotes
TelegramEverything, immediatelyFree
WebhookEverything, immediatelyPaid, signed
EmailDigest onlyNever for immediate risk

Email is deliberately excluded from immediate risk. A liquidation warning that lands in a spam folder at 3am is not a warning.

#Noise filtering

An alert you learn to ignore is worse than no alert. Immediate risk always goes through; everything else is scored against your position, and anything that would not change what you do is folded into a digest instead.

settings
{
  "alerts": {
    "healthFactorFloor": "1.15",
    "driftThreshold": "5%",
    "quietHours": { "from": "23:00", "to": "07:00", "riskOverrides": true },
    "digest": "daily"
  }
}

riskOverrides

Quiet hours silence the digest, never a liquidation window. The market that can liquidate you does not observe your quiet hours.

⌘I