> For the complete documentation index, see [llms.txt](https://docs.vulcanforged.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vulcanforged.com/thepyrtoken/exchanges.md).

# Exchanges $PYR

## Centralized <a href="#cd61" id="cd61"></a>

Binance USDT pair - <https://www.binance.com/en/trade/PYR_USDT?layout=pro>\
Gate.io USDT pair - <https://www.gate.io/trade/PYR_USDT> \*Has PYR/Polygon network withdrawals\
Kucoin BTC pair - <https://trade.kucoin.com/PYR-BTC>\
Kucoin USDT pair - <https://trade.kucoin.com/PYR-USDT>\
Bittrex USDT pair - <https://global.bittrex.com/Market/Index?MarketName=USDT-PYR>

## Decentralized <a href="#c77c" id="c77c"></a>

Direct Link to VulcanDex Market:\
<https://vulcandex.vulcanforged.com/swap?outputCurrency=0x430EF9263E76DAE63c84292C3409D61c598E9682>

ERC20 Token Contract address: 0x430ef9263e76dae63c84292c3409d61c598e9682\
<https://etherscan.io/token/0x430ef9263e76dae63c84292c3409d61c598e9682>

Bridging ERC20 <-> Polygon/Matic\
<https://wallet.matic.network/bridge/>

You need to set up metamask with your own personal wallet address, it can display your wallet on both the polygon network and Ethereum network. As of right now, Pyr on kucoin is Ethereum ERC-20 token.

You can withdraw to your metamask wallet address, it will be on Ethereum network. Using the matic bridge with metamask, you can bridge the Pyr ERC-20 tokens on the Ethereum network over to the polygon network, at the same address in your metamask.

Then on the polygon network, you can send that $PYR to the [**MyForge wallet**](/myforge-account.md)


---

# 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.vulcanforged.com/thepyrtoken/exchanges.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.
