# Smart Contract (NFT deployer)

- [FAQ Smart Contract](https://docs.imintify.com/smart-contract/faq-smart-contract.md)
- [Create NFT Smart Contract](https://docs.imintify.com/smart-contract/create-nft-smart-contract.md): Deploy your Smart Contract in just ✅ 3 Steps.
- [Create Solana NFT Smart Contract](https://docs.imintify.com/smart-contract/create-solana-nft-smart-contract.md): Deploy your Smart Contract in just ✅ 3 Steps.  Create contract, Upload images and create Mint webiste.
- [Claim conditions](https://docs.imintify.com/smart-contract/claim-conditions.md): Claim Conditions refer to the regulations that determine both eligibility criteria and the maximum allowable claim amount and you can set Claim Conditions for each phase you Drop.
- [Pre-Built Contracts](https://docs.imintify.com/smart-contract/pre-built-contracts.md): Pre-built contracts are proxy contracts created for the most common use cases and established patterns for smart contracts.
- [NFT Drop contract](https://docs.imintify.com/smart-contract/pre-built-contracts/nft-drop-contract.md): The NFT Drop contract is perfect for releasing a collection of distinct NFTs using the ERC721A Standard. By default, NFT Drop supports Lazy Mint.
- [NFT Collection contract](https://docs.imintify.com/smart-contract/pre-built-contracts/nft-collection-contract.md): The NFT Collection contract ERC-721 is appropriate when you desire to possess a collection of unique NFTs without the intention of "dropping" or "releasing" them for your community to claim.
- [NFT Solana contract](https://docs.imintify.com/smart-contract/pre-built-contracts/nft-solana-contract.md): Solana Candy Machine Pre-Built contract
- [Lazy minting](https://docs.imintify.com/smart-contract/lazy-minting.md): Considering the typically elevated gas prices in the heavily sought-after Ethereum space, minting an NFT or an NFT collection can become expensive for creators. Lazy minting provides a solution.
- [Upload files to IPFS](https://docs.imintify.com/smart-contract/upload-files-to-ipfs.md): IPFS NFT upload involves minting a non-fungible token (NFT) and storing its associated media files on the InterPlanetary File System (IPFS), ensuring decentralized and immutable access to the content.
- [Sign Transaction](https://docs.imintify.com/smart-contract/sign-transaction.md): To deploy your Smart Contracts on the Blockchain you need to sign the transaction with your wallet.
- [Testnet Funds](https://docs.imintify.com/smart-contract/testnet-funds.md)
- [Gas Fees](https://docs.imintify.com/smart-contract/gas-fees.md): Every transaction, which involves altering information stored on the blockchain, necessitates a gas fee.
- [Split Contract](https://docs.imintify.com/smart-contract/split-contract.md): The Split contract enables you to designate multiple wallet addresses as recipients for revenue or royalty splits.
- [EVM Chains](https://docs.imintify.com/smart-contract/evm-chains.md): EVM chains are blockchain networks that work with the Ethereum Virtual Machine (EVM)


---

# 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.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.
