> 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/atlantis-ethereum/how-to-buy-sell-ring.md).

# How to buy/sell RING?

You can buy or sell RING through these channels:

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

## Gringott Bank

Gringott Bank is the in-game bank that allows you to buy or sell RING using the network's native token, such as ETH or TRX, according to the continent you are on, whether it's Atlantis (ETH) or Byzantine (TRX). Behind the scene, Gringott Bank links to a liquidity pool, Uniswap (Atlantis) and Justswap (Byzantine), to provide the liquidity.

* ![Gringott](/files/-MNPIpS1oRNVkZl5LSyU)[Gringott Bank on the Atlantis Continent (Ethereum)](https://www.evolution.land/land/1/bank/buy-ring)
* ![Gringott](/files/-MNPIpS1oRNVkZl5LSyU)[Gringott Bank on the Byzantine Continent (Tron)](https://www.evolution.land/land/2/bank/buy-ring)

## 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://v2.info.uniswap.org/pair/0xa32523371390b0cc4e11f6bb236ecf4c2cdea101)
* 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: [RING/HT](https://ht.mdex.co/#/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)
* [otcmaker](https://www.otcmaker.com/)


---

# 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/atlantis-ethereum/how-to-buy-sell-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.
