Lightning Strikes Big: Bitcoin Layer-2 Surpasses $1 Billion In Monthly Activity

bitcoinistОпубліковано о 2026-02-21Востаннє оновлено о 2026-02-21

Анотація

Bitcoin's Lightning Network, a layer-2 scaling solution, surpassed $1.1 billion in monthly transaction volume in November, processing over 5 million transactions. This growth is increasingly driven by institutional players like exchanges and trading desks, rather than small-scale hobbyist use. A notable example includes a million-dollar transfer between Secure Digital Markets and Kraken, demonstrating the network's capacity for large, rapid settlements. Network capacity also reached a high of 5,606 BTC in December, improving liquidity for larger transactions. Despite mixed market conditions and Bitcoin's price volatility, Lightning activity continued to grow independently of price action. The network enables fast, low-cost payments by processing transactions off-chain, settling only net balances on the main blockchain. While future growth may be fueled by AI-driven micro-payments, broader adoption still depends on increased exchange support, liquidity, and merchant integration.

A clear sign of more than hobbyist use: monthly Lightning activity climbed past a big mark late last year. According to a report from River, November saw about $1.1 billion flow over the Bitcoin network.

That money, according to a report shared by River’s marketing chief Sam Wouters, moved through over 5 million transactions, which shows both volume and movement. It matters because money actually changed hands on Bitcoin’s second layer, not just price bets.

Adoption Driven By Bigger Players

Reports say many of the biggest gains were not from tiny tips or in-app experiments this time. Exchanges and merchant integrations are carrying a lot of the load.

Back in 2023, monthly transactions peaked at 6.6 million as apps tried out micropayments in gaming and chat. Now the shape of use looks different. Average payment sizes appear larger and the profile of users has shifted toward trading desks and businesses.

Institutional Transfers Show Network Muscle

A striking example came when Secure Digital Markets routed a million-dollar Lightning Network transfer to Kraken. That move showed big sums can be shifted quickly without waiting for on-chain confirmation.

Network capacity, which measures BTC tied up to keep channels open, reached 5,606 BTC in December. That increased liquidity matters for larger deals because it lowers the chance a large payment will fail for lack of routed funds.

Estimated monthly Lightning transaction volume and number of transactions. Source: River

Bitcoin Price Action And Market Mood

Market conditions were mixed as the network grew. Bitcoin slid under key levels this week, and traders grew cautious as geopolitical headlines piled up.

Volume in spot markets has been muted at times, yet Lightning traffic rose despite that. Price swings still happen, and low trading days tend to amplify those moves, but the network’s payment activity did not simply mirror price spikes. In short, payments rose while BTC sometimes moved sideways.

Some of the companies that provide Bitcoin Lightning Network services. Source: River

Why Lightning Is Different

The Lightning Network moves payments off the main chain by opening channels between parties. Transactions inside a channel settle almost instantly and at a fraction of the cost of a typical on-chain transfer.

Only the channel’s net balance is posted to Bitcoin when it’s closed. That design makes small and frequent payments practical, and it removes the 10-minute wait that can ruin buying something at a store.

BTCUSD now trading at $67,116. Chart: TradingView

Reports say Lightning transactions could climb if AI systems begin making automatic micro-payments for data and computing, but that shift still needs better software and clearer business models.

For the time being, the network’s growth signals progress toward everyday Bitcoin payments, though broader exchange support, deeper liquidity, and stronger merchant use will decide whether it becomes a common payment rail or stays a niche tool.

Featured image from Unsplash, chart from TradingView

Трендові криптовалюти

Пов'язані питання

QWhat was the total value of transactions processed by the Bitcoin Lightning Network in November, as reported by River?

AThe total value of transactions processed by the Bitcoin Lightning Network in November was approximately $1.1 billion.

QAccording to the article, what is a key factor driving the recent adoption of the Lightning Network, as opposed to earlier experiments?

AThe recent adoption is being driven by bigger players such as exchanges and merchant integrations, rather than just small tips or in-app micropayment experiments.

QWhat was the significance of Secure Digital Markets routing a million-dollar transfer to Kraken on the Lightning Network?

AIt demonstrated that the network is capable of handling large financial transfers quickly without the need to wait for on-chain confirmations, showcasing its institutional utility.

QHow does the Lightning Network's design make it suitable for small, frequent payments compared to on-chain transactions?

AIt opens payment channels between parties, allowing for instant, low-cost transactions that are settled off-chain. Only the net balance of a channel is posted to the Bitcoin blockchain when it is closed, eliminating the typical 10-minute wait for on-chain confirmations.

QWhat does the article suggest is needed for the Lightning Network to evolve from a niche tool into a common payment rail?

ABroader exchange support, deeper liquidity, and stronger merchant adoption are needed for the Lightning Network to become a common payment rail.

Пов'язані матеріали

Claude's Major New Feature: Screen Recording + Voice, Distilling Your Skills into AI Tasks in One Click

Claude has introduced a major new feature called "Record a Skill," available for Pro, Max, and Team users. This function, found in the Claude desktop app's CoWork menu, allows users to create reusable AI skills simply by recording their screen and providing voice narration while performing a task. Claude then automatically analyzes the recording and generates a functional Skill. A hands-on test confirmed the feature works seamlessly. Users start recording via the Skills manager, perform their workflow while verbally explaining the steps and logic, and avoid including sensitive information. After recording, Claude processes the content and creates the Skill, which can be saved and later invoked with a slash command (/). This eliminates the need for manual adjustments or writing complex instruction files. The innovation goes beyond mere efficiency. Previously, creating a Skill required writing a detailed SKILL.md file in Markdown—a significant barrier for non-technical users. "Record a Skill" bypasses this by directly capturing both actions and the implicit reasoning shared in the narration. This lowers the barrier to knowledge transfer and automation, addressing a core challenge in corporate knowledge management: the difficulty of getting experts to write and maintain documentation. However, the feature also highlights a shift in the nature of work. A case study from March 2026 showed a freelancer whose five-year client relationship was effectively replaced by a hand-coded Claude Skill automating their content workflow. With the even lower barrier of screen recording, the ability to distill personal expertise into automatable skills accelerates this trend. The "moat" for work is moving from simply knowing how to do a task to mastering tasks that are difficult or impossible to automate.

marsbit3 хв тому

Claude's Major New Feature: Screen Recording + Voice, Distilling Your Skills into AI Tasks in One Click

marsbit3 хв тому

Feeding AI "Noise" Can Also Boost Scores, This Work Enables Positive Transfer with Noise

Feeding "Noise" to AI Can Improve Performance: A Method Enables Positive Transfer from Noise This work, Semi-Supervised Noise Adaptation (SSNA), introduces a Noise Adaptation Framework (NAF) that challenges traditional transfer learning. Instead of requiring a labeled source domain of real data (e.g., images, text), NAF uses randomly generated Gaussian noise as the source. For a target task with C classes, it constructs C noise clusters by sampling from Gaussian distributions. Although this synthetic noise contains no semantic meaning, NAF trains it to form a discriminative class structure in a shared representation space—clustering same-class noise and separating different classes. The key is aligning this learned structure from the noise domain to the real, sparsely labeled target domain. A small number of target labels are still essential to establish the correspondence between noise clusters and actual classes. The training objective combines: 1) supervised loss on the few labeled target samples, 2) classification loss for the noise to build its structure, and 3) a distribution alignment loss (using Negative Domain Similarity) to minimize the gap between the noise and target domains in the shared space. Experiments show significant gains in few-label settings. With just 4 labels per class, NAF with a ResNet-18 backbone improves accuracy over a standard supervised baseline (ERM) by +12.35% on CIFAR-10, +7.61% on CIFAR-100, +4.38% on DTD-47, and +2.74% on Caltech-101. It also benefits fine-grained datasets and scales to ImageNet-1K (with 100 labels/class) and text classification (AG News). NAF can be integrated into existing semi-supervised methods like FixMatch for further gains. Ablation studies confirm the transferred benefit comes from the discriminative structure of the noise, not randomness itself. Collapsing all noise into a single point causes negative transfer, while increasing separation between noise cluster centers improves performance. The amount of noise per class is less critical once a basic structure forms. In conclusion, this work demonstrates that for positive transfer, the semantic content of source data may not be necessary. What can be effectively transferred is the *organizational structure* of categories within a representation space. This offers a promising alternative for scenarios where real source data is unavailable due to privacy, copyright, or procurement constraints.

marsbit5 хв тому

Feeding AI "Noise" Can Also Boost Scores, This Work Enables Positive Transfer with Noise

marsbit5 хв тому

The White House's "Exclusive" Teleprompter Operator Makes Over $100,000 by Profiting from Insider Information Predictions

"White House Speech Prompt Operator Earns Over $100,000 Using Insider Information on Prediction Markets" U.S. White House staffer Gabriel Perez, a long-time teleprompter operator for former President Donald Trump, has been suspended without pay for using non-public information to profit on prediction markets. As one of the few individuals with advance access to Trump's prepared speech texts, Perez placed bets on specific words or phrases Trump would mention in speeches over a three-month period, earning over $100,000. His activities were flagged by the prediction platform Kalshi, which froze over $90,000 in his account and reported him to the Commodity Futures Trading Commission (CFTC). While Perez avoided criminal charges, he is required to return his profits and cease such trading. This case marks the third major instance of insider trading on prediction markets involving government or corporate insiders, following earlier cases involving a special forces soldier and a Google engineer. The incident highlights the vulnerability of "mention" markets on prediction platforms, where individuals with advance knowledge or even the speakers themselves can easily manipulate outcomes. In response, platforms like Kalshi are tightening rules, now requiring users to disclose their employers to help prevent similar abuses.

marsbit1 год тому

The White House's "Exclusive" Teleprompter Operator Makes Over $100,000 by Profiting from Insider Information Predictions

marsbit1 год тому

Торгівля

Спот

Популярні статті

Як купити LAYER

Ласкаво просимо до HTX.com! Ми зробили покупку Solayer (LAYER) простою та зручною. Дотримуйтесь нашої покрокової інструкції, щоб розпочати свою криптовалютну подорож.Крок 1: Створіть обліковий запис на HTXВикористовуйте свою електронну пошту або номер телефону, щоб зареєструвати обліковий запис на HTX безплатно. Пройдіть безпроблемну реєстрацію й отримайте доступ до всіх функцій.ЗареєструватисьКрок 2: Перейдіть до розділу Купити крипту і виберіть спосіб оплатиКредитна/дебетова картка: використовуйте вашу картку Visa або Mastercard, щоб миттєво купити Solayer (LAYER).Баланс: використовуйте кошти з балансу вашого рахунку HTX для безперешкодної торгівлі.Треті особи: ми додали популярні способи оплати, такі як Google Pay та Apple Pay, щоб підвищити зручність.P2P: Торгуйте безпосередньо з іншими користувачами на HTX.Позабіржова торгівля (OTC): ми пропонуємо індивідуальні послуги та конкурентні обмінні курси для трейдерів.Крок 3: Зберігайте свої Solayer (LAYER)Після придбання Solayer (LAYER) збережіть його у своєму обліковому записі на HTX. Крім того, ви можете відправити його в інше місце за допомогою блокчейн-переказу або використовувати його для торгівлі іншими криптовалютами.Крок 4: Торгівля Solayer (LAYER)Легко торгуйте Solayer (LAYER) на спотовому ринку HTX. Просто увійдіть до свого облікового запису, виберіть торгову пару, укладайте угоди та спостерігайте за ними в режимі реального часу. Ми пропонуємо зручний досвід як для початківців, так і для досвідчених трейдерів.

389 переглядів усьогоОпубліковано 2025.02.11Оновлено 2026.06.02

Як купити LAYER

Обговорення

Ласкаво просимо до спільноти HTX. Тут ви можете бути в курсі останніх подій розвитку платформи та отримати доступ до професійної ринкової інформації. Нижче представлені думки користувачів щодо ціни LAYER (LAYER).

活动图片