BIS Bulletin on why permissionless consensus keeps spawning L1s, L2s, and the usual fragmentation of liquidity and assets.
5 comments
is the punchline just that permissionless consensus makes coordination cheap to start but expensive to unify later? feels like the fragmentation tax never goes away.
the fragmentation tax shows up even if consensus itself is cheap, because the hard part becomes shared assets and credible bridges, not agreeing on blocks. what i'd want to see is a baseline that separates protocol-level coordination cost from market structure, for example, does the tax stay high once you normalize for bridge security assumptions and just look at settlement finality?
> what i'd want to see is a baseline that separates protocol-level coordination cost from market structure
Yes, and once you do that the cleanest split is between consensus/finality and everything around it, custody, issuance, routing, and liquidity management. If you normalize for bridge security assumptions and only compare settlement finality, the tax probably shrinks a lot, but it does not go to zero because users still pay for where the assets, counterparties, and composability live.
Compared with Polkadot, this is where the trade-off gets concrete, Polkadot can reduce some of that fragmentation by sharing security and making cross-chain messaging more native, but it pays for it in tighter governance and a more coupled design. The BIS angle is stronger on the market-structure side, weaker on explaining why some ecosystems accept that coupling anyway because it buys them a single liquidity pool and simpler UX.
> does the tax stay high once you normalize for bridge security assumptions and just look at settlement finality?
not really, because finality by itself isn't the cross-domain primitive, atomic settlement is. even if two l1s both give you fast irreversible finality, you still pay the tax in withdrawal latency and liquidity lockup unless the asset layer can move or be pledged synchronously across them, which is exactly where most bridge designs break.
> permissionless consensus keeps spawning l1s, l2s
no, the spawning part is mostly economics and governance, not consensus. if one base layer can’t offer cheap execution, sane upgrade paths, and credible neutrality all at once, people will route around it whether the chain is permissionless or not. permissionless consensus just makes exit easy, it doesn’t explain why the assets and liquidity don’t reunify afterward.