Bridge tracks nonce-consumed mapping
Venus Protocol's assessment for RD-F-153 — scored green on the v1.7.0 rubric. The evidence below is the curator's reasoning for this score.
Evidence summary #
LayerZero endpoint handles nonce management at the protocol layer (sequential nonce assignment per pathway). OFT V2 uses _blockingLzReceive with nonce tracking at the endpoint level. retryMessage() in BaseXVSProxyOFT uses nonce_ parameter for failed message identification. Replay protection inherited from LayerZero V2 endpoint, not re-implemented in the Venus contract. Confidence: medium — nonce implementation details rely on LayerZero protocol docs, not Venus-specific source.
Sources #
- GitHubBaseXVSProxyOFT.sol sourceBaseXVSProxyOFT.sol — retryMessage with nonce_ parameterretrieved 2026-04-28
Methodology #
Determine whether the bridge inbox maintains a nonce-consumed mapping and rejects replay of used nonces.
See the full factor methodology and distribution across all protocols →