> For the complete documentation index, see [llms.txt](https://docs.onto.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onto.app/guides/discover/polygon/polygon-user-guide.md).

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