A decentralized, permissionless security protocol providing real-time on-chain analysis, detection and invariants monitoring.

Incentive & Mechanism Design

Emission and reward logic

The reward distribution follows a Epoch-based scoring ****model. Each epoch emission will be distributed to miners weights. Current Epoch time - 24 hours.


<aside> 💡

In current implementation, the epoch time is Subnet tempo period. Hence the rewards is distributed every tempo.

</aside>

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:


<aside> 💡

In current implementation, $\alpha, \beta, \gamma$ = 1.0

</aside>

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.