diff --git a/value/value.md b/value/value.md index 25e3b6b..3029974 100644 --- a/value/value.md +++ b/value/value.md @@ -448,4 +448,41 @@ Lightning payments are performed using lightning messages as specified in [BOLT One part of the message is the `extension`, a TLV (Type-Length-Value) stream. Application specific data can be added to transactions using _custom records_ on the TLV Stream. -A community maintained registry of known custom record types and formats, governed by satoshis.stream, can be found at the document [TLV record registry](https://github.com/satoshisstream/satoshis.stream/blob/main/TLV_registry.md). In special, the section _Fields used in customKey / customValue Pairs_ documents the known use cases for the `customKey` and `customValue` attributes. \ No newline at end of file +A community maintained registry of known custom record types and formats, governed by satoshis.stream, can be found at the document [TLV record registry](https://github.com/satoshisstream/satoshis.stream/blob/main/TLV_registry.md). In special, the section _Fields used in customKey / customValue Pairs_ documents the known use cases for the `customKey` and `customValue` attributes. + + +#### Nano + +Specification for Value 4 Value integration with the [Nano](https://nano.org) cryptocurrency. + +For the `` tag, the following attributes are applicable: + - `type` (*required*): "nano" + - `method` (*required*): "sendblock" + - `suggested` (*optional*): A float representing the amount in nano (eg. 0.00025) + +For the `` tag, the following attributes MUST be used: + - `type`: "account" + - `address`: \<*destination nano_xxx address*\> + - `split`: \<*the number of shares*\> + +##### Example +***Note:** The following is a made up example, and the accounts shown are for demonstration purposes only.* + +```xml + + + + + + +```