PollarPollar
Operator GuideConfiguration

Alerts

Dashboard → Configuration → Alerts

Configure notifications for low wallet balances so you never run out of funds unexpectedly.


Alert channels

ChannelSetup
EmailAdd one or more email addresses — alerts are sent when a threshold is crossed
WebhookAdd a webhook URL — Pollar sends a sponsor.balance.low event

Per-wallet thresholds

Set independent thresholds for each operator wallet:

WalletSuggested threshold
Funding wallet20 XLM
Gas wallet5 XLM
Distribution walletDepends on asset and expected volume

When a wallet drops below its threshold, Pollar sends an alert immediately and repeats every 24 hours until the wallet is topped up.


sponsor.balance.low event

{
  "event": "sponsor.balance.low",
  "timestamp": "2026-03-15T12:00:00Z",
  "data": {
    "walletType": "funding",
    "address": "GSPONSOR...",
    "balance": "5.00",
    "threshold": "10.00",
    "asset": "XLM"
  }
}

See Webhooks for the full event reference.

On this page

Was this helpful?