# 跨链桥接到 Solana

如果您的资产在其他区块链上（以太坊、Mantle 或其他 EVM 链），您需要将它们桥接到 Solana 才能使用 Byreal。以下是几种方式：

## 方式一：Mantle Super Portal（跨链桥）

Mantle Super Portal (<https://superportal.mantle.xyz/>) 是由 Bybit 和 Mantle 合作开发的跨链桥接基础设施。它通过统一界面实现以太坊、Mantle 和 Solana 之间快速、安全、低 Gas 的资产转移。

{% stepper %}
{% step %}

### 访问并连接

前往 <https://superportal.mantle.xyz/>，连接您的源钱包（例如以太坊/Mantle 的 MetaMask）。
{% endstep %}

{% step %}

### 选择代币和目标网络

选择您要桥接的代币，并选择 Solana 作为目标网络。
{% endstep %}

{% step %}

### 输入金额和地址

输入金额和您的 Solana 钱包地址。
{% endstep %}

{% step %}

### 确认交易

确认桥接交易。资产将到达您的 Solana 钱包，即可在 Byreal 上使用。
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Mantle Super Portal 原生支持 MNT 在以太坊和 Solana 之间的桥接。MNT 持有者可以在桥接后直接访问 Byreal 的 MNT-USDC 流动性池并赚取激励。
{% endhint %}

## 方式二：其他跨链桥

[Wormhole](https://wormhole.com/) 和 [deBridge](https://debridge.com/) 等第三方桥也支持从以太坊、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-my/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.
