# Why Ethereum?

The first NFT projects on Ethereum were launched in 2015. In other words, Ethereum's NFT scene has the most history and predates all of Ethereum's current alt-L1 competitors' NFT scenes. Ethereum has also maintained 100% uptime for the entirety of its existence, giving it the longest and most verified track record of successfully safeguarding NFTs to date.

Ethereum has the largest and most active development and creative community in the cryptocurrency world. Ethereum is the definitive and genuine capital of the crypto economy right now, whether it comes to cutting-edge L2 research or next-gen NFT cultural initiatives. It will never be easy to replicate or match this talent on a large scale.

![](https://lh5.googleusercontent.com/Ahq0yj9nR1vC-V9-hlCzB-zrlM9LqBwROxHZ6ctuTJkEjLN8_PrCnOxvcuOxF_6pkMyR2s5EL0R_arsfOJ7X6PcbRAsEM146DuPF1PL0hIVL17XWPnZd_6ZziuMnK8Rv07Dl7fiXavlhImC2rg)

ERC-721A is a game-changing implementation that allows you to save a lot of gas by minting many NFTs in a single transaction. When numerous NFTs are minted, this standard is extremely efficient.

| Number Minted | Gas Used  ERC 721 | Gas Used  ERC 721-A | Gas Saved |
| :-----------: | :---------------: | :-----------------: | :-------: |
|     Mint 1    |      154,814      |        76,690       |   78,124  |
|     Mint 2    |      270,339      |        78,819       |  191,520  |
|     Mint 3    |      384,864      |        80,948       |  303,916  |
|     Mint 4    |      501,389      |        80,948       |  418,312  |
|     Mint 5    |      616,914      |        85,206       |  531,708  |


---

# 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://cyberrhinosquad.gitbook.io/whitepaper/safari-wrld/why-ethereum.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.
