# Polygon Bridge User Guide

{% hint style="info" %}
At present, Polygon Bridge cannot adapt to the mobile terminal. If you want to cross the assets of the Ethereum to Polygon, you need to log in to the Metamask on the PC terminal for operation.

Chorme download link: <https://www.google.com/chrome/>

Metamask download link: <https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn>
{% endhint %}

#### 1. Export the private keys of ETH single-chain wallet

{% content-ref url="/pages/-MQz5b36wrX5SVr-DgHL" %}
[Importing/Exporting Wallet Private Keys and Mnemonic Phrases](/basics/assets-management/importing-exporting-wallet-private-keys-and-mnemonic-phrases.md)
{% endcontent-ref %}

* Choose to export the private keys

#### 2. Import the private key into Metamask

* Click the avatar page in the upper right corner
* Select "**Import Account**"
* Paste the private key&#x20;

#### 3.Enter Polygon Bridge

* link: <https://wallet.matic.network/bridge>

![](/files/-MbpUD1duLhPiIS2iqdg)

#### 4. Connect to Metamask

* Choose a network
* If you want to cross-chain assets from the Ethereum to Polygon, select "**Ethereum Network**". If you want to cross-chain assets from Polygon to Ethereum, select "**Matic Network**"

![](/files/-MbpUdzjV1wIU2ZCHVyY)

#### 5. Cross-chain (for the cross-chain tutorial, please refer to the official MATIC tutorial for details)

* Click "**User Guide**" to find tutorial

![](/files/-MbpVQKfcmPwvselSSmN)

* Enter the tutorial page via <https://docs.matic.network/docs/develop/wallets/matic-web-wallet/web-wallet-v2-guide/>


---

# 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.onto.app/guides/discover/polygon/polygon-user-guide.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.
