# Limited Interoperability

While Ethereum may have had a monopoly on the smart contract space in 2020, its share has been steadily eroded by the emergence of several new competitors.  As such, consumers are now using multiple “alternative L1s” such as Solana, Binance Smart Chain, Avalanche, etc…

&#x20;                                               **Ethereum is No Longer the Only Player in Town**

<figure><img src="/files/2KLrmK9MKThgmAuGpK5W" alt=""><figcaption><p>Source: Defillama as of 9.12.22</p></figcaption></figure>

While arguably good for the long-term health of the ecosystem, this explosion of smart contract platforms has created significant short-term problems.  Perhaps most pressing is the problem of interoperability.&#x20;

Because blockchains have different protocols, they cannot communicate or transact directly with one another.  For example, you can’t directly buy an Ethereum NFT using a Solana token.

As such, the ecosystem has developed several “workarounds”, such as bridges, that *appear* to allow users to transfer tokens from one chain to another.  Unfortunately, bridges don’t actually work this way and instead “lock” the tokens on one chain and create an entirely new set of tokens on another.&#x20;

This means that if you want to swap 100 ETH tokens for 5,000 SOL tokens via a bridge, you’re actually doubling the number of tokens in existence.  The original 100 ETH is “locked” on the Ethereum blockchain and 5,000 new SOL tokens are issued on the Solana blockchain.&#x20;

While this isn’t in a problem *in theory* – as the average user can’t access these “locked” tokens – hackers frequently find ways to penetrate the system’s security and steal them.  Indeed, in the first half of 2022 alone, criminals have stolen almost $2 billion from bridges!

&#x20;                                                      **Bridges are a Major Source of Crypto Hacks**

<figure><img src="/files/BMlAMLJf3laIB8XKRZqs" alt=""><figcaption><p>Source:  <a href="https://hub.elliptic.co/analysis/nomad-loses-156-million-in-seventh-major-crypto-bridge-exploit-of-2022/">Elliptic</a></p></figcaption></figure>

While some may argue that the solution to this problem is simply developing bridges with better security, others argue that it’s a Sisyphean task, as having hundreds of thousands of individual vaults containing billions of “locked” tokens will be impossible to defend and always serve as an enticing honeypot to hackers.

Even Vitalik himself argues that bridging is ultimately impossible, stating that while “**the future will be ‘multi-chain’, it will not be ‘cross-chain**’”.

While the jury is still out on whether it’s possible, there are nevertheless hundreds of talented teams working on creative and novel solutions to the interoperability challenge.&#x20;

Given the likelihood of a multi-chain future, any protocol that can efficiently solve this problem will likely garner a 12-figure enterprise value. &#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.digitalnations.xyz/web3-overview/challenges/limited-interoperability.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
