# ---DexContracts---

- [Overview](https://docs.dexkit.com/defi-products/dexcontracts/overview.md): Easily deploy your own smart contracts on blockchain with a seamless experience.
- [Requirements](https://docs.dexkit.com/defi-products/dexcontracts/requirements.md)
- [Web3 forms generator](https://docs.dexkit.com/defi-products/dexcontracts/web3-forms-generator.md): This advanced functionality allows creators and developers to scan smart contracts and extract useful features for their projects and ideas on the Web3.
- [Thirdweb contracts 🔥](https://docs.dexkit.com/defi-products/dexcontracts/thirdweb-contracts.md)
- [Edition](https://docs.dexkit.com/defi-products/dexcontracts/thirdweb-contracts/edition.md): Create editions of ERC1155 tokens, facilitating limited releases and collectibles.
- [Edition Drop](https://docs.dexkit.com/defi-products/dexcontracts/thirdweb-contracts/edition-drop.md): Release ERC1155 tokens at a specified price, enabling controlled token distribution.
- [Marketplace (unlisted)](https://docs.dexkit.com/defi-products/dexcontracts/thirdweb-contracts/marketplace-unlisted.md): Enable the trading of ERC721/ERC1155 tokens within a secure marketplace environment.
- [NFT Collection](https://docs.dexkit.com/defi-products/dexcontracts/thirdweb-contracts/nft-collection.md): Craft collections of unique NFTs, allowing creators to showcase their digital assets.
- [NFT Drop](https://docs.dexkit.com/defi-products/dexcontracts/thirdweb-contracts/nft-drop.md): Introduce a collection of unique NFTs for sale at a fixed price point.
- [Pack (Deprecated)](https://docs.dexkit.com/defi-products/dexcontracts/thirdweb-contracts/pack-deprecated.md): Bundle multiple tokens into ERC1155 NFTs, creating randomized loot boxes.
- [SignatureDrop (unlisted)](https://docs.dexkit.com/defi-products/dexcontracts/thirdweb-contracts/signaturedrop-unlisted.md): Implement signature-based minting of ERC721 tokens for enhanced security.
- [Split](https://docs.dexkit.com/defi-products/dexcontracts/thirdweb-contracts/split.md): Distribute funds among multiple recipients in a transparent and auditable manner.
- [StakeERC721](https://docs.dexkit.com/defi-products/dexcontracts/thirdweb-contracts/stakeerc721.md): Establish a contract for staking ERC721 NFTs with rewards in the form of ERC20 tokens.
- [Token](https://docs.dexkit.com/defi-products/dexcontracts/thirdweb-contracts/token.md): Generate ERC20-compliant cryptocurrencies, adhering to the well-established ERC20 standard.
- [Token Drop](https://docs.dexkit.com/defi-products/dexcontracts/thirdweb-contracts/token-drop.md): Facilitate the issuance of new ERC20 tokens for a predetermined price.
- [Vote](https://docs.dexkit.com/defi-products/dexcontracts/thirdweb-contracts/vote.md): Establish a platform for creating and voting on proposals, promoting decentralized decision-making.
- [StakeERC20](https://docs.dexkit.com/defi-products/dexcontracts/thirdweb-contracts/stakeerc20.md)
- [Multiwrap](https://docs.dexkit.com/defi-products/dexcontracts/thirdweb-contracts/multiwrap.md): Bundle multiple ERC721/ERC1155/ERC20 tokens into a single ERC721 token.
- [AirdropERC20](https://docs.dexkit.com/defi-products/dexcontracts/thirdweb-contracts/airdroperc20.md): Airdrop ERC20 tokens on the chain's native token to a list of recipients.
- [Airdrop ERC20 Claimable](https://docs.dexkit.com/defi-products/dexcontracts/thirdweb-contracts/airdrop-erc20-claimable.md): Enables a decentralized way for users to claim ERC20 tokens themselves.
- [AirdropERC721](https://docs.dexkit.com/defi-products/dexcontracts/thirdweb-contracts/airdroperc721.md): Airdrop ERC721 NFTs to a list of recipients.
- [AirdropERC1155](https://docs.dexkit.com/defi-products/dexcontracts/thirdweb-contracts/airdroperc1155.md): Airdrop ERC1155 NFTs to a list of recipients.
- [DexKit contracts 🔥](https://docs.dexkit.com/defi-products/dexcontracts/dexkit-contracts.md)
- [DropAllowanceERC20](https://docs.dexkit.com/defi-products/dexcontracts/dexkit-contracts/dropallowanceerc20.md): The Token Allowance Drop is an extended version of the Token Drop contract that allows users to set the token they want to sell. to a list of recipients.
- [Creating my first NFT collection](https://docs.dexkit.com/defi-products/dexcontracts/creating-my-first-nft-collection.md): Generate NFT collections, tokens and other types of Smart Contracts using this tool (in development)
- [Managing deployed contracts](https://docs.dexkit.com/defi-products/dexcontracts/managing-deployed-contracts.md)
- [Future updates](https://docs.dexkit.com/defi-products/dexcontracts/future-updates.md)


---

# 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.dexkit.com/defi-products/dexcontracts.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.
