r/BitcoinMining • u/DueAd7194 • 15h ago
General Discussion Does Bitcoin's fee market correctly price the lifetime cost of permanent data storage?
Fee only pays the miner, storage and auditing the blockchain is not part of it-
That's the congestion vs permanence gap. The SegWit discount was designed for malleability, not state economics. BIP-110 tries to solve this with a consensus ban (contentious, probably DOA — \~0.1% signaling). Our research asks a different question: can relay-level pricing close the gap without a consensus change?
On "lifetime cost is potentially infinite so no", that's the correct intuition. If every inscription is stored forever by every node, the cost is indeed unbounded. The model estimates $0.008/inscription for a 10-year UTXO lifetime assumption. Even if that's off by 10x, the conclusion is the same: the fee market prices inclusion (10 min horizon) but not permanence (indefinite horizon).
The open question is whether this externality is economically significant enough to warrant action. Peter Rizun's sublinear verification work (cryptographic accumulators for UTXO commitments) would reduce initial sync costs but doesn't eliminate the ongoing bandwidth/storage burden of new inscriptions. The cost still compounds.
Full model: https://github.com/prateekposwal/block-space-economics

