Scalability breaks first in bandwidth, state growth, and verifier cost

Blockchain scalability is a resource-pricing problem before it is a throughput problem. Every chain has to pay for transaction ordering, transaction execution, data publication, and long-term state storage. Ethereum’s own roadmap now treats state growth as “unbounded” under the current model and notes that a fast 2 TB SSD is recommended for a full node, which is a direct reminder that higher throughput eventually shows up as a higher cost of verification and storage for the network’s operators.

Bitcoin shows the constraint in its clearest form. BIP-141 raised the old 1 MB block rule into a 4,000,000 weight-unit limit, but the Lightning Network paper still frames bigger blocks as a centralization risk because larger blocks imply fewer parties can afford to fully validate and relay the chain. Bitcoin’s most credible scaling path therefore pushed a large share of activity into payment channels instead of trying to brute-force much larger L1 blocks.

The practical takeaway is simple. A chain does not become scalable because it advertises higher transactions per second. A chain becomes scalable when it can raise transaction capacity without pricing honest verification out of reach. That is why the real debate is not monolithic versus modular in the abstract. The real debate is which cost center gets bigger, and who is expected to finance it over time.

Monolithic performance buys speed by raising the validator operating bill

High-performance monolithic chains scale by asking validators to do more work on stronger machines. Solana’s current validator guidance recommends at least 12 cores / 24 threads, 256 GB RAM, separate NVMe drives for accounts and ledger, and at least 1 Gbit/s symmetric internet, with 10 Gbit/s preferred for mainnet-beta. That is a coherent architectural choice for performance. It is also an explicit increase in validator operating cost and hardware specialization.

Solana’s runtime earns part of that hardware bill through parallelism. Sealevel can execute non-overlapping transactions concurrently because each transaction declares the state it will read or write, and the fee model combines a base fee with an optional prioritization fee during congestion. The design pushes more execution onto the machine and uses price signals to sort demand when blockspace is scarce.

Validator economics matter because performance has to survive without permanent subsidy. Solana’s documentation says there is no strict minimum SOL to run a validator, but participating in consensus requires a vote account with a rent-exempt reserve and voting can cost up to 1.1 SOL per day. Solana Foundation also operates a delegation program to help new validators bootstrap stake. That can widen operator participation, but delegation is still a support mechanism. It is not a substitute for a validator set that can justify itself through durable fee income and credible long-run economics.

This is the monolithic bargain in one sentence. Users get very fast execution, while the network accepts a higher hardware floor and a more direct dependence on validator balance sheets. That bargain can work. It just should not be described as free scalability.

Ethereum scaled by externalizing execution and then attacking data costs

Ethereum’s decisive move on scalability was to stop insisting that the base layer execute everything. Ethereum now describes its roadmap as rollup-centric, and the Dencun upgrade in March 2024 activated blob-carrying transactions designed to make rollup data much cheaper.

EIP-4844 matters because it created a separate market for temporary data instead of forcing rollups to buy permanent calldata forever. The proposal targets roughly 0.375 MB of blob data per block and caps it at roughly 0.75 MB. Ethereum’s scaling docs also say that more than 90% of the cost users pay on rollups historically came from data storage. That makes blob pricing one of the few changes that directly attacks the dominant cost line instead of shaving around the edges.

Blob space is cheaper because it is temporary. Ethereum’s Dencun documentation says blobs remain available on the network for around 18 days and are then pruned, while the scaling roadmap states that long-term retention becomes the responsibility of rollup operators, exchanges, and indexing services. That is a genuine scalability improvement, but it is also a transfer of cost and operational responsibility away from Ethereum L1 and onto the surrounding stack.

Rollups therefore turned Ethereum’s bottleneck into a data-availability and coordination problem. Ethereum’s own docs say rollups still rely on some centralized components, especially sequencers, and that decentralizing sequencers and provers is the next major step. That is the right framing. Cheap execution is not enough if the operating roles that deliver that execution remain concentrated or politically overrideable.

Optimistic rollups make the trade-off easy to see. Ethereum’s optimistic rollup documentation explains that transaction data is posted to Ethereum so challengers can reconstruct state and submit fraud proofs, and it also preserves an L1 route for user inclusion if a sequencer refuses to cooperate. The cost is delayed finality. Optimism’s protocol docs say the mainnet fault challenge window is currently 7 days, and its fault proof system was activated on OP Mainnet on June 10, 2024.

Proof systems improve finality, but proving and data availability are still expensive

ZK rollups improve one of the worst UX trade-offs in optimistic systems. ZKsync describes a ZK rollup as submitting a validity proof alongside the execution result, which makes proof verification cheaper than re-executing every transaction. That shortens the trust loop and removes the need to wait through a fraud window before the L1 can accept the result as valid.

The catch is that proof-based systems replace one burden with another. Polygon zkEVM’s architecture still describes a trusted sequencer and a trusted aggregator, with the aggregator running a zkProver to generate validity proofs that the verifier contract checks on Ethereum. The chain gets stronger cryptographic settlement, but the live system still depends on proving infrastructure, operational coordination, and governance over who controls those roles today.

Validiums move even further down the cost curve by taking data off Ethereum. Ethereum’s own validium documentation says off-chain data availability can leave users unable to withdraw if the underlying data is withheld, which is why validiums rely on data-availability committees or bonded data providers. The throughput and fee gains are real. The exit guarantees are weaker because the system no longer inherits Ethereum’s full on-chain data availability.

Volitions are a more honest design response than pretending there is one perfect trade-off. Ethereum describes volitions as systems that let users choose between on-chain data availability and cheaper off-chain data availability. From a risk-management standpoint, that is cleaner than subsidizing one security model for every use case. High-value settlement, consumer payments, game actions, and exchange flows do not need the same security budget.

Modular data availability widens throughput, then pushes complexity into coordination

Modular architectures attack scalability by separating functions that monolithic chains bundle together. Celestia describes itself as a data-availability network that orders blobs and keeps them available while execution and settlement live on higher layers. It uses data availability sampling so light nodes can verify availability without downloading entire blocks, and namespaced Merkle trees so applications can retrieve only the data relevant to them.

The scaling upside is meaningful. Celestia’s docs state that improvements in light-node bandwidth have a quadratic effect on throughput for the DA layer. That is precisely why modular DA has attracted so much interest. It changes the limiting variable from “every full node downloads everything” to a sampling-based model that can support much larger blocks.

The cost is that coordination becomes part of the scalability bill. Once execution, settlement, and data availability are distributed across different layers, the system has to manage bridging and asset movement, proof routing, and failure handling across domains. ZKsync’s documentation highlights shared bridging and asset flow between chains for exactly this reason. Cheap data does not automatically produce coherent liquidity or frictionless UX. That implication follows directly from the architecture.

Modular systems can therefore scale throughput faster than they scale simplicity. That is not a fatal flaw. It just means “more scalable” may also mean “more dependent on bridge design, operator discipline, and cross-domain governance.” For treasuries, those dependencies are not footnotes. They are recurring obligations.

Scalability has to clear a treasury test, not just a benchmark test

The important question is not which architecture sounds most elegant. The important question is which balance sheet pays for scale, and whether that payment model is durable.

Approach Main scaling lever What becomes scarce or weaker Treasury risk lens
Bitcoin + Lightning Keep L1 conservative and move frequent payments into channels L1 throughput stays tight, channel liquidity and routing become operating constraints Security budget stays anchored on L1, but payment UX depends on off-chain channel infrastructure
Monolithic high-performance chain Run more execution on stronger validator hardware Validator hardware, bandwidth, and operating expertise Risk of throughput relying on a validator set with rising opex or foundation-backed support
Optimistic rollup Move execution off-chain and publish data to Ethereum L1 data costs and delayed withdrawals Cheap execution is real, but sequencer concentration and 7-day challenge windows still matter
ZK rollup Use validity proofs instead of fraud windows Proving infrastructure and operator complexity Better finality, but prover centralization and specialized compute remain budget items
Validium / volition Take data off-chain to cut cost further Data availability guarantees Lower fees can come with DAC or bonded-operator trust assumptions
Modular DA Separate DA from execution and settlement Coordination, bridging, and cross-layer integration Throughput can scale fast, but fragmentation and interoperability costs move into the application stack

The recurring tokenomics mistake is to treat scalability as an external technical variable. It is not. If a chain depends on reserve-funded sequencer subsidies, grants to keep proving infrastructure online, or open-ended discretionary spending to compensate for weak fee generation, then the network has not solved scalability. It has financed a temporary discount for usage. The architecture may still be sound. The treasury story is not.

Budget discipline matters more than marketing breadth. Reserves should distinguish core security spend from ecosystem experimentation, define runway under weaker fee assumptions, and place hard governance constraints on how much dilution can be used to purchase activity. That matters even more when the architecture still depends on centralized sequencers, DAC members, heavyweight proving clusters, or delegation programs that can widen participation today but do not by themselves guarantee sustainable economics tomorrow.

For teams working on token economy design, this is where blockchain scalability issues stop being abstract protocol talk and become treasury design. At FinDaS Tokenomics, the useful questions are concrete: who pays for hardware, who pays for proofs, who stores the data after pruning, who absorbs failure risk when operators go offline, and how much token issuance is being used to hide those costs. That is where tokenomics design, token economy consulting, and treasury policy actually intersect.

Blockchain scalability issues are increasingly solvable at the protocol layer. Their harder form is organizational. Systems scale sustainably when costs are priced transparently, operating roles can survive without indefinite subsidy, and governance can say no to reserve-funded growth that does not improve security-adjusted unit economics.