# 跨鏈橋接到 Solana

如果您的資產在其他區塊鏈上（Ethereum、Mantle 或其他 EVM 鏈），您需要先將它們橋接到 Solana 才能使用 Byreal。以下是幾種方式：

## 方式一：Mantle Super Portal（跨鏈橋）

Mantle Super Portal（[superportal.mantle.xyz](https://superportal.mantle.xyz/)）是由 Bybit 和 Mantle 合作開發的跨鏈橋接基礎設施。它透過單一統一介面，實現 Ethereum、Mantle 和 Solana 之間快速、安全、Gas 優化的資產轉移。

{% stepper %}
{% step %}

#### 訪問並連接

前往 [superportal.mantle.xyz](https://superportal.mantle.xyz/)，連接您的來源錢包（例如用於 Ethereum/Mantle 的 MetaMask）。
{% endstep %}

{% step %}

#### 選擇代幣和目標鏈

選擇您要橋接的代幣，並選擇 Solana 作為目標網路。
{% endstep %}

{% step %}

#### 輸入金額和地址

輸入金額和您的 Solana 錢包地址。
{% endstep %}

{% step %}

#### 確認交易

確認橋接交易。資產將到達您的 Solana 錢包，可直接在 Byreal 上使用。
{% endstep %}
{% endstepper %}

*Mantle Super Portal 原生支援 MNT 在 Ethereum 和 Solana 之間的橋接。MNT 持有者在橋接後可直接使用 Byreal 的 MNT-USDC 流動性池並賺取獎勵。*

## 方式二：其他跨鏈橋

第三方橋接工具如 [Wormhole](https://wormhole.com/) 和 [deBridge](https://debridge.com/) 也支援從 Ethereum、BNB Chain、Polygon 和其他網路轉移到 Solana。在選擇橋接工具前，請比較手續費、速度和支援的代幣。


---

# 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://docs.byreal.io/zh-tw/getting-started/how-to-bridge-to-solana.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.
