💻 Open Code
Explore the open-source code of Deeptrail on GitHub! Feel free to contribute, report issues, or check out the latest updates and enhancements
📈 Formulas for MVP Features
1. Risk Heat Map 🔥
Smart Logic: Calculates the risk score of tokens based on the historical data, including volume changes, price swings, and transactions.
Where: volumeChange: Change in the token's trading volume. priceChange: Price change compared to the previous trading period. averagePrice: Average token price over a specified period.
Digital Trails 🛤️ Smart Logic: Tracks the movement history of a specific token using the DexScreener API.
Where: tokenAddress: The address of the token being tracked. tokenMovementHistory: A history of token movements retrieved from DexScreener.
Phantom Fingerprint 👻 Smart Logic: Scores tokens based on the frequency and nature of traceable activities associated with the token.
Where: transactionCount: Number of transactions involving the token. totalAddresses: Number of unique addresses interacting with the token.
Last updated