> For the complete documentation index, see [llms.txt](https://skyren-foundation.gitbook.io/skyren-technical-white-paper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://skyren-foundation.gitbook.io/skyren-technical-white-paper/polygon-blockchain/bridging-to-polygon.md).

# Bridging To Polygon

<figure><img src="/files/UDOPrL7EhO1XiY7WqGfL" alt=""><figcaption></figcaption></figure>

## How to Bridge Tokens to the Polygon Blockchain: A Step-by-Step Guide

Bridging tokens to the Polygon blockchain allows users to take advantage of Polygon's low fees and high transaction speeds. Here’s a detailed guide on how to do it:

### Step 1: Set Up Your Wallet

1. **Install MetaMask**: If you don't already have MetaMask, install it from the [official website](https://metamask.io/).
2. **Create a Wallet**: Follow the instructions to create a new wallet or import an existing one.
3. **Add the Polygon Network**:
   * Open MetaMask and click on the network dropdown at the top.
   * Select "Custom RPC" and enter the following details:
     * **Network Name**: Polygon
     * **New RPC URL**: `https://rpc-mainnet.maticvigil.com/`
     * **Chain ID**: `137`
     * **Currency Symbol**: `POL`
     * **Block Explorer URL**: `https://polygonscan.com/`
   * Save the network.

### Step 2: Obtain Tokens on Ethereum

Ensure you have the tokens you want to bridge in your Ethereum wallet. You will also need some ETH to cover gas fees.

### Step 3: Use the Polygon Bridge

1. **Access the Polygon Bridge**: Go to the [Polygon Bridge](https://wallet.polygon.technology/bridge).
2. **Connect Your Wallet**: Click on "Connect to a Wallet" and choose MetaMask. Follow the prompts to connect your wallet.
3. **Select Tokens to Bridge**:
   * In the bridge interface, select the token you want to bridge from the dropdown menu.
   * Enter the amount you want to bridge.
4. **Approve the Transaction**:
   * Click "Transfer" and follow the prompts to approve the transaction in MetaMask.
   * You will need to confirm the transaction and pay the gas fee on the Ethereum network.

### Step 4: Confirm the Transfer

1. **Wait for Confirmation**: The bridging process may take a few minutes. You can monitor the status of your transaction on [Etherscan](https://etherscan.io/) or [Polygonscan](https://polygonscan.com/).
2. **Check Your Polygon Wallet**: Once the transaction is confirmed, your tokens will appear in your Polygon wallet. You can view your balance in MetaMask by switching to the Polygon network.

### Step 5: Use Your Tokens on Polygon

Now that your tokens are on the Polygon network, you can use them for various activities such as trading, staking, or interacting with dApps.

#### Additional Resources

* [Polygon Documentation](https://docs.polygon.technology/docs/develop/metamask/config-polygon-on-metamask/)
* [Polygon Wallet Guide](https://wiki.polygon.technology/docs/develop/metamask/config-polygon-on-metamask/)
* [Etherscan](https://etherscan.io/)
* [Polygonscan](https://polygonscan.com/)

By following these steps, you can easily bridge your tokens to the Polygon blockchain and start enjoying the benefits of lower fees and faster transactions.


---

# 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://skyren-foundation.gitbook.io/skyren-technical-white-paper/polygon-blockchain/bridging-to-polygon.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.
