Summary
Contributors working on the indexer or alert system need to understand when and how the alert threshold check runs — whether it is synchronous with the trade write, a separate job, or event-driven — so they can modify either system without breaking the other.
Scope
- Document the sequence: trade event written → price snapshot updated → alert check triggered
- Explain whether the check is synchronous or queued
- Describe how multiple alerts for the same creator are evaluated in a single pass
- Add a note on what happens if the alert check fails after a successful trade write
Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram
Summary
Contributors working on the indexer or alert system need to understand when and how the alert threshold check runs — whether it is synchronous with the trade write, a separate job, or event-driven — so they can modify either system without breaking the other.
Scope
Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram