π οΈ Code Base
Explore Nemesiaβs code on GitHub! The repository contains full source code, documentation, and instructions for setting up and contributing to the project.
Visit our GitHub Repository to get started.
π¬ Main Formulas
1. Rug Pull Prediction
π AI models for transaction analysis
Detects potential rug-pulls in DeFi projects by analyzing transaction patterns.
Automatic token and smart contract checks for signs of fraud and manipulation.
Formula:
Suspicious Transaction Test:
Where:
transactionVolume β volume of the current transaction, avgVolume β average transaction volume, threshold β threshold for detecting suspicious activity.
AI Prediction for Rug Pull:
Where:
features β token features (e.g., liquidity changes, unusual transactions), logisticRegression β logistic regression model for prediction.
2. Real-Time Alerts
β οΈ Instant notifications
Sends real-time alerts to users about risks associated with specific tokens or projects. Network activity monitoring for fast reaction to emerging threats. Alert Threshold:
Where:
deltaT β change in transaction time, deltaP β change in transaction price, alertThreshold β threshold to trigger the alert.
3. Token Behavior Analysis
π Tracking token behaviors Analyzes historical token data to detect suspicious patterns. Identifies anomalies in tokens that may indicate fraudulent activities or malicious behavior.
Where:
tokenHistory β historical prices of the token, avgPrice β average token price over the period, anomalyThreshold β threshold to flag anomalous behavior.
Last updated