# How do I get ETH?

To mint, buy, or sell NFTs on Mintable (and interact with the Ethereum blockchain), you’ll need **ETH (Ether)** in your wallet. If you don’t have any yet, this guide will walk you through how to get started.

***

### 🧾 What Is ETH?

**ETH (Ether)** is the native cryptocurrency of the **Ethereum blockchain**. It powers all blockchain transactions, including minting and transferring NFTs. Without ETH, your wallet cannot submit blockchain transactions.

***

### 🛒 How to Buy ETH

The most common and beginner-friendly way to get ETH is by purchasing it through a **cryptocurrency exchange**. This process is safe, regulated, and typically completed in just a few steps.

***

### 🔄 Steps to Buy ETH via Exchange

#### 1. **Choose a Crypto Exchange**

There are many reputable exchanges that support ETH purchases. Choose one that:

* Operates in your country
* Accepts your local currency
* Has a good reputation and security record

#### 2. **Register an Account**

You’ll need to:

* Sign up with your email and a password
* Provide personal details for identity verification (KYC)
* Upload a **government-issued ID** and **proof of address** if required

This step ensures compliance with **KYC (Know Your Customer)** and **AML (Anti-Money Laundering)** regulations.

#### 3. **Deposit Funds**

Once your account is verified, deposit funds using methods such as:

* Bank transfer (wire, ACH, SEPA)
* Credit/debit card
* PayPal (on supported platforms)

> ⚠️ **Note:** Deposit fees and processing times vary by exchange and payment method. Check the exchange’s fee schedule for details.

#### 4. **Buy ETH**

After your funds have cleared:

* Go to the trading section of the exchange
* Select ETH/EUR, ETH/USD, or another currency pair
* Enter the amount you wish to buy
* Confirm your purchase

#### 5. **Withdraw ETH to Your Wallet**

Once purchased, **transfer your ETH to your wallet** (e.g., MetaMask or WalletConnect-compatible wallet) that you’ve connected to Mintable.

> 🔐 Storing ETH in your personal wallet gives you full control over your assets and is more secure than leaving it on an exchange.

### 🔗 Recommended Exchanges that Support ETH

Here are a few popular and widely-used exchanges that support ETH purchases:

| **Name**                              | **Country** | **Deposit Methods**                                         | **Minimum Purchase** |
| ------------------------------------- | ----------- | ----------------------------------------------------------- | -------------------- |
| [Bitfinex](https://www.bitfinex.com/) | Worldwide   | Bank wire transfer                                          | $10                  |
| [Bithumb](https://www.bithumb.com/)   | South Korea | Bank wire transfers, Credit and Debit cards, Gift cards     | N/A                  |
| [Binance](https://www.binance.com/)   | Worldwide   | Bank wire transfer                                          | $1                   |
| [Bitstamp](https://www.bitstamp.net/) | Worldwide   | Bank wire transfer, Credit and Debit cards                  | $5                   |
| [Kraken](https://www.kraken.com/)     | Worldwide   | Bank wire transfer                                          | $5                   |
| [Etoro](https://www.etoro.com/)       | Worldwide   | Bank wire transfer, Credit and Debit cards, PayPal payments | $200                 |
| [Coinbase](https://www.coinbase.com/) | Worldwide   | Bank wire transfer, Credit and Debit cards                  | $1                   |
| [BitPanda](https://www.bitpanda.com/) | Worldwide   | Bank wire transfer, Credit and Debit cards                  | $25                  |
| [Gemini](https://gemini.com/)         | Worldwide   | Bank wire transfer                                          | $1                   |


---

# 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://docs.mintable.app/nft-basics/what-is-eth-ethereum/how-do-i-get-eth.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.
