# Gas efficient contracts

## What is gas in Ethereum Blockchain (and other EVM)?

Gas is the fee required to successfully conduct a transaction or execute a contract on the Ethereum blockchain platform. Fees are priced in tiny fractions of the cryptocurrency ether (ETH in Ethereum). Its price is determined by supply, demand, and network capacity at the time of the transaction.

<figure><img src="/files/DyXWSAFK9LJINjo5iEvt" alt=""><figcaption></figcaption></figure>

It determines the cost of deploying a Collection on the chosen Blockchain (take a look at our supported [EVM Blockchains](/features/multichain.md)). Depending on the chosen Blockchain, its cost may be quite relevant, so having gas efficient contracts is quite important. Specially on the contract deployment, which can be quite expensive on Ethereum Mainnet.

<figure><img src="/files/J2WFKZczJk2VyYm6UM1w" alt=""><figcaption></figcaption></figure>

We have developed contracts to be as **efficient** as possible and **save** you as much **gas** as possible while keeping **great functionalities** and **versatility**.

We'll soon include a comparative of how much you save using our contracts both for deploying as well as minting.


---

# 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.nfts2me.com/features/gas-efficient-contracts.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.
