You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context: "New holders" is one of the two Top Movers card metrics (the other being percent volume/price change) -- needs the same holder-count-over-time data as #8.
"New holder" vs "holder who briefly held then left" can look the same in a single before/after snapshot -- if that distinction matters for the product narrative (it does, per the pivot doc's "X new holders" framing), you may need more than 2 snapshot points.
Context: "New holders" is one of the two Top Movers card metrics (the other being percent volume/price change) -- needs the same holder-count-over-time data as #8.
Where:
src/analytics/holders.rs)What to do:
Suggested approach:
src/analytics/holders.rs). Net-new holders in the last 24h = holders today minus holders 24h ago, using the same snapshot infra as Add rolling 30-day holder-count growth computation per asset #8.Watch out for:
Definition of done: