> 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/bridging.md).

# FNC Bridge Tutorial

Access the [Polygon Wallet](https://wallet.polygon.technology/), Click the Polygon Bridge through their official link and connect wallet to a Mainnet address with an FNC balance:

![](https://miro.medium.com/max/1400/0*VyrjhtkQGjZyWal4.png)

Select Fancy Games from the Drop Down, and enter the amount you wish to transfer over to Polygon. Then click Transfer

![](https://miro.medium.com/max/1002/0*tdYEigxw6HsjBqCT.png)

Confirm the transfer and accept transaction costs. Then click Continue

![](https://miro.medium.com/max/840/0*jvZcF57eJqHSEQUG.png)

Confirm the transaction in wallet to approve FNC

![](https://miro.medium.com/max/672/0*G1V9Wy0foLVH7ZAi.png)

Continue and Confirm one more step to initiate the transfer

![](https://miro.medium.com/max/1400/0*Ka8Hb_9i_DNo7xMQ.png)

Wait for the Transaction to go through!

![](https://miro.medium.com/max/888/0*0LsDKlw0fm1gFpXL.png)

![](/files/qbhQq3HoTbkA5bFGPsXn)

![](/files/u1Ap3q3Xku6zMHg2GIko)

After completed you will be able to see FNC transferred over to Polygon through [PolygonScan](https://polygonscan.com/)

### FNC Liquidity has been added to QuickSwap Exchange on Polygon <a href="#id-9d16" id="id-9d16"></a>

FNC Address on Polygon: <https://polygonscan.com/token/0x7f280daC515121DcdA3EaC69eB4C13a52392CACE>

^Exact same address as on Etherscan

QuickSwap Link for the Pair:

<https://info.quickswap.exchange/#/pair/0x0f9be04e1baf68395ddd2e22c5ca9401b19074f7>

\*Note: The main staking rewards and governance for FNC will continue to remain on Ethereum Mainnet.

**sFNC (Synthetic FNC) claiming has been enabled on Mainnet staking**

![](https://miro.medium.com/max/1400/0*OtQCfoGndYMuLvxm.png)

![](/files/z4psBoB0puUAHP86BgOl)

The sFNC claim button has now been enabled on the staking page under the rewards tab.

After clicking “Claim sFNC”, the sFNC is sent directly into the users Polygon address. The transactions for claiming sFNC usually will take roughly up to 5 minutes.

Official Synthetic FNC (sFNC) contract address: <https://polygonscan.com/address/0x8f06208951e202d30769f50faec22aeec7621be2>


---

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