# Pre-Built Contracts

* Open source and free to deploy (excl. platform and gas fees)
* There is no need for developers and coding.
* Deploy with Ease: Pre-built contracts offer seamless deployment options that are accessible via a user-friendly interface (dashboard).
* Enjoy a super-friendly dashboard designed to easily create and manage your contracts.
* Rest assured that all deployed contracts remain under your full ownership.
* Each pre-built contract undergoes auditing by experts, with audit reports provided. Additionally, ongoing bug programs ensure continuous security for both deployers and users.
* Leveraging the proxy pattern, deploying pre-built contracts is 10x cheaper than non-proxy alternatives.

### NFT Contracts[​](https://portal.thirdweb.com/pre-built-contracts#nft-contracts) <a href="#nft-contracts" id="nft-contracts"></a>

| Name                                                                                    | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| --------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [NFT Drop](/smart-contract/pre-built-contracts/nft-drop-contract.md)                    | <p>Great for creators who want to release a collection of unique NFTs, the <strong>NFT Drop</strong> contract uses the ERC721A Standard to make the process efficient and straightforward. It supports lazy minting by default, allowing you to prepare NFTs in advance and <strong>mint them as needed</strong>. <br>This setup makes it easy to distribute your digital collectibles smoothly and automatically. Additional features such as time-released launches and <strong>pre-sale options</strong> are ideal for building excitement and managing <strong>exclusive access</strong> to your NFT collection.<br><br>It supports all <a href="/pages/rR5E4JfFa4dfOwVMoeXZ">EVM Chains</a> (ETH, AVAX, MATIC, and more).</p>                                                              |
| [NFT Collection](/smart-contract/pre-built-contracts/nft-collection-contract.md) (soon) | <p>Perfect for individuals who want to create and keep their unique NFTs, the <strong>NFT Collection</strong> contract ERC-721 lets you generate a collection without needing to release them for others to claim. <br>This setup <strong>doesn’t use lazy minting</strong>, which means you create and own the NFTs right from the start, giving you full control over your digital collectibles. <br><br>This method works well for <strong>marketplaces</strong> like your own platform or <strong>OpenSea,</strong> because it allows you to list and trade your NFTs right away. They are immediately available for sale or auction without waiting for the minting process.<br><br>It supports all <a href="/pages/rR5E4JfFa4dfOwVMoeXZ">EVM Chains</a> (ETH, AVAX, MATIC, and more).</p> |
| [Solana (candy machine)](/smart-contract/pre-built-contracts/nft-solana-contract.md)    | <p>The Solana Candy Machine is a pre-built contract for launching NFT collections on the Solana blockchain. Ideal for creators aiming to distribute a series of digital collectibles, it automates the minting process and supports seamless <strong>NFT drops.</strong><br><br>Supports Solana Chain.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| More coming soon...                                                                     |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |


---

# 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.imintify.com/smart-contract/pre-built-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.
