# ERC721GeneralSequence

This is the most standard contract type, with token IDs minting in sequential order as minting proceeds, and a distinct tokenURI per token built from a baseURI. This can be used for any kind of mint where the metadata is intended to vary among tokens. Note, however, that for generative projects, you’ll want to use the ERC721GenerativeOnchain contract.

### Contract link

{% embed url="<https://github.com/highlightxyz/hl-evm-contracts/blob/main/contracts/erc721/ERC721GeneralSequence.sol>" %}


---

# 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://support.highlight.xyz/knowledge-base/for-developers/nft-contracts/erc721generalsequence.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.
