Skip to content

Commit 7141c14

Browse files
committed
updated om blog images
1 parent 29db376 commit 7141c14

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

docs/_blog/onion-messages.md renamed to docs/_blog/onion-messages-demystified.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,25 +25,25 @@ If Alice doesn’t want to reveal lots of personal information about her channel
2525

2626
By selecting PopularNode from this network chart, Alice’s anonymity set includes all highlighted peers:
2727

28-
![OM](../assets/OM-image-1.png)
28+
![OM](../assets/OM-dm-image-1.png)
2929

3030
To Bob and any other observers, any node within two hops of PopularNode could be the destination of the onion message. Adding more hops further expands Alice’s anonymity set. (Note that PopularNode’s direct peers are candidates because blinded routes may contain fake dummy hops.)
3131

3232
After selecting the path from PopularNode, she’ll create an encrypted blob for each hop that contains information about reaching the next hop, which ends at her node. At this point, the blinded route looks like this:
3333

34-
![OM](../assets/OM-image-2.png)
34+
![OM](../assets/OM-dm-image-2.png)
3535

3636
Finally, she’ll provide this blinded route to Bob, who will find a route to PopularNode and use Alice’s blinded route when constructing the last three hop payloads within the onion packet.
3737

3838
## Onion Message Structure
3939

4040
Continuing with this example, let’s say Bob finds this path to Alice’s blinded route:
4141

42-
![OM](../assets/OM-image-3.png)
42+
![OM](../assets/OM-dm-image-3.png)
4343

4444
If Bob sends an invoice request through Alice’s blinded route via onion message, his message would look like this:
4545

46-
![OM](../assets/OM-image-4.png)
46+
![OM](../assets/OM-dm-image-4.png)
4747

4848
So each intermediate layer of the onion contains encrypted forwarding information for the next hop, and the last layer contains the content of the onion message intended for the final hop. This content may include invoice requests and invoices for offers.
4949

docs/assets/OM-dm-image-1.png

52.6 KB
Loading

docs/assets/OM-dm-image-2.png

30.2 KB
Loading

docs/assets/OM-dm-image-3.png

58.7 KB
Loading

docs/assets/OM-dm-image-4.png

90.4 KB
Loading

0 commit comments

Comments
 (0)