# Lot 49 Protocol (Open Source) Attempted implementation: https://github.com/global-mesh-labs/lot49 ## Also see: - ### [[goTenna]] - ### [[Global Mesh Labs]] ### Requirements - [[SIGHASH_ANYPREVOUT]] (formerly `SIGHASH_NOINPUT`), which is also required by [[eltoo]] ### Whitepaper - Git book format: https://global-mesh-labs.gitbook.io/lot49/ - PDF format: https://globalmeshlabs.org/files/Lot49%20Protocol%20Whitepaper%20-%20DRAFT%200.8.5_20190611.pdf ![[Lot49 Protocol Whitepaper - DRAFT 0.8.5_20190611.pdf]] Based on the Lightning Network!! - **Abstract:** Mesh networks offer a decentralized alternative to centralized carriers and ISPs for mobile communication. To optimize successful message delivery, and improve network coverage and reliability, mesh nodes need a system to incentivize the relay behavior of peer network nodes. We propose a trust-minimized protocol for message senders to exchange incentive value with mesh nodes that relay their messages. Our approach is to create a payment channel network (PCN) based on the Bitcoin Lightning Network [[12](https://global-mesh-labs.gitbook.io/lot49/protocol/references#12-poon-j-dryja-t-2015-the-bitcoin-lightning-network-url-https-lightning-network-lightning-network-paper-pdf-accessed-29-sep-2018)] but adapted for very low-bandwidth ad hoc mobile networks and therefore also applicable to less-constrained mesh topologies. To reduce incentive protocol overhead we propose using signature aggregation, simplex payment channel updates and payment channels formed between mesh nodes within direct communication range. Nodes primarily exchange payments to incentivize the delivery of their data without internet connectivity. Only when nodes less frequently establish, checkpoint or close payment channels must they relay payment data to a mesh connected internet gateway. This proposal requires that both the Schnorr signature [[17](https://global-mesh-labs.gitbook.io/lot49/protocol/references#17-wuille-p-bip-schnorr-mediawiki-url-https-github-com-sipa-bips-blob-bip-schnorr-bip-schnorr-mediawiki-accessed-29-sep-2018)] and SIGHASH_NOINPUT signature hash flag [[43](https://global-mesh-labs.gitbook.io/lot49/protocol/references#43-decker-c-bip-0118-mediawiki-url-https-github-com-bitcoin-bips-blob-master-bip-0118-mediawiki-accessed-16-may-2019)] protocol updates have been adopted by the Bitcoin community.