Glossary / Culture & history
Stacking sats
- Definition
- Stacking sats means accumulating bitcoin in small satoshi sized amounts on a regular basis, treating the 100 million unit subdivision of a coin as the thing you count.
The phrase is a unit change with a purpose. Counting in satoshis instead of decimals turns a 25 dollar purchase into 25,000 of something rather than 0.00025 of something, which is easier to think about and removes the belief that you need a whole coin. The satoshis are identical either way; only the framing differs.
How it works
A satoshi is the smallest amount the bitcoin protocol can record, and every balance in the system is stored as an integer number of them.
One bitcoin is 100,000,000 satoshis, a division fixed in the original software and unchangeable without a consensus rule change. Amounts in transactions, fee rates, dust thresholds, and exchange order books all resolve to satoshis underneath, whatever unit the interface displays. At a price of 100,000 dollars per coin, a single satoshi is a tenth of a cent, and a 50 dollar buy is 50,000 of them.
What makes stacking a practice rather than a vocabulary preference is the schedule. People set a small recurring purchase, weekly or per paycheck, and let it run without deciding anything. That is the same discipline as dollar-cost averaging, described in satoshis rather than in dollars, and it is the reason several exchanges now advertise minimum orders in the single digit dollar range.
The mechanical catch is fees, and it arrives later than the purchases do. Every buy you withdraw separately creates its own unspent output, and each output costs vbytes to spend afterwards. A native segwit input adds about 68 vbytes to a future transaction, so at a fee rate of 20 sat/vB it costs roughly 1,360 satoshis just to move. Fifty tiny withdrawals become fifty inputs, and one day you pay for all of them at once. Below the dust limit the problem becomes absolute: an output of 546 satoshis for a legacy address, or 294 for a native segwit one, is not relayed at all.
Where you see it
Stacking language is now built into products, which is a mixed blessing.
Exchange apps, Lightning wallets, and reward cards quote balances in sats because small numbers feel like progress, and rounding rewards down to the satoshi is what lets a cashback product pay out at all. Lightning goes finer still, accounting internally in thousandths of a satoshi so that routing fees on tiny payments can be expressed honestly.
The habit to build alongside it is consolidation. Accumulate purchases inside the platform, withdraw in larger batches on a quiet fee day, and check your wallet's coin control view occasionally to see how many separate outputs your stack has fragmented into. A stack made of hundreds of small pieces is not lost, but it is expensive to move, and the cheapest time to fix that is before the mempool is busy.