A decentralized, permissionless security protocol providing real-time on-chain analysis, detection and invariants monitoring.
The reward distribution follows a Epoch-based scoring ****model. Each epoch emission will be distributed to miners weights. Current Epoch time - 24 hours.
Scoring Formula
The raw score for each miner $i$ is calculated at the end of each epoch based on their transaction throughput, accuracy, and latency performance.
$$ S_i = (N_i)^\alpha \cdot (A_i)^\beta \cdot \left( \frac{T_{target}}{L_{99,i}} \right)^\gamma $$
Where:
Weight Normalization
To ensure the total distribution of the daily emission equals 100% (or a total weight of 1), we apply a linear normalization across all active miners.
$$ W_i = \frac{S_i}{\sum_{j=1}^{n} S_j} $$
Where: