# Multichain Ecosystem

Both weETH and eBTC are available across multiple chains via LayerZero. Users can natively mint these assets on L2s and alt-L1s directly in our dapp, then immediately use them in DeFi applications or bridge to other supported chains.

Some chains, such as Arbitrum for weETH, utilize canonical bridges. These canonical bridges only support transfers between Ethereum Mainnet and the specific L2 network, with no direct L2-to-L2 bridging supported. When using the bridge tab in our dapp, the network selector will automatically redirect you to the appropriate official bridge interface for your selected chain.

Note: Canonical bridge weETH deployments are separate from LayerZero-enabled chains. Users must use each chain's official bridge interface when working with these deployments.

* [Cross Chain Native Staking](/etherfi/getting-started/multichain-ecosystem/cross-chain-native-staking.md)
* [How to Bridge weETH](/etherfi/getting-started/multichain-ecosystem/how-to-bridge.md)
* [How to Bridge eBTC](/etherfi/getting-started/multichain-ecosystem/how-to-bridge-ebtc.md)
* [Arbitrum Canonical Bridging](/etherfi/getting-started/multichain-ecosystem/arbitrum-canonical-bridging.md)
* [weETH Bridge Deprecation](/etherfi/getting-started/multichain-ecosystem/weeth-partial-bridge-deprecation.md)


---

# 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://etherfi.gitbook.io/etherfi/getting-started/multichain-ecosystem.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.
