> For the complete documentation index, see [llms.txt](https://dealin-1.gitbook.io/dealin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dealin-1.gitbook.io/dealin/cross-chain-fusion-becomes-inevitable/development-pattern.md).

# development pattern

<figure><img src="/files/1ILty7SEyrxhZtI5Hn73" alt=""><figcaption></figcaption></figure>

The current mainstream cross-chain technology has formed a multi-path development pattern, And continue to mature: first, "Asset custody cross-chain" is represented by WBTC (Bitcoin anchor coin) and renBTC, Lock in native assets (such as BTC) through a decentralized hosting node, Casting the 1:1-anchored derivative assets on the target chain, To realize the cross-chain circulation of assets, WBTC is now over $3 billion in circulation, To become the most important form of BTC circulation on the Ethereum chain; Second course, The "Native cross-chain protocol" is represented by IBC (cross-chain communication protocol) of Cosmos and Parachain (parallel chain) of Polkadot, By building the architecture of the "relay chain + application chain", Let the different chains directly realize the point-to-point transmission of data and assets, For example, Atom, Osmosis and other tokens in the Cosmos ecosystem can seamlessly cross the chain through the IBC protocol, And the commission is only a few cents, The confirmation time is shortened to seconds; Third, "Atomic exchange technology" is represented by THORChain, With the hash time lock contract (HTLC), Without the third party agent, To achieve the direct exchange of different blockchain assets, For example, users can exchange BTC directly for ETH, The whole process is completely decentralized, Assets do not need to be out of user wallet control. More importantly, cross-chain technology is deeply integrating with the DeFi scene, giving birth to a new financial service model.

These innovations not only solve the cross-chain pain points of users, but also make DeFi ecology change from "single-chain closed-loop" to "multi-chain collaboration". The advantageous resources of different chains (such as the ecological richness of Ethereum, low cost of BSC and high speed of Solana) complement each other, forming the ecological effect of "1+1>2". From the perspective of the law of industry development, "integration" is the inevitable direction of technological evolution. Just as the Internet moves from the early LAN fragmentation to the global interconnection, blockchain is bound to move from multi-chain independence to cross-chain integration.


---

# 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://dealin-1.gitbook.io/dealin/cross-chain-fusion-becomes-inevitable/development-pattern.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.
