diff --git a/value/value.md b/value/value.md index 8b338f6..c91a47b 100644 --- a/value/value.md +++ b/value/value.md @@ -300,33 +300,107 @@ the `customKey` and `customValue` can be utilized as follows: This is a live, working example of a Lightning keysend value block in production. It designates four recipients for payment - two podcast hosts at 49 and 46 shares respectively, a producer working on per episode chapter creation who gets a 5 share, and a single share (effectively 1%) fee to the Podcastindex.org API. +Since the value block is defined at the `` level, it applies to every podcast episode. ```xml - - - - - - +... + + + + + + + + ... + ... + ... + ... + +``` + +##### Example: `` Override + +To set up different payment splits for individual episodes, a value block has to +be defined on the `` level. This will override the value settings set on +the `` level. + +The following example defines different value blocks for each episode in order +to include the guests as value recipients. Payments are split 50/50 between host +and guest. + +```xml +... + + + + + ... + + #00 - John's Solo Episode + ... + + + #01 - John and Gigi + + + + + ... + + + #02 - John and Paul + + + + + ... + + ... + ```