Skip to content

Instantly share code, notes, and snippets.

@cmoxiu
cmoxiu / README.md
Created April 22, 2026 09:59
FlareSystemsManager Threshold Off-by-One PoC

FlareSystemsManager Threshold Off-by-One PoC

Summary

This PoC reproduces an off-by-one threshold bug in Flare mainnet FlareSystemsManager on a fork at block 58828560.

The contract stores the signing threshold as:

  • ceil(totalNormalisedWeight * thresholdPPM / 1e6)