From f9a28f7edc157435c9b643c91330a347b38389dd Mon Sep 17 00:00:00 2001 From: Gijs van Dam Date: Fri, 15 Sep 2023 14:51:46 +0200 Subject: [PATCH] Summary --- _src/posts/payment-splitting-in-lightning-network.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_src/posts/payment-splitting-in-lightning-network.md b/_src/posts/payment-splitting-in-lightning-network.md index 3d7cb805..0d18f1eb 100644 --- a/_src/posts/payment-splitting-in-lightning-network.md +++ b/_src/posts/payment-splitting-in-lightning-network.md @@ -55,6 +55,10 @@ PSS is similar to Link MPP in that two channel partners along a route agree to f My plugin is just a proof of concept and should definitely not be used with an actual `core lightning` node, but it did allow me to use it for my research on Balance Discovery Attacks and it had some real interesting implications. More on that in my next post. +## Summary + +So that's MPP for you. Only Base MPP is a real thing, and maybe Link MPP is too and I just don't know about it. OG AMP has never come to fruition, but High AMP might once PTLCs become a thing. Meanwhile PSS is like Link MPP on steroids and it has a completely *not* battle tested plugin that shows it can work. + [ln-post]: /post/how-do-payments-in-lightning-network-work/ "How do payments in Lightning Network work?" [optech]: https://bitcoinops.org/en/topics/multipath-payments/ "Bitcoin Optech: Multipath payments" [boltmpp]: https://github.com/lightning/bolts/blob/master/04-onion-routing.md#basic-multi-part-payments "BOLT #4: Basic Multi-Part Payments"