# LYNC NFT Deployer

LYNC Fuel NFT Deployer is a no-code Smart contract Deployment Platform that simplifies the process of creating and managing NFTs, even to users who have no experience with blockchain technology.&#x20;

It supports Non-fungible NFTs (unique digital assets) and Semi-fungible NFTs (multiple edition NFTs). It allows users to build individual NFTs or entire collections, customize attributes, and deploy them on the Fuel blockchain with just a few easy steps. LYNC NFT Deployer  makes launching NFTs and collection much more accessible and straightforward.

## Link to NFT Deployer on Fuel -

{% embed url="<https://fueldeployer.lync.world/>" %}
NFT deployer on Fuel blockchain
{% endembed %}

<figure><img src="/files/91FpWCzGJtvOsZLkPGQE" alt=""><figcaption><p>LYNC's NFT Deployer on Fuel Blockchain Network</p></figcaption></figure>

## **Key Features:**

1. **Different NFT Options -**\
   Users can deploy different types of NFT contracts:
   1. 1/1 NFTs -> These NFTs are unique and only have one copy.
   2. Multiple Edition -> These NFTs have n number of copies.
   3. Collection -> This can be divided into 2 parts
      1. **1/1 NFT :** In a 1/1 NFT contract, creator can choose to have as many quantity of unique NFTs. For example: 1000 NFT collection (1000 NFTS where all are a Unique Copies or Unique Assets, like a rare NFT which only 1 user can hold)
      2. **Multiple Edition** : In a multiple edition NFT contract, creator can choose to have as many copies of NFT. For example: 1000 NFT collection (1000 copies of same NFT, like a common in-game asset)
2. **No Blockchain Knowledge Needed -**\
   This is a no-code platform designed for everyone, whether you're new to the world of NFTs or an experienced blockchain user. With a simple, step-by-step process, it takes care of all the complex technical stuff behind the scenes. This way, anyone can easily create and manage their NFTs.
3. **Secure and Transparent -**\
   All NFT deployments are recorded on the Fuel blockchain, which ensures that each transaction is permanent and easily verifiable. This helps in building trust with users and protects the integrity of their digital assets.
4. **Support for Multiple Wallets -** \
   The Fuel NFT Deployer allows you to connect Fuel wallets such as [Fuel Wallet](https://wallet.fuel.network/), [Fuelet](https://fuelet.app/) etc, Ethereum wallets such as [Metamask](https://metamask.io/) etc, and other compatible wallets with the Fuel network. This ensures that users can choose a wallet that fits their needs, making the platform more accessible.


---

# 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://lync-1.gitbook.io/lync/fuel/lync-nft-deployer.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.
