# Buying and selling

### Where can I buy GOMINING Token?

You can buy tokens in two ways:

* In the Buy GOMINING section of your GoMining [personal account](https://account.gmt.io/buy), using crypto or a credit card
* On the exchanges where the token is presented. You can find a list of exchanges on our [website](https://gmt.io/) or in our [Telegram group](https://t.me/gmt_token)

Here are the detailed [instructions](/instructions/how-to-buy-gomining.md) on how to purchase GOMINING.

***

### Why does the price of a token differ on various exchanges?

The cost of a token is determined by exchange quotes. The average market value and trading volume of the token are displayed on [CoinMarketCap](https://coinmarketcap.com/currencies/gomining-token/) and [CoinGecko](https://www.coingecko.com/en/coins/gomining-token/).\
\
Exchange quotes depend on the demand for the token, which is formed from the following factors:

* Bitcoin price
* The complexity of the Bitcoin network
* Market value of computing power

***

### What payment methods are available to buy the GOMINING token?

The exact payment method depends on your country. In general, you can buy the token in the following ways:

* By card: credit card, bank transfer, Apple Pay, Google Pay, local payments
* By crypto: BTC, USDT, Ethereum, Binance Pay, Coinbase Pay
* On exchanges: DEX and CEX

***

### How do I add a GOMINING address to my wallet?

1. Go to the wallet settings and enter "GOMINING" in the search bar
2. Choose the token standard you like: [ERC-20 or BEP-20](https://help.token.gomining.com/faq/pages/8Nk802JBHl4BErHVMNB9#9.-how-is-erc-20-different-from-bep-20).
3. If the search does not give any results, add the token manually using the following smart contract address:

> 0x7Ddc52c4De30e94Be3A6A0A2b259b2850f421989

You can also use the detailed [instruction](/instructions/how-to-create-a-crypto-wallet-and-add-gomining-to-it.md) on how to register a wallet.

***

### How is ERC-20 different from BEP-20?

ERC-20 and BEP-20 are standards for different blockchain networks. ERC-20 is the Ethereum-based technical standard for tokens. BEP-20 is the Binance Smart Chain token standard.\
\
ERC-20 and BEP-20 differ in transaction cost and transaction speed. The GOMINING token has been issued on both the ERC-20 and BEP-20 standards.

***

### **D**o I need to verify my wallet?

No, just link a wallet via MetaMask or Wallet Connect — verification will happen automatically.

***

### How to sell GOMINING token?

You can sell the token on centralized or decentralized exchanges. A complete list of exchanges is available on our [website](https://gmt.io/).


---

# Agent Instructions: 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:

```
GET https://help.token.gomining.com/faq/buying-and-selling.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
