AI-generated analysisPublished automatically and not human-verified. Validated context appears in community notes below.
← Watch feed
Low 47 Bitcoin

Set max channel dust limit to 10,000 sats for all zero-fee-htlc-tx chans

Public commit record

What the developer wrote

Authored by Leo Nash

81/100 · Strong
Set max channel dust limit to 10,000 sats for all zero-fee-htlc-tx chans

This includes both keyed anchor channels, and 0FC channels.

The dust limit for HTLCs in such channels is independent of the
negotiated feerate, so a party may set a higher dust limit for such
channels.

Fixes #4225
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Provides detailed explanatory context✓ Links an issue, advisory, or supporting reference
The short version

What changed, and why it matters

This change loosens the maximum 'dust limit' that rust-lightning will accept from a channel peer, but only for modern channel types that use zero-fee HTLC transactions (keyed-anchor and 0FC channels). For older channel types the old, stricter 546-satoshi limit remains. The patch is a protocol-compliance/robustness fix rather than a clear vulnerability fix, and it includes a test update.

Recommended action

Treat as a normal protocol-compliance update. Review issue #4225 and any related BOLT/discussion context to confirm the 10,000-satoshi bound is well-justified and does not introduce HTLC pinning or fee-griefing risks. Run the updated channel_open_tests.

Security signals we found

01

Dust-limit validation change in channel handshake

02

Different trust boundary for modern vs legacy channel types

03

Referenced issue #4225 (content not supplied)

04

No explicit security framing in commit message or diff

Risk score

Why this scored 47/100

Our methodology →
Potential impact 12/30
Exploitability 8/25
Stealth signal 7/15
Affected reach 10/15
Confidence 7/10
Evidence quality 3/5
Human-validated context

Community notes

Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.

No validated notes yet.

The AI analysis stands alone for now. Submit a note if you can add evidence or important context.