Lightning-Fast Payments
Across 14 Blockchains
Instant, low-cost cross-chain transfers powered by ÉTRID Lightning Network. Connect Bitcoin, Ethereum, Solana, and 11 more chains with one click.
Why Choose ÉTRID Lightning
The most advanced Lightning Network implementation spanning multiple blockchains
Instant Payments
Settle transactions in under 1 second across all 14 supported blockchains with Lightning Network speed.
Cross-Chain
Seamlessly route payments between Bitcoin, Ethereum, Solana, and 11 other chains without bridges.
Low Fees
Pay minimal fees (< 0.1%) compared to on-chain transactions. Save up to 99% on transaction costs.
Secure
Enterprise-grade security with watchtowers, fraud proofs, and multi-sig protection mechanisms.
Scalable
Handle millions of transactions per second with Layer 2 architecture and optimistic rollups.
BOLT-11 Compatible
Fully compatible with BOLT-11 invoice standard. Works with existing Lightning infrastructure.
How It Works
Simple, fast, and secure cross-chain payments in 4 steps
Open Channel
Open a Lightning channel on any of the 14 supported PBCs with just one transaction
Route Payment
Lightning Network finds the optimal path across chains automatically
Instant Settlement
Payment settles in under 1 second with cryptographic proof
Close & Settle
Close channel anytime and settle final balances on-chain
14 Blockchains, One Network
All major chains connected through Lightning
Network Statistics
Real-time metrics from the ÉTRID Lightning Network
Real-World Use Cases
E-Commerce
Accept Lightning payments for instant settlement with zero chargeback risk
Gaming
Enable microtransactions for in-game purchases and player-to-player trading
Streaming
Per-second payments for content creators and streaming services
Remittances
Send money across borders instantly with minimal fees
Try the Demo
Create and scan Lightning invoices in seconds
Create Invoice
For Developers
Easy integration with comprehensive SDKs
npm install @etrid/lightning-sdk
import { LightningClient } from '@etrid/lightning-sdk';
const client = new LightningClient('mainnet');
// Create invoice
const invoice = await client.createInvoice({
amount: 1000000, // 0.001 ETH
description: 'Payment for services',
expiresIn: 3600
});
// Send payment
const result = await client.sendPayment(invoice);Roadmap
What's coming next
Multi-path payments, Submarine swaps
Lightning DEX, Recurring payments
Channel factories, Privacy features
DAO governance, Gaming integration