Short answer: No. Pruned nodes must still download and verify every block before pruning. The bandwidth + CPU cost of processing inscription data is unavoidable regardless of pruning mode.
The breakdown per node type:
| Node Type | HW/yr | BW/yr | Elec/yr | Total/yr | 10yr/insc cost | Paid voluntarily? |
|---|---|---|---|---|---|---|
| Hobbyist (RPi, pruned) | $40 | $360 | $16 | $416 | $0.0035 | Partially (download+verify cannot be avoided) |
| Hobbyist (RPi, archival) | $40 | $360 | $16 | $416 | $0.0035 | Yes — chooses to store full chain |
| Mini PC (pruned) | $56 | $600 | $63 | $719 | $0.0060 | Partially |
| Desktop (archival) | $160 | $600 | $158 | $918 | $0.0076 | Yes |
Key finding: Pruning avoids ~70% of storage overhead (disk I/O, space), but the node still pays 100% of bandwidth + CPU to download and validate every inscription before deciding to keep or discard it. At a hobbyist scale ($416/yr), the unavoidable inscription burden is ~$0.18/yr per node.
Short answer: Yes. Every Bitcoin full node — pruned or archival — must download every byte of every block and verify every signature. Inscription data cannot be skipped during validation.
The math:
The unavoidable cost (per node, per year):
The externality exists theoretically but is not economically significant at current volumes.
| Argument | Our Finding |
|---|---|
| "Pruned nodes avoid the cost" | Only partially — 70% avoided, 30% unavoidable (download+verify) |
| "The unavoidable cost is real" | Yes, but $0.02–$0.05/yr per node is negligible |
| "At scale it matters" | At 50K reachable nodes: $1K–$2.5K/yr aggregate. Still negligible |
| "At 50x volume it matters" | At 5M inscriptions/mo: $50–$125K/yr aggregate. Possibly significant |
The honest answer: At current inscription volumes (~100K/mo), the externality is too small to matter for any individual node operator. The SegWit discount question is structurally interesting but practically irrelevant today. If inscription volume increases 50–100x, it becomes a real consideration — but by then, the fee market would also adjust (congestion pricing would rise).
Where the research still adds value: