IQ.wiki

阅读

编辑

历史

通知

分享

Lightning Network

The Lightning Network is a solution designed to enable faster and cheaper transactions on the by allowing off-chain payment channels. This decentralized network facilitates instant micropayments and enhances the scalability of , making it more suitable for everyday use. [1][2]

Overview

The Lightning Network is a payment system enabling fast, low-cost transactions by linking payment channels on the . These channels are connected, allowing payments across the network without needing trust between participants. Transactions require a route from the sender's to the recipient, which may involve multiple attempts due to limited visibility into availability at each . Payments are atomic, using Hash Timelock Contracts (HTLC) to ensure completion or failure, even if become unresponsive. Routing earn fees by strategically managing to support reliable transactions. [2][3]

Lightning Labs

wiki
Founded by and Olaoluwa Osuntokun, Lightning Labs develops software to power the Lightning Network, facilitating fast, low-cost, and globally accessible layer-two transactions. Their open-source, secure, and scalable Lightning systems streamline sending and receiving money. Additionally, Lightning Labs offers verifiable, non-custodial financial services on the Lightning Network, bridging open-source technology with the next generation of -based financial software. [1]

Features

Lightning Loop

Lightning Loop enables users to manage Lightning channel by facilitating transactions to and from on-chain addresses. Loop Out allows sending a Lightning transaction to an on-chain address, creating inbound capacity, while Loop In sends on-chain into a Lightning channel, adding outbound . Using trustless submarine swaps, Loop operates non-custodial, allowing secure, independent transactions. Loop Out transactions are batched to minimize fees. Authentication for Loop services uses L402, combining Macaroons with Lightning payment verification to secure access. [4]

Lightning Pool

Lightning Pool is a non-custodial auction platform for leasing Lightning Channel Liquidity (LCL). Participants can buy or sell as time-bound assets with a maturity date secured through Bitcoin contracts. These leases enable participants to gain inbound or outbound liquidity and earn interest. They are enforced with contracts, ensuring makers’ funds are locked until maturity. [3]

Cleared orders are processed in a batched, on-chain transaction, creating a stable income source for participants beyond routing fees. The open auction format lets the market signal where is most needed, reducing dormant channels and optimizing distribution. Pool supports newcomers by letting them acquire inbound funds at a percentage needed, with market-driven pricing based on demand. [3]

Payment Channels

The Lightning Network comprises payment channels, each representing a 2-of-2 multi-signature contract between two peers, where they can make repeated transactions. A commitment transaction records each transaction update in the channel, and either party can use the latest transaction to close the channel unilaterally, reclaiming funds on-chain without the other’s consent—a process known as a force close. The protocol uses a penalty system to prevent breaches (publishing outdated commitment transactions to gain a higher balance), where the breaching party’s funds are penalized if they act maliciously. [5][6]

Watchtowers, separate network nodes, help monitor breaches by watching for specific transaction IDs on the . Although they monitor for breaches, watchtowers cannot view commitment details, maintaining user privacy. Upon detecting a breach, the watchtower can decrypt and publish a revocation transaction to enforce penalties, preventing the attacker from accessing funds and forfeiting their channel balance as punishment. [5][6] wiki

The Gossip Network

The Lightning Network uses a gossip network for to share information about themselves, including public channels, routing fees, and network access details. Each node assembles a network graph based on this shared data to determine transaction routes, though some routing may bypass this requirement. The gossip network, often busy with frequent fee updates from , lacks a strict on the network graph, as may remove inactive peers or miss certain updates. Through the graph data, nodes can analyze network metrics, including total , channels, and each centrality—a measure of how often routes pass. However, centrality doesn’t necessarily indicate optimal routing fees. To prevent spam, only relay gossip messages from those with at least one public channel, ensuring participation with a stake and . [7]

Pathfinding

In the Lightning Network, the payer selects the route for their payment, aiming for a direct and low-cost path but often needing to try multiple routes with different fees. may use various strategies to optimize pathfinding; some may outsource this process. Each route is onion-encrypted, so only the sender knows the full path, intermediate see only the previous and next channels, and the recipient knows only the final hop without witnessing the origin of the payment. [8]

Lightning Protocol (L402)

L402, previously LSAT, is a protocol that combines Lightning payments with Macaroon-based authentication to enable secure and efficient paid API access in decentralized networks. Aperture, which implements this protocol, operates as a reverse HTTP proxy for gRPC and REST, enabling paid APIs to separate payment, permission, and request handling. Lightning Loop and Pool, services for non-custodial swaps and channel liquidity, currently use Aperture to handle these processes. L402, a Lightning API key, combines Macaroons with a payment hash to facilitate authentication and verification in distributed systems without central user databases. For an L402 to be valid, a Macaroon containing the payment hash and the preimage obtained by paying a Lightning invoice is required. This allows for metered, machine-to-machine API access without the need for traditional login methods, enabling verification of payment and authority for API requests. [9][10]

Macaroons

Macaroons are bearer tokens designed for secure authentication in distributed systems. They include permissions and can be verified using only a root key, eliminating the need for a central database lookup and enhancing system resilience and efficiency. Unlike cookies, Macaroons can be restricted and safely delegated, allowing users to control permissions. However, they are challenging to revoke, requiring the deletion of the root key, which invalidates all related tokens. [11]

Taproot Assets

Taproot Assets, a protocol leveraging Taproot upgrade, enables issuing assets on the , which can be transferred over the Lightning Network for fast, high-volume, and low-cost transactions. By utilizing Taproot's advanced tree structure and Schnorr signatures, Taproot Assets enhance privacy and scalability, supporting multi-hop transactions and integration with the broader Lightning Network. Verification costs are decentralized as participants store asset data off-chain in local " Universes " repositories and validate assets by tracing transaction history from their genesis, verified via a dedicated gossip layer. [12][13]

Edge Nodes

Edge Nodes are specialized Taproot Assets-aware Lightning facilitating transactions between Taproot Assets and channels. Operating as service providers, they maintain private Taproot Assets channels with clients while staying connected to the public Lightning Network. Edge enable Taproot Assets wallets to interact seamlessly with standard Lightning services by supporting asset-to- swaps, allowing payments to any Lightning invoice. Clients can also receive real-time quotes for Taproot-to-Bitcoin conversions, while the Edge earns fees through atomic routing of payments. Edge may hedge positions to mitigate exchange rate volatility, providing stable swaps across asset types. [14]

Lightning Terminal

Lightning Terminal is a web-based dashboard for managing Lightning Labs products, providing a remote interface for observation, channel management, and solutions. Secured with Lightning Connect (LNC), it ensures end-to-end encrypted connections where all data remains private from Lightning Labs. Users can view node rankings, centrality, and performance stats and leverage Lightning Loop to manage channel liquidity, allowing funds to be moved on-chain or into Lightning channels. With Lightning Pool, users can buy and sell channel , track orders, and monitor channels. The terminal also supports Taproot Assets integration, enabling asset transfers over the Lightning Network. The terminal is accessible via a browser, while self-hosted setups (litd) lack web-based recommendations, payment features, and transaction tracking. [15]

Lightning Node Connect

Lightning Node Connect (LNC) enables a secure, end-to-end encrypted connection to a Lightning , even if it’s behind Tor or NAT, simplifying remote management. Lightning Terminal uses this open-source tool to connect applications to through a browser or app. LNC relies on LND’s gRPC interface, with the making an outbound connection to a web proxy for user access. A password-authenticated key exchange (PAKE) ensures the encrypted session between the user and the node. [16]

The LNC system includes three main components: [16]

  1. Lightning Node Connect, running on the Lightning Terminal Daemon (litd), facilitates requests, data transfer, and macaroons for authentication.
  2. Proxy (TURN), which supports network traversal for nodes behind NAT or firewalls, creating synchronous communication channels.
  3. Application, such as Lightning Terminal, accessed through a web server, with potential for standalone use on various devices.

LNC supports browser extensions, mobile wallets, and network explorers to connect and manage nodes, send payments, and more. [16]

Partnerships

See something wrong? Report to us.

Lightning Network

提交信息

编辑者

编辑日期

November 1, 2024

反馈

平均评级

Based on over 1 ratings

您的体验如何?

给这个维基一个快速评分让我们知道!

Twitter时间线

Loading...

加载中

媒体

参考文献

加入 IQ Brainlist

註冊 IQ Brainlist 即可在 IQ.wiki 網站上進行編輯!

立即加入

订阅我们的新闻简报

IQ 生态系统报告将让您时刻掌握IQ的所有更新

订阅

IQ.wiki

IQ.wiki 的愿景是将区块链知识带给世界,并将知识上链。 是 Brainfund 集团的一部分Brainfund 集团

https://twitter.com/IQWIKIhttps://www.reddit.com/r/Everipedia/https://t.me/everipediahttps://www.instagram.com/iqwiki_/https://github.com/EveripediaNetworkhttps://discord.gg/x9EWvTcPXthttps://www.facebook.com/iqdotwiki

IQ

什么是 IQ?质押债券

公司

关于我们职业生涯我们正在招聘品牌IQ GPTIQ 仪表板

© 2024 由BrainDAO & IQ 提供支持