Skip to content

Improve privacy for Blinded Message Paths using Dummy Hops#3726

Merged
valentinewallace merged 6 commits intolightningdevkit:mainfrom
shaavan:dummy
Aug 29, 2025
Merged

Improve privacy for Blinded Message Paths using Dummy Hops#3726
valentinewallace merged 6 commits intolightningdevkit:mainfrom
shaavan:dummy

Conversation

@shaavan
Copy link
Copy Markdown
Member

@shaavan shaavan commented Apr 9, 2025

Resolves #3252

This PR improves privacy in blinded path construction by introducing support for dummy hops.

While blinded paths obscure node identities, they still might reveal the number of hops—potentially leaking information about the distance between sender and receiver.

To mitigate this, we now prepend dummy hops for BlindedMessagePaths, that serve no routing purpose but act as decoys. This makes it significantly harder to estimate the true position of the destination node based on path length.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Exploring the Integration of Dummy Hops into Blinded Paths

6 participants