# Smart Contracts

<details>

<summary><span data-gb-custom-inline data-tag="emoji" data-code="1f4cc">📌</span> <a href="/pages/v5cqNtL3Titzf9LLrBiU">ERC721</a></summary>

A standard for non-fungible tokens (NFTs), allowing each token to be unique and individually owned and traded.

</details>

<details>

<summary><span data-gb-custom-inline data-tag="emoji" data-code="1f4cc">📌</span> <a href="/pages/DZ4zuCW30rqGtwTPmL0i">ERC721A</a></summary>

An optimized version of ERC721, reducing gas costs for minting multiple NFTs in a single transaction.

</details>

<details>

<summary><span data-gb-custom-inline data-tag="emoji" data-code="1f4cc">📌</span> <a href="/pages/NPO0unuvIDILeYEfxfW6">ERC1155</a></summary>

A multi-token standard supporting both fungible and non-fungible tokens, allowing batch transfer and streamlined contract management.

</details>

<details>

<summary><span data-gb-custom-inline data-tag="emoji" data-code="1f4cc">📌</span> <a href="/pages/RwnxOtE5vBrWoZLgLwp0">Soulbound</a></summary>

A concept for tokens that are non-transferable and permanently tied to a single owner, representing immutable attributes or qualifications.

</details>

<details>

<summary><span data-gb-custom-inline data-tag="emoji" data-code="1f4cc">📌</span> <a href="/pages/gs79ufqSjD6moQF1BSkL">ERC6551</a></summary>

A contract standard for creating and managing accounts that can hold various tokens and execute transactions.

</details>

<details>

<summary><span data-gb-custom-inline data-tag="emoji" data-code="1f4cc">📌</span> <a href="/pages/w1Ds56QHoZ4D8jml18F0">Fractional</a></summary>

A contract that allows NFTs to be fractionalized into smaller, tradable parts, often represented as ERC20 tokens.

</details>

<details>

<summary><span data-gb-custom-inline data-tag="emoji" data-code="1f4cc">📌</span> <a href="/pages/QXASkEhCXVtkvgopH08S">UpgradableNFTContract</a></summary>

A contract for NFTs that can be upgraded post-deployment, ensuring flexibility and adaptability to future changes or improvements.

</details>


---

# 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.volary.io/template-library/smart-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.
