Real Time Holders Tracking

Tracking holders data in real time.

Coin Logic tracks holders' data by querying through the Transfer history of the token. All interacting wallet addresses are extracted and balances are updated.

Projects can specify the number of tokens from which they want to track wallets. This has an advantage over indexing services like BSC Scan because we prevent the appearance of dust wallets (wallets that hold less than 0.00001 tokens or even less in some cases).

Additionally, TCL tracks the number of new holders, recurring buys (from existing wallets), and leaving holders.

Last updated