Network
Launch Date
Consensus
Note
Sepolia
Oct 2021
PoW
Like-for-like representation of Ethereum
Görli
Jan 2019
PoA
Proof-of-Authority
Kiln
Mar 2022
PoS
Post-Merge (for ETH2), shadow fork of the mainnet
Kintsugi
Dec 2021
PoS
DEPRECATED, use Kiln; post-Merge (for ETH2)
Ropsten
Nov 2016
PoW
DEPRECATED, use Sepolia; the Merge to happen on Jun 8, 2022
Rinkeby
Apr 2017
PoA
DEPRECATED, use Görli and Görli Faucet
Kovan
Mar 2017
PoA
DEPRECATED, use Sepolia or Görli
List of active and deprecated Ethereum testnets, including Kintsugi.
Features
Optimistic rollup 
ZK-rollup 
Proof
Uses fraud proofs to prove transaction validity. 
Uses validity (zero-knowledge) proofs to prove transaction validity. 
Capital efficiency
Requires waiting through a 1-week delay (dispute period) before withdrawing funds. 
Users can withdraw funds immediately because validity proofs provide incontrovertible evidence of the authenticity of off-chain transactions. 
Data compression
Publishes full transaction data as calldata to Ethereum Mainnet, which increases rollup costs. 
Doesn't need to publish transaction data on Ethereum because ZK-SNARKs and ZK-STARKs already guarantee the accuracy of the rollup state. 
EVM compatibility
Uses a simulation of the Ethereum Virtual Machine (EVM), which allows it to run arbitrary logic and support smart contracts. 
Doesn't widely support EVM computation, although a few EVM-compatible ZK-rollups have appeared. 
Rollup costs
Reduces costs since it publishes minimal data on Ethereum and doesn't have to post proofs for transactions, except in special circumstances. 
Faces higher overhead from costs involved in generating and verifying proofs for every transaction block. ZK proofs require specialized, expensive hardware to create and have high on-chain verification costs. 
Trust assumptions
Doesn't require a trusted setup. 
Requires a trusted setup to work. 
Liveness requirements
Verifiers are needed to keep tabs on the actual rollup state and the one referenced in the state root to detect fraud. 
Users don't need someone to watch the L2 chain to detect fraud. 
Security properties 
Relies on cryptoeconomic incentives to assure users of rollup security. 
Relies on cryptographic guarantees for security. 
Start building
on Alchemy.
Sign up for free
Start building on Optimism.
Sign up for free
Start building on Arbitrum.
Sign up for free
Start building on Ethereum.
Sign up for free
Start building on Polygon.
Sign up for free
Start building on Starknet.
Sign up for free
Start building on Flow.
Sign up for free
kiln faucet
Get free Kiln ETH.
Start building today
Goerli faucet
Get free Goerli ETH.
Start building today
SEPOLIA FAUCET
Get free Sepolia ETH.
Start Building Today
mumbai faucet
Get free Mumbai Matic.
Start building today
rinkeby faucet
Get free Rinkeby
ETH.
Start building today
Start building on Ethereum.
Get started for free
Start building on Ethereum.
Get started for free
Start building on Flow.
Get started for free
Start building on Polygon.
Get started for free
Start building on Starknet.
Get started for free
Start building on Optimism.
Get started for free
Start building on Solana.
Get started for free
Start building on Solana.
Sign up for beta access
Start building on Solana.
Join the waitlist
Arbitrum logo
Start building on Arbitrum.
Get started for free
Build with Alchemy's
Gas Manager & Bundler APIs
Learn
Solidity at
Alchemy
University
Get started today
Build with Alchemy's
Gas Manager & Bundler APIs
curl 
https://release.solana.com/v1.10.32/solana-install-init-x86_64-pc-windows-msvc.exe 
--output 
C:\solana-install-tmp\solana-install-init.exe 
--create-dirs
NFTs
LAZY MINTING OVERVIEW

What is lazy minting?

How NFT Marketplaces Save NFT Artists Money With Mint Authorizations
Last Updated:
July 14, 2022

Non-fungible Tokens (NFTs) are used by artists, creators, and web3 startups to build community, sell digital art, and create token-gated experiences.

There is a lot of work that goes into creating a successful NFT project, and NFT launches can be damaged by high gas prices, and bots that prevent community members from minting NFTs and unfairly influencing the price by owning a large share of tokens.

NFT developers have launched a lot of interesting solutions to lower NFT costs like the ERC-721A batch minting smart contract, and in the case of lazy minting, defer the cost of minting NFTs to the buy instead of charging the seller who creates the NFT.

What is lazy minting?

Lazy minting lets NFT artists sign “minting authorizations” that allow a user to mint NFTs at a later time. These mint authorization signatures are free to produce, and guarantees no NFTs can be minted without prior approval.

Lazy Minting is a way to defer the minting until right before the NFT is sold. This way, buyers pay the minting fee after their NFT is sold, making NFT creation affordable and equitable for creators. Today, major NFT platforms like OpenSea and Rarible offer lazy minting as an option.

Why is lazy minting important?

Lazy minting is important because it helps artists save money minting NFTs, which is a primary concern when gas prices for transacting on Ethereum are high.

When the Ethereum blockchain is congested, the price of gas can become extremely high, which forces NFT artists to pay large amounts of ETH to list their art for sale on NFT marketplaces. 

The cost to mint an NFT can become quite high during hyped NFT launches, bull markets, and as an outcome of market-related news where many people try to conduct on-chain transactions.

How does lazy minting work?

Lazy minting makes use of off-chain NFT creation. This means that the NFTs artists create are not officially on the blockchain until someone buys the NFT. Once the lazy-minted NFT is purchased, it is minted on-chain and the gas costs to mint the NFT is covered by the buyer and not the seller.

We can generalize the process of lazy minting into 3 steps:

  1. The creator lazy mints an NFT using a smart contract. This contract will mint and sell the NFT on the seller’s behalf.
  2. The seller provides a private signature detailing a wallet and NFT details (e.g. token ID, price, etc.) to authorize the lazy minting process.
  3. The buyer purchases the NFT, pays a price that covers the minting cost and the NFT itself. The NFT is then put on-chain and transferred to the buyer’s wallet.

How to Lazy Mint NFTs on OpenSea

If you are a 1-of-1 NFT artist selling art on OpenSea, you can lazy mint NFTs through the OpenSea Account Manager automatically.

  1. Go to opensea.io and create an account. 
  2. Click create in the upper-right-hand corner
  3. Upload your NFT content and fill in the necessary information (the only required field is Name!)
  4. Click the blue “Create” button to create your NFT!
  5. Click the asset you’ve created, where it will take you to the asset’s page.
  6. Click “Sell”
  7. Set the price and duration for your listing.
  8. Click “Complete Listing”
  9. Sign the message from your wallet

Just like that, you’ve successfully lazy minted an NFT on OpenSea.

How to Lazy Mint NFTs on Rarible

Lazy minting on Rarible is super quick and easy. 

  1. Go to rarible.com
  2. Connect your wallet
  3. Create an account
  4. Click “create” in the upper-right-hand corner
  5. Fill in information about your NFT
  6. Enable “Free Minting” (it should be automatically enabled).
  7. Click “Create Item”
  8. Sign all authorizations with your wallet

Congrats, you’ve successfully lazy minted an NFT on Rarible!

How to Lazy Mint NFTs on Solana

Currently there are no lazy minting options for Solana NFT marketplaces. One reason why NFT minting is not as necessary for Solana as it is for Ethereum is because the gas fees to mint NFTs on Solana are extremely low and predictable compared to layer 1 Ethereum. 

For example, to mint an NFT on the Solana 1-of-1 NFT marketplace, Exchange.Art, NFT artists pay fractions of a SOL token, on the order of pennies, to mint an NFT through Exchange.Art’s self-serve NFT minting interface.

While lazy minting is not a feature offered on Solana since gas fees are not an issue, there are NFT tools created by Metaplex for running NFT mints that prevent bots, smart contracts to launch a personal NFT storefront, and contracts for running NFT auctions.

Additionally, Strata Protocol launched a dynamic NFT minting price tool that allows NFT projects to set a lower and upper bound on the price of NFTs. 

As time passes without NFTs being minted the price decreases to its lower bound, and as NFTs are purchased the mint price increases toward its higher bound. This tool helps to economically dissuade bots from minting out collections before genuine NFT community members can mint.

While these NFT tools don’t add mint authorizations to lower the cost of minting NFTs for 1-of-1 NFT creators on Solana, they help prevent bots from disrupting launches, and improve the NFT user experience like lazy minting improves the UX of minting NFTs with lower mint costs.

ALCHEMY SUPERNODE - ETHEREUM NODE API

Scale to any size, without any errors

Alchemy Supernode finally makes it possible to scale blockchain applications without all the headaches. Plus, our legendary support will guide you every step of the way.

Get started for free
Supernode footer
NFTs
LAZY MINTING OVERVIEW

What is lazy minting NFTs?

How NFT Marketplaces Save NFT Artists Money With Mint Authorizations
Last Updated:
July 14, 2022
Last Updated:
March 14, 2023
Don't miss an update
Sign up for our newsletter to get alpha, key insights, and killer resources.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

Talk to an Expert

Learn how Alchemy's blockchain developer tools can help your business succeed in web3!
Valid number
Thank you! An Alchemy expert will be in touch with you shortly!
Oops! Something went wrong while submitting the form.

{{building-alchemy-ad}}

Table of Contents

Non-fungible Tokens (NFTs) are used by artists, creators, and web3 startups to build community, sell digital art, and create token-gated experiences.

There is a lot of work that goes into creating a successful NFT project, and NFT launches can be damaged by high gas prices, and bots that prevent community members from minting NFTs and unfairly influencing the price by owning a large share of tokens.

NFT developers have launched a lot of interesting solutions to lower NFT costs like the ERC-721A batch minting smart contract, and in the case of lazy minting, defer the cost of minting NFTs to the buy instead of charging the seller who creates the NFT.

What is lazy minting?

Lazy minting lets NFT artists sign “minting authorizations” that allow a user to mint NFTs at a later time. These mint authorization signatures are free to produce, and guarantees no NFTs can be minted without prior approval.

Lazy Minting is a way to defer the minting until right before the NFT is sold. This way, buyers pay the minting fee after their NFT is sold, making NFT creation affordable and equitable for creators. Today, major NFT platforms like OpenSea and Rarible offer lazy minting as an option.

Why is lazy minting important?

Lazy minting is important because it helps artists save money minting NFTs, which is a primary concern when gas prices for transacting on Ethereum are high.

When the Ethereum blockchain is congested, the price of gas can become extremely high, which forces NFT artists to pay large amounts of ETH to list their art for sale on NFT marketplaces. 

The cost to mint an NFT can become quite high during hyped NFT launches, bull markets, and as an outcome of market-related news where many people try to conduct on-chain transactions.

How does lazy minting work?

Lazy minting makes use of off-chain NFT creation. This means that the NFTs artists create are not officially on the blockchain until someone buys the NFT. Once the lazy-minted NFT is purchased, it is minted on-chain and the gas costs to mint the NFT is covered by the buyer and not the seller.

We can generalize the process of lazy minting into 3 steps:

  1. The creator lazy mints an NFT using a smart contract. This contract will mint and sell the NFT on the seller’s behalf.
  2. The seller provides a private signature detailing a wallet and NFT details (e.g. token ID, price, etc.) to authorize the lazy minting process.
  3. The buyer purchases the NFT, pays a price that covers the minting cost and the NFT itself. The NFT is then put on-chain and transferred to the buyer’s wallet.

How to Lazy Mint NFTs on OpenSea

If you are a 1-of-1 NFT artist selling art on OpenSea, you can lazy mint NFTs through the OpenSea Account Manager automatically.

  1. Go to opensea.io and create an account. 
  2. Click create in the upper-right-hand corner
  3. Upload your NFT content and fill in the necessary information (the only required field is Name!)
  4. Click the blue “Create” button to create your NFT!
  5. Click the asset you’ve created, where it will take you to the asset’s page.
  6. Click “Sell”
  7. Set the price and duration for your listing.
  8. Click “Complete Listing”
  9. Sign the message from your wallet

Just like that, you’ve successfully lazy minted an NFT on OpenSea.

How to Lazy Mint NFTs on Rarible

Lazy minting on Rarible is super quick and easy. 

  1. Go to rarible.com
  2. Connect your wallet
  3. Create an account
  4. Click “create” in the upper-right-hand corner
  5. Fill in information about your NFT
  6. Enable “Free Minting” (it should be automatically enabled).
  7. Click “Create Item”
  8. Sign all authorizations with your wallet

Congrats, you’ve successfully lazy minted an NFT on Rarible!

How to Lazy Mint NFTs on Solana

Currently there are no lazy minting options for Solana NFT marketplaces. One reason why NFT minting is not as necessary for Solana as it is for Ethereum is because the gas fees to mint NFTs on Solana are extremely low and predictable compared to layer 1 Ethereum. 

For example, to mint an NFT on the Solana 1-of-1 NFT marketplace, Exchange.Art, NFT artists pay fractions of a SOL token, on the order of pennies, to mint an NFT through Exchange.Art’s self-serve NFT minting interface.

While lazy minting is not a feature offered on Solana since gas fees are not an issue, there are NFT tools created by Metaplex for running NFT mints that prevent bots, smart contracts to launch a personal NFT storefront, and contracts for running NFT auctions.

Additionally, Strata Protocol launched a dynamic NFT minting price tool that allows NFT projects to set a lower and upper bound on the price of NFTs. 

As time passes without NFTs being minted the price decreases to its lower bound, and as NFTs are purchased the mint price increases toward its higher bound. This tool helps to economically dissuade bots from minting out collections before genuine NFT community members can mint.

While these NFT tools don’t add mint authorizations to lower the cost of minting NFTs for 1-of-1 NFT creators on Solana, they help prevent bots from disrupting launches, and improve the NFT user experience like lazy minting improves the UX of minting NFTs with lower mint costs.

Non-fungible Tokens (NFTs) are used by artists, creators, and web3 startups to build community, sell digital art, and create token-gated experiences.

There is a lot of work that goes into creating a successful NFT project, and NFT launches can be damaged by high gas prices, and bots that prevent community members from minting NFTs and unfairly influencing the price by owning a large share of tokens.

NFT developers have launched a lot of interesting solutions to lower NFT costs like the ERC-721A batch minting smart contract, and in the case of lazy minting, defer the cost of minting NFTs to the buy instead of charging the seller who creates the NFT.

What is lazy minting?

Lazy minting lets NFT artists sign “minting authorizations” that allow a user to mint NFTs at a later time. These mint authorization signatures are free to produce, and guarantees no NFTs can be minted without prior approval.

Lazy Minting is a way to defer the minting until right before the NFT is sold. This way, buyers pay the minting fee after their NFT is sold, making NFT creation affordable and equitable for creators. Today, major NFT platforms like OpenSea and Rarible offer lazy minting as an option.

Why is lazy minting important?

Lazy minting is important because it helps artists save money minting NFTs, which is a primary concern when gas prices for transacting on Ethereum are high.

When the Ethereum blockchain is congested, the price of gas can become extremely high, which forces NFT artists to pay large amounts of ETH to list their art for sale on NFT marketplaces. 

The cost to mint an NFT can become quite high during hyped NFT launches, bull markets, and as an outcome of market-related news where many people try to conduct on-chain transactions.

How does lazy minting work?

Lazy minting makes use of off-chain NFT creation. This means that the NFTs artists create are not officially on the blockchain until someone buys the NFT. Once the lazy-minted NFT is purchased, it is minted on-chain and the gas costs to mint the NFT is covered by the buyer and not the seller.

We can generalize the process of lazy minting into 3 steps:

  1. The creator lazy mints an NFT using a smart contract. This contract will mint and sell the NFT on the seller’s behalf.
  2. The seller provides a private signature detailing a wallet and NFT details (e.g. token ID, price, etc.) to authorize the lazy minting process.
  3. The buyer purchases the NFT, pays a price that covers the minting cost and the NFT itself. The NFT is then put on-chain and transferred to the buyer’s wallet.

How to Lazy Mint NFTs on OpenSea

If you are a 1-of-1 NFT artist selling art on OpenSea, you can lazy mint NFTs through the OpenSea Account Manager automatically.

  1. Go to opensea.io and create an account. 
  2. Click create in the upper-right-hand corner
  3. Upload your NFT content and fill in the necessary information (the only required field is Name!)
  4. Click the blue “Create” button to create your NFT!
  5. Click the asset you’ve created, where it will take you to the asset’s page.
  6. Click “Sell”
  7. Set the price and duration for your listing.
  8. Click “Complete Listing”
  9. Sign the message from your wallet

Just like that, you’ve successfully lazy minted an NFT on OpenSea.

How to Lazy Mint NFTs on Rarible

Lazy minting on Rarible is super quick and easy. 

  1. Go to rarible.com
  2. Connect your wallet
  3. Create an account
  4. Click “create” in the upper-right-hand corner
  5. Fill in information about your NFT
  6. Enable “Free Minting” (it should be automatically enabled).
  7. Click “Create Item”
  8. Sign all authorizations with your wallet

Congrats, you’ve successfully lazy minted an NFT on Rarible!

How to Lazy Mint NFTs on Solana

Currently there are no lazy minting options for Solana NFT marketplaces. One reason why NFT minting is not as necessary for Solana as it is for Ethereum is because the gas fees to mint NFTs on Solana are extremely low and predictable compared to layer 1 Ethereum. 

For example, to mint an NFT on the Solana 1-of-1 NFT marketplace, Exchange.Art, NFT artists pay fractions of a SOL token, on the order of pennies, to mint an NFT through Exchange.Art’s self-serve NFT minting interface.

While lazy minting is not a feature offered on Solana since gas fees are not an issue, there are NFT tools created by Metaplex for running NFT mints that prevent bots, smart contracts to launch a personal NFT storefront, and contracts for running NFT auctions.

Additionally, Strata Protocol launched a dynamic NFT minting price tool that allows NFT projects to set a lower and upper bound on the price of NFTs. 

As time passes without NFTs being minted the price decreases to its lower bound, and as NFTs are purchased the mint price increases toward its higher bound. This tool helps to economically dissuade bots from minting out collections before genuine NFT community members can mint.

While these NFT tools don’t add mint authorizations to lower the cost of minting NFTs for 1-of-1 NFT creators on Solana, they help prevent bots from disrupting launches, and improve the NFT user experience like lazy minting improves the UX of minting NFTs with lower mint costs.

{{building-alchemy-ad}}

Contact Us

Talk to an expert at Alchemy to answer all of your product questions.
Valid number
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

Build blockchain magic with Alchemy

Alchemy combines the most powerful web3 developer products and tools with resources, community and legendary support.

Get started for free