Failure Recovery and Retry Logic
This public page describes the recovery model without exposing internal tuning values.
Recovery Buckets
- Auth failures: refresh nonce/signature and re-authenticate.
- Session failures: create a new session context and continue.
- Rewards failures: re-check readiness and retry only when eligible.
- NFT/market failures: confirm chain status before re-submitting follow-up records.
Safe Retry Principles
- Use bounded retries with backoff.
- Keep retries idempotent by request type.
- Escalate persistent failures to operator visibility.
