<div dir="ltr">Hi all,<br><br>We recently proposed a standard for encrypting data with the pre-image that is being revealed over Lightning[1]. After talking with various folks in the ecosystem the consesus seems to be it would be a good idea to create a repository for organizing LAS (Lightning Application Standards)[2]. The hope here is that we can start building standards so that Lightning app developers can design their LAPPs to be compatible with other LAPPs. This should also make it easier for wallet developers to hook into different LAPPs with a standard.<br><br>If this idea gains momentum, I think LAS&#39;s should be kept separate from the BOLTs. BOLTs should define low level Lightning protocol where it is _imperative_ that Lightning implementations comply to the BOLT standards. I think LAS&#39;s are more of &quot;suggestions&quot; to make it easier for everyone to communicate and interact with each other in a standardized way. This also encourages the idea of segregating &quot;backbone&quot; implementations of the Lightning network with higher level wallet software. This makes it easier to distinguish what useful things library developers might want to support vs what BOLT compliant implementations need to support. Perhaps for pragmatic reasons for now we would just reuse the current lightning-rfc repo[3]. <br><br>In my opinion, BOLT11 could be thought of as a LAS as it does not talk about the actual Lightning protocol, but rather a canonical way to encode information about the protocol to end users (similar to bitcoin addresses). <br><br>-Chris<br><br>[1] - <a href="https://lists.linuxfoundation.org/pipermail/lightning-dev/2019-June/002035.html">https://lists.linuxfoundation.org/pipermail/lightning-dev/2019-June/002035.html</a><br>[2] - <a href="https://lists.linuxfoundation.org/pipermail/lightning-dev/2019-June/002046.html">https://lists.linuxfoundation.org/pipermail/lightning-dev/2019-June/002046.html</a><br>[3] - <a href="https://github.com/lightningnetwork/lightning-rfc/">https://github.com/lightningnetwork/lightning-rfc/</a></div>