> 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/advanced/trading/gringott-bank.md).

# Gringott Bank

## Token Swap Services

Gringott Bank is the in-game banking service for users to exchange tokens, such as buy RING or resources tokens with ETH or sell KTON for TRON. The token swap service Gringott Bank provides is powered by liquidity providers on the continent's underlying network, such as Uniswap on the Atlantis continent (Ethereum) and Justswap on the Byzantine continent (Tron).

* ![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)

![Buy and Sell RING](/files/-MNdeDdKf8LCSdAzNWAA)

The tokens supported for swap are:

* [RING](/getting-started/tokens/ring.md) (online)
* [KTON](https://github.com/evolutionlandorg/docs/tree/d2e7f922cd713a9a4eb0f511d26569ec99613c1d/advanced/trading/getting-started/tokens/kton.md) (online)
* [GOLD](https://github.com/evolutionlandorg/docs/tree/d2e7f922cd713a9a4eb0f511d26569ec99613c1d/advanced/trading/getting-started/tokens/resource/README.md#gold)
* [WOOD](https://github.com/evolutionlandorg/docs/tree/d2e7f922cd713a9a4eb0f511d26569ec99613c1d/advanced/trading/getting-started/tokens/resource/README.md#wood)
* [HHO](https://github.com/evolutionlandorg/docs/tree/d2e7f922cd713a9a4eb0f511d26569ec99613c1d/advanced/trading/getting-started/tokens/resource/README.md#hho)
* [FIRE](https://github.com/evolutionlandorg/docs/tree/d2e7f922cd713a9a4eb0f511d26569ec99613c1d/advanced/trading/getting-started/tokens/resource/README.md#fire)
* [SIOO](https://github.com/evolutionlandorg/docs/tree/d2e7f922cd713a9a4eb0f511d26569ec99613c1d/advanced/trading/getting-started/tokens/resource/README.md#sioo)

Resource liquidity pools will be online soon.

## KTON Minting Service

Gringott Bank used to provide an interface for users to stake RING to mint commitment token KTON. With the launch of the mainnet of Darwinia Network, this minting capability has been moved there. Gringott Bank no longer provides this service anymore.

When Darwinia continent is launched on the Darwinia Network, Gringott Bank on that continent might provide this service.

## External Exchanges

You can also trade tokens at external decentralized or centralized exchanges or liquidity providers. All the above tokens are tradeable at decentralized liquidity providers such as:

* [Uniswap](https://info.uniswap.org/token/0x9469d013805bffb7d3debe5e7839237e535ec483) on Ethereum
* [Justswap](https://justswap.io/#/scan/detail/trx/TL175uyihLqQD656aFx3uhHYe1tyGkmXaW) on Tron&#x20;
* and many more

You can just viist their websites to swap the tokens against any other popular tokens.

RING is also traded at some centralized exchanges with decent liquidity. Find out the [list](https://docs.evolution.land/tutorials/atlantis-ethereum/how-to-buy-sell-ring#cex) here.

KTON is also traded at some centralized exchanges with decent liquidity. Find out the [list](https://docs.evolution.land/getting-started/tokens/kton#cex) here.


---

# 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/advanced/trading/gringott-bank.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.
