Auto-reload triggers when your balance drops below a threshold you set — but the naive version of this feature (reload every time you're under threshold) can trigger duplicate reloads if a balance check races with a pending transaction.
Our engine reconciles a single source-of-truth balance before every auto-reload decision, and de-duplicates any reload request that's still in flight, so you're never charged twice for one low-balance moment.