> For the complete documentation index, see [llms.txt](https://docs.evolution.land/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.evolution.land/tutorials/eden-polygon/how-to-buy-ring.md).

# How to buy RING

You can buy or sell RING through these channels:

* In-game Grintgott Bank
* Decentralized Exchange
* Centralized Exchange

## Gringott Bank

You can exchange RING and Matic through QuickSwap in Gringott Bank. The current price of RING is determined by the latest transaction price of QuickSwap and the amount of the player's order. RING's exchange will cost Matic as gas fee, and Evolution Land will not charge an additional gas fee.

![Gringott](/files/-McJEXRAiiP_U_xDayp9)

## DEX

DEX stands for Decentralized Exchange. You can use your cryptocurrency wallet to buy or sell directly.

On Atlantis Continent (Ethereum):

* Uniswap(v2): [RING/ETH](https://info.uniswap.org/token/0x9469d013805bffb7d3debe5e7839237e535ec483)
* 1inch Exchange: [RING/ETH](https://1inch.exchange/#/RING/ETH)

On the Byzantine Continent (Tron):

* Justswap: [RING/TRX](https://justswap.io/#/scan/detail/trx/TL175uyihLqQD656aFx3uhHYe1tyGkmXaW)

On the Dawning Continent (Heco):

* Mdex：[MDEX.COM](https://ht.mdex.com/#/swap)

On the Eden Continent (Polygon):

* QuickSwap: [Quickswap](https://quickswap.exchange/#/swap)

## CEX

CEX stands for Centralized Exchange. You can also buy or sell RING at many CEX. The following list shows a few. You can check out [Coinmarketcap](https://coinmarketcap.com/currencies/darwinia-network/markets/) for more information.

* [Huobi Global](https://www.hbg.com/en-us/exchange/ring_usdt)
* [BKEX](https://www.bkex.com/trade/RING_USDT)
* [MXC.com](https://www.mxc.com/trade/easy#RING_USDT)
* [Hotbit](https://www.hotbit.io/exchange?symbol=RING_USDT)
* [Gate.io](https://gate.io/trade/ring_usdt)
* [CoinEX](https://www.coinex.com/trading?currency=usdt\&dest=ring\&tab=limit)
* [Poloniex](https://poloniex.com/exchange#usdt_ring)
* [Hoo](https://hoo.com/spot/ring-usdt)


---

# 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.evolution.land/tutorials/eden-polygon/how-to-buy-ring.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.
