> For the complete documentation index, see [llms.txt](https://fancy-studios.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fancy-studios.gitbook.io/whitepaper/faq/frompolytoeth.md).

# From Polygon to Ethereum

To get started, press the following link: <https://wallet.polygon.technology/wallet>\
For this tutorial, we'll be withdrawing ETH from Polygon (PoS). But the bridge allows you to move FNC or any other compatible token as well.\
\
Important note: To view FNC you have to select `Tokens: Default Polygon` list filter and  switch `On` both filters as shown below.

![](/files/jnwKAqilRI3iFVFP5RBa)

![](/files/TtmVdUPyCkab3ZIgu2U8)

You'll be taken to your Polygon (PoS) wallet dashboard, which will show all tokens bridged to Polygon (PoS).

Locate the Ether (PoS-WETH) token, this is the same as ETH (Matic) on OpenSea. Click "Withdraw to Ethereum".

![](/files/PNDGWXoSe2cADhsZcJAK)

A pop-up window will ask you to enter your desired withdrawal amount. Once you're done, click "Transfer" at the bottom.

![](/files/cj8nIDt2KcdmKnvj57l8)

You'll have to press continue on three pop-up windows after. You will confirm the transaction fee and that the withdrawal process may take up to 4 hours to complete.

![](/files/H9fvBTVWNzc03aMtshrx)

You'll be asked to sign the transaction on wallet.matic.network (seen above on MetaMask). The gas amount will be low.<br>

![](/files/dto9uJnGT4kSc4KHldwo)

The first part of the withdrawal process will take approximately **45 mins to 1 hour**. This will move funds to a checkpoint on the Ethereum network.&#x20;

![](/files/24GBkOUaNhOlfFcfB7N3)

![](/files/PLz3XEgW5FJvb1NxJOQ6)

You can return to the window later on to complete the checkpoint. You will see a "Action Required" notification on the top right of the window.

![](/files/m9bkIZjF1fjtxcQJwE6E)

Once the funds arrive at the checkpoint, you'll be prompted again with a notification in the top-right corner to sign the transaction on Ethereum (seen below on MetaMask).

This will initiate the second part of the withdrawal process, and **may take up to 3 hours to complete**.&#x20;

![](/files/AmUjOhiwhYIKuYorW7hi)

Check back again in **three hours**. If the progress bar seems stuck, its safe to refresh the browser window.

After that time, your withdrawal should be complete. You can click the "View on Etherscan" to see the transaction details on <https://etherscan.io/>


---

# 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://fancy-studios.gitbook.io/whitepaper/faq/frompolytoeth.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.
