From cc6821ebad83d151a7781244b2bad86a1ef2c0c6 Mon Sep 17 00:00:00 2001 From: defiQUG Date: Sun, 12 Apr 2026 06:44:11 -0700 Subject: [PATCH] docs(BSC): live WETH bridge inventory note for queued release Document observed 0.1 WETH queued requirement vs ~0.009 WETH on hand and point to check-mainnet-weth-relay-lane.sh. Made-with: Cursor --- .../FINAL_UNBLOCK_CHECKLIST_MAINNET_BSC.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/03-deployment/FINAL_UNBLOCK_CHECKLIST_MAINNET_BSC.md b/docs/03-deployment/FINAL_UNBLOCK_CHECKLIST_MAINNET_BSC.md index 6f7e8eb2..1ebfacbc 100644 --- a/docs/03-deployment/FINAL_UNBLOCK_CHECKLIST_MAINNET_BSC.md +++ b/docs/03-deployment/FINAL_UNBLOCK_CHECKLIST_MAINNET_BSC.md @@ -75,6 +75,20 @@ There is no hardcoded repo target for relay inventory, so use a small bootstrap - Current: `0.002634280582011289 WETH` - **Top up:** `0.007365719417988711 WETH` +#### Current live operator note + +The bridge can be technically deliverable at the bootstrap floor while still being underfunded for a queued historical release. + +- Live queued release requirement observed on `2026-04-12`: **`0.1 WETH`** +- Live bridge inventory after the bootstrap top-up and replay check: **`0.009 WETH`** +- Additional WETH still needed to clear that queued release: **`0.091 WETH`** + +Use the health checker below to confirm the exact shortfall before topping up: + +```bash +bash scripts/verify/check-mainnet-weth-relay-lane.sh +``` + Operator check / unpause helpers: - Read-only lane readiness: [`check-mainnet-weth-relay-lane.sh`](../../scripts/verify/check-mainnet-weth-relay-lane.sh)