> For the complete documentation index, see [llms.txt](https://pigskinpalsnft.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pigskinpalsnft.gitbook.io/whitepaper/what-is-pigskin-pals/erc721a-minting.md).

# ERC721A Minting

## TLDR

* ERC721A is an implementation of IERC721 with significant gas savings for minting multiple NFTs in a single transaction.
* The Pigskin Pals NFT Minting contract will enable minting multiple NFTs for **essentially the same cost of minting a single NFT.**
* In addition to the 3 software engineers on our team that have audited this contract, we have paid for external consultancy services to ensure our minting contract is safe and exploit-free.
* The gas savings in the table below translates to a reduced cost in USD, though the exact USD amount may vary as gas fees and the price of Ethereum also may vary.

![Comparing gas costs from OpenZepplin's ERC721ENumerable vs ERC721A](/files/o15eWv9rzlYhesWZC2Os)

## Why?

Gas prices on Ethereum have been high since the NFT marketplace took off in 2021. Due to the high amount of transactions that need to be processed and the demand for minting NFTs, we want to ensure that our users do not need to spend a fortune in order to play our game. Our mission is to build a community of people who are passionate about fantasy football and love to play our game!

## How?

This new implementation of a minting contract saves gas by reducing reduntant metadata storage, updating the owner's balance once per batch mint rather than each individual mint. For more information on implementation details, please visit <https://www.erc721a.org/>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://pigskinpalsnft.gitbook.io/whitepaper/what-is-pigskin-pals/erc721a-minting.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.
