> 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/anyswap-user-guide.md).

# Anyswap User Guide

{% hint style="info" %}
At present, Anyswap Bridge cannot adapt to the mobile terminal. If you want to cross the assets of the Binance Smart Chain (BSC) 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 Binance Smart Chain (BSC) 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 Anyswap Bridge

* link: <https://anyswap.exchange/bridge>

#### 4. Connect to Metamask

* On Anyswap, Choose MATIC network and click "Connect wallet"
* Copy the settings below to set MATIC network on Metamask
* Network Name: MATIC
* New RPC URL: <https://rpc-mainnet.matic.network>
* Chain ID: 137
* Symbol: MATIC
* Block Explorer URL: <https://polygonscan.com>

![](/files/-MdmeTpmdt0PEMCnMzs_)

#### 5. Cross-chain

* Take BANANA as an example. Select BANANA, and enter the amout you would like to deposit.

![](/files/-MdmhApqVelG2si16Fv4)

* Click "**CrossChain Deposit**", and then lick "Confirm" on Metamask to complete Cross-chain deposit

![](/files/-MdmhZjKdY3u_Mi_o8Au)

* Enter the tutorial page via: <https://anyswap-faq.readthedocs.io/en/latest/How%20To%20Setup%20and%20Use%20Anyswap.html#how-to-use-anyswap>


---

# 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/anyswap-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.
