Locked {{ heroLocked }} WETH. Minted {{ heroMinted }} WETH. Night {{ night }}.
14 assets compared at paired source and destination blocks. One row in flight at 47/64 confirmations. The count advances only when every Δ reads 0.000000.
Escrow balance against wrapped supply
Each row pairs the escrow balance at source block N with the wrapped totalSupply at destination block M. A locked deposit awaiting finality holds the row amber. At 64/64 the mint lands, Δ returns to 0.000000, and the row goes back to ink.
← N = {{ srcBlock }} · M = {{ dstBlock }} · pair skew 0 blocks
{{ streakTitle }}
Night {{ nightNext }} closes at 00:00 UTC · {{ countdown }}Each cell is one night, closed at 00:00 UTC with all 14 rows at 0.000000. The open cell is tonight. It fills when the in-flight USDC row settles and the night is signed on the ledger.
Ledger: locked against minted
Escrow balance at source block {{ srcBlock }} against wrapped totalSupply at destination block {{ dstBlock }}. Signing is accepted only when every Δ reads 0.000000.
Rows · LOCKED vs MINTED
Figures are illustrative. Six decimals throughout; 0.000001 is a finding.
Terminal
all rows · live diff stream · streak logHow a night is counted
The register compares two snapshots of one bridge, asset by asset, and counts consecutive nights on which every row closed at 0.000000.
Two snapshots, one bridge
The escrow contract is read on Ethereum at source block 20,913,442. The wrapped tokens are read on the L2 at destination block 118,204,907. The two reads are taken as a pair, so both sides describe the same position of the bridge.
One row per asset
Fourteen assets, fourteen rows. Each row subtracts wrapped totalSupply from the escrow balance and prints the result to six decimals. A settled row reads 0.000000. A row reading 0.000001 is a finding.
// per asset, per snapshot pair Δ(a) := escrow.balance(a) @ src N − wrapped.totalSupply(a) @ dst M settled := Δ(a) == "0.000000" night_ok := ∀ a ∈ 14 assets : settled @ 00:00 UTC streak := consecutive night_ok, now 41
Amber while in flight
A deposit that is locked at the source but not yet minted holds its row amber. Its finality counter climbs one confirmation per source block. At 64/64 the relay may mint on the destination; before that, a signature is refused.
Δ returns to 0.000000
When the mint lands, wrapped supply rises by the deposited amount. Δ returns to 0.000000 and the row goes back to ink. The mark of the register is this settled state: a delta resting on a flat zero bar.

Nights close at 00:00 UTC
At 00:00 UTC every row is read. If all fourteen read 0.000000 the night is signed, stamped VERIFIED and the count extends by one. One nonzero row at the close ends the streak and the count restarts at night 1.
