JOVANA
Library Glossary Getting Started Three Levels Fields How it works Mission
Join the mission
All guides

Bridges, MEV, CBDCs, and What's Next

The frontier of blockchains is where the clean ideas meet messy reality: bridges that move value between chains and get robbed for it, hidden taxes on the order of your transactions, and money issued by governments. We close the journey by naming the field's honest open problems.

A continent of islands

You have followed this journey from a single block all the way to rollups and modular designs. Step back and you'll notice something: there is no longer *one* blockchain. There is Bitcoin, there is Ethereum, there are dozens of layer-2 networks, and there are entirely separate chains, each with its own consensus, its own community, its own coins. The ecosystem looks less like a single country and more like a continent of islands, each prosperous, each speaking its own language, none able to hear the others.

A coin living on one chain genuinely *cannot* see another chain. Ethereum has no idea what happened on Bitcoin, because each network only trusts the history its own nodes agreed on. So how does value cross the water? That question opens the frontier — and the first answer, the bridge, turns out to be one of the most dangerous structures ever built in this space.

Bridges: the most robbed building in crypto

A coin can't teleport between chains, so a bridge fakes it with a lock-and-mint trick. You hand your coin to the bridge on chain A, which locks it in a vault. The bridge then mints a brand-new stand-in coin on chain B — an IOU that says "one real coin is sitting safe back home." When you want to return, you burn the stand-in and the bridge unlocks the original. Nothing actually moved; one side was frozen while a twin appeared on the other.

  CHAIN A                  BRIDGE                  CHAIN B
  -------                  ------                  -------
  you ---10 coins--->  [ VAULT locks 10 ]
                            |  mints  |
                            v         v
                                   ---> you get 10 "wrapped" coins

  ( the VAULT now holds the real value for BOTH chains )
  ( crack the vault once, and you drain everything )
Lock-and-mint: the locked vault becomes a single honeypot backing every wrapped coin.

Here is the trouble. A blockchain itself is guarded by thousands of validators and the full weight of its consensus mechanism — attacking it head-on is brutally hard. But a bridge is usually just a smart contract holding a vast vault, often watched over by a small committee of signers. All the value of *both* sides pools in that one vault. So an attacker who finds a single bug, or who captures enough of those signing keys, doesn't move a few coins — they walk off with the entire reserve at once. Bridges have lost more to theft than almost any other corner of crypto, precisely because they concentrate so much value behind so much less protection than the chains they connect.

MEV: the hidden tax on order

Now a subtler frontier — one that lives *inside* a single chain. When you broadcast a transaction, it doesn't go straight into a block; it waits in a public holding area called the mempool, where anyone can see it coming. And here lies a quiet power: whoever builds the next block gets to choose which transactions go in, and in what order. That choice is worth money. The profit a block builder can squeeze out purely by reordering, inserting, or dropping transactions is called maximal extractable value, or MEV.

The classic example is the sandwich. A bot spots your large swap waiting in the mempool — a trade big enough to nudge the price on an automated market maker. It races to place its *own* buy *just before* yours, riding the price up that your trade is about to cause, then sells *just after* you, pocketing the difference. You still get your tokens, but at a slightly worse price, and the gap quietly leaks into the bot's wallet. Multiply that across millions of trades and MEV becomes a genuine, invisible tax on everyone who transacts.

MEV can't simply be banned — the right to order transactions is baked into how a block is made. So the frontier instead tries to tame it: hidden mempools where bots can't peek at your trade before it lands, fairer ways to share the spoils back with users, and auctions that split block *building* from block *proposing* so no single party hoards the advantage. Whether MEV can ever be made truly fair, rather than merely redistributed, is still wide open.

CBDCs: when the government runs the chain

Everything so far has assumed decentralization — no one in charge. A central-bank digital currency, or CBDC, turns that assumption inside out. It is a digital form of a nation's own money, issued and run by its central bank: digital dollars, euros, or yuan, living in an app instead of your pocket. Dozens of countries are now building or testing one.

A CBDC may borrow blockchain *plumbing* — digital balances, instant settlement, programmable rules — but it deliberately drops the part that defines a public chain. There is no open consensus and no need for trustlessness: the central bank simply *is* the authority. That swap cuts both ways. You gain a fast, government-backed digital currency that can't suffer a bank run, and the bank gains powerful new levers — the money can carry rules, like an expiry date or a spending limit, and every transfer can in principle be seen by the issuer.

The honest open questions

You have reached the edge of the map. The honest truth of any frontier is that it is defined by what is *not yet solved* — and naming those gaps clearly is the mark of understanding a field, not doubting it. Here are the questions the best builders are genuinely wrestling with right now.

  1. Connection without honeypots. Can bridges ever be as safe as the chains they join — built on proofs rather than trusted committees — so a continent of islands becomes one connected world?
  2. Fair ordering. Can MEV be made genuinely fair to ordinary users, or will the power to order transactions always quietly favor whoever is fastest and best-funded?
  3. Scaling without splintering. As layer-2 and modular designs multiply the number of chains, can they grow throughput without fragmenting users and liquidity into ever more lonely islands?
  4. Future-proof secrets. Today's public-key cryptography could one day be threatened by quantum computers — can chains migrate to post-quantum cryptography before that day arrives?

That is the whole arc, end to end: from a single hashed block, through consensus and smart contracts and rollups, out to bridges, MEV, and money issued by states. None of it is finished — and that is the most honest and most exciting thing one can say about it. You now hold the mental model to read the next breakthrough, the next hack, and the next bold experiment, and to judge each one clearly for yourself. That was the whole point of the journey.