> For the complete documentation index, see [llms.txt](https://projectpolyverse.gitbook.io/polyverse-token-economy-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://projectpolyverse.gitbook.io/polyverse-token-economy-whitepaper/nft-economy/bridging-and-swapping.md).

# Bridging and Swapping

***Bridging NFTs:***

The Bridge function facilitates the transfer of NFTs out of the Polyverse ecosystem into other marketplaces or platforms. This interconnectivity not only broadens the horizon for trade but also establishes Polyverse’s NFTs as a cross-platform currency.

In essence, Polyverse's secondary markets and export protocols exemplify a sophisticated economic system that empowers players to monetize their in-game success on a global scale. The design is such that it not only generates revenue for the platform through transaction fees but also enriches the players’ experience by providing tangible rewards for their engagement and skill. This dynamic ensures that Polyverse remains a vital, evolving world where every player’s action contributes to an expansive economy beyond the game itself.

***Swapping NFTs:***

Although not directly associated with NFTs it is worth noting to provide more easy access to users to utilize or sell these NFTs or mint them, there will be a swap function directly within the platform for users to acquire $PATIC. But in summary a seamless Swap protocol is integrated, allowing for the easy conversion of $PATIC to other forms of cryptocurrency such as MATIC. This ensures that players can transact across different blockchain environments, enhancing liquidity and the versatility of in-game assets.

Both the Swap and The bridge will be easily doable through the website, either in-game or the standard polyverse Website.


---

# 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://projectpolyverse.gitbook.io/polyverse-token-economy-whitepaper/nft-economy/bridging-and-swapping.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.
