# 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="https://3026745716-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsfdCMm7uC0GmVAWnxMdG%2Fuploads%2Fgit-blob-05cfbeaaf339e8acffde78a7887ee9eb7abbc67b%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

It determines the cost of deploying a Collection on the chosen Blockchain (take a look at our supported [EVM Blockchains](https://docs.nfts2me.com/features/multichain)). 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="https://3026745716-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsfdCMm7uC0GmVAWnxMdG%2Fuploads%2Fgit-blob-69801e0b6a28df5344ba3b3fcc95d588f0260727%2Fimage.png?alt=media" 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.
