On May 31, 2026 at block 2,138,451, AERE Network's QBFT consensus block period transitioned from 1 second to 0.5 seconds (500 milliseconds). Same Besu binary, same EVM ruleset, same validator set, same chain ID. Zero downtime. Every transaction on AERE now finalises in half the time it did this morning.
| Block time | Chain |
|---|---|
| 12 seconds | Ethereum mainnet |
| 2 seconds | Polygon, Avalanche C-chain, Base |
| 1 second | Arbitrum One (pre-Nitro 250ms config) |
| 0.75 s | BSC Maxwell (Jun 2025) |
| 0.5 s | AERE Network |
| 0.45 s | BSC Fermi (Jan 2026) |
| 0.4 s | Sei v2, Monad |
| 0.25 s | Arbitrum Nitro |
| ~10 ms | MegaETH mini-blocks (centralised sequencer) |
AERE now sits in the top tier of EVM-compatible production chains for finality speed, and is the fastest production Besu QBFT chain we're aware of.
Hyperledger Besu's QBFT supports block-period transitions in genesis.json, a list of {block, newParams} tuples that change consensus parameters at predetermined future block heights. The transition is deterministic and atomic at the block level: all validators agree, the new period takes effect at the target block.
Procedure:
genesis.json on all 3 validators with a transitions array under config.transitions.qbft: {"block": 2138451, "xblockperiodmilliseconds": 500}hyperledger/besu:26.4.0 and added JVM tuning (-XX:+UseG1GC -XX:MaxGCPauseMillis=100) so GC pauses can't trigger round changes at the new tighter cadenceThe Tier-1 stack is complete: modern EVM (Pectra+Fusaka), smart wallets, gasless paymaster suite, Hyperlane + Across cross-chain, Pyth oracle, drand randomness, 37.5% deflationary fee burn, MEV-resistant batch DEX, developer fee monetization, and now sub-second finality. The work continues at the application layer: consumer-app launches, MiCA EMT partnership, ecosystem dApp adoption.
← Back to all posts