> For the complete documentation index, see [llms.txt](https://bridgem.gitbook.io/bridgem-1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bridgem.gitbook.io/bridgem-1/protocol/background.md).

# Background

### *Blockchain Landscape Dynamics*

The current and future state of the blockchain landscape is marked by the coexistence of multiple chains, emphasizing the imperative need for cross-chain protocols. BridgeM, the first cross-chain interoperability protocol focused on BTC Layer2 and ETH Layer2 networks, plays a crucial role in this landscape. These protocols serve as the backbone, enabling seamless transfer of assets through innovative methods, including cross-chain liquidity aggregators and cross-chain bridges.

Cross-chain liquidity aggregators act as dynamic hubs, bringing together assets from diverse chains and fostering a robust ecosystem for token exchange within a shared pool. This collaborative approach not only enhances liquidity but also promotes an efficient and interconnected trading experience. On the other hand, cross-chain bridges, like BridgeM, serve as architectural connectors, establishing secure channels between blockchains. This intricate process involves hosting and staking native assets in the original chain, ensuring the preservation of unique blockchain characteristics while facilitating cross-network transactions.

### *Role of Digital Assets in Transformation*

Digital assets, particularly versatile BRC-20 tokens, play an increasingly pivotal role in this transformative landscape. The years 2023 and 2024 witness a rapid surge in their supply, contributing significantly to the expanding application layer. BRC-20 tokens now act as versatile intermediaries for seamless transaction payments, reliable settlement units for trading activities, and sophisticated tools for market hedging. This transformation underscores the adaptability and multifaceted utility of these digital assets in shaping the blockchain ecosystem.

### *Optimism for the ETH Layer 2 Ecosystem*

Despite the absence of an existing protocol effectively integrating ETH Layer2's scripting capabilities with the ERC-20 token ecosystem and BTC Layer2, optimism prevails for the future of the ETH Layer2 ecosystem. BridgeM’s commitment to bridging the gap between BTC Layer2 and ETH Layer2 entails not only facilitating seamless integration but also introducing a diverse array of high-quality assets to ETH Layer2. Moreover, the dedication extends to providing a modular, scalable solution tailored specifically for BTC Layer2 assets. The overarching goal is to enrich the ETH Layer2 ecosystem and actively contribute to the modular popularity of BTC Layer2 assets within the broader blockchain community.

### *Cross-Chain Challenges and Evolution*

The superiority of cross-chain bridges and protocols like BridgeM over centralized services is evident, serving as primary conduits for the intricate flow of assets across different blockchain networks. However, challenges persist, particularly in facilitating cross-chain swaps for BRC-20 tokens. Trusted bridges, while reliable, may encounter limitations in handling high-volume products due to their reliance on additional third parties. Conversely, trustless bridges, while meeting trust requirements, demand additional time and incur extra costs to establish consensus, posing a potential deterrent for users. Overcoming these challenges is essential, especially as users are generally hesitant to bear the conversion cost for BRC-20 tokens, maintaining a 1:1 conversion rate. The one-to-one connection method of cross-chain bridges adds complexity to establishing a fully connected network between multiple chains, presenting a nuanced and laborious challenge in the ongoing evolution of the blockchain landscape.

BridgeM’s mission is to integrate the BTC Layer2 ecosystem with the ETH Layer2 ecosystem swiftly and securely, enabling ERC-20 assets to thrive within the BTC Layer2 ecosystem and vice versa, fostering collaboration and investment diversity.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://bridgem.gitbook.io/bridgem-1/protocol/background.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
