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
| Alert | Fires when | Urgency |
|---|---|---|
risk.liquidation_window | Loan health drops while the market is shut | Immediate |
risk.stale_price | The feed pricing your collateral has gone stale | Immediate |
risk.thin_liquidity | There is not enough depth to exit your size | Same day |
risk.discount_to_value | The token trades below what it represents | Same day |
income.multiplier_increase | A dividend accrues with no wallet transaction | Digest |
filing.affects_you | An issuer notice touches your position | Digest |
tax.year_end | An action would change this year's bill | Digest |
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
| Channel | Gets | Notes |
|---|---|---|
| Telegram | Everything, immediately | Free |
| Webhook | Everything, immediately | Paid, signed |
| Digest only | Never 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.
{
"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.