← Bitcoin Encyclopedia

AMP (Atomic Multipath Payments)

🌳 Advanced

💡 The Plain-English Definition

AMP — Atomic Multipath Payments — is a feature of the Lightning Network (Bitcoin’s second-layer payment system for fast, cheap transactions) that splits a single payment across multiple routes simultaneously, allowing larger payments to flow even when no single route has enough capacity to carry the full amount.

🤔 But Why Though?

Lightning payments travel through channels (direct payment connections between two nodes) between nodes (computers running Lightning Network software), and each channel has a fixed capacity — the total amount of Bitcoin locked into it when it was opened. If you want to send 0.01 BTC but the best available route only has 0.006 BTC of capacity, the payment fails. Before AMP, this was a hard limit: you couldn’t pay more than the capacity of any single path between you and the recipient.

AMP solves this by breaking the payment into pieces. Instead of finding one route large enough to carry the whole amount, the sender finds multiple routes and sends partial payments through all of them simultaneously. All the pieces arrive at the destination and are reassembled into the full payment. The recipient either receives everything or nothing — that’s the “atomic” part. If any piece fails, the entire payment is cancelled and refunded. There’s no scenario where only half your payment arrives.

This was a significant reliability improvement for Lightning, particularly for larger payments. Before AMP, Lightning was most practical for micro-payments — coffee, streaming, small tips. With AMP, the practical payment ceiling rises considerably, because the sender isn’t constrained by any single channel’s capacity but by the aggregate capacity of all available paths combined.

🌍 The Real-World Analogy

Imagine you need to move a large sofa through a building, but every doorway is too narrow for it to fit through whole. The solution: disassemble the sofa, carry each piece through a different doorway simultaneously, and reassemble it in the destination room. The sofa either arrives complete or it doesn’t arrive at all — you wouldn’t accept a sofa missing half its cushions. AMP does exactly this with Bitcoin payments: disassembles the amount, routes the pieces through multiple paths, reassembles it at the destination.

⚡ So What?

For most Lightning users making everyday small payments, AMP works invisibly in the background — your wallet handles it without you needing to know it’s happening. Its significance is more about what it enables at the network level: larger payments, better reliability, and more efficient use of existing channel liquidity. For anyone running a Lightning node or building on the Lightning Network, AMP is an important tool for routing larger amounts without needing to open higher-capacity channels.

Part of The Bitcoin Encyclopedia 167 terms, plain English, no jargon.