> For the complete documentation index, see [llms.txt](https://niftsy-protocol-niftsy-1.gitbook.io/niftsy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://niftsy-protocol-niftsy-1.gitbook.io/niftsy/tutorials/dapps/launchpad-wino/version-0/instruction.md).

# Instruction

### Administration

Launchpad is used to distribute ERC-20 tokens of projects. ERC-20 tokens are placed in the wNFT version №0 (v.0) of the Envelop Protocol as Collateral. And they are being transferred to the smart-contract address of the Launchpad. You can create a wNFT here (<https://app.envelop.is/#/>) or here (<https://app.envelop.is/#/saft>).&#x20;

For each ERC-20 token, a different smart-contract is deployed for the Launchpad. And prices are set in native (coins) and ERC-20 tokens per unit of token sold. The price of wNFT with Collateral in ERC-20 tokens sold is defined as the price per unit multiplied by the number of tokens sold in the wNFT Collateral.

A separate web application is deployed for purchasers of the project tokens, to which the deployed launchpad smart-contract is connected. Deployment of the web application and the smart-contract customization can be done by the DAO Envelop support team or technical team of the project, which purchased the Launchpad from DAO Envelop. For purchasing and setup questions, please e-mail:[ info@envelop.is](mailto:info@envelop.is).

See documentation  <https://docs.envelop.is/tech/smart-contracts/v0/contract-launchpad.sol> to learn how the smart contract of the Launchpad works.

### User manual

A launchpad with NIFTSY DAO Envelop tokens for sale can be found at <https://app.envelop.is/launchpad/#/> on the Binance Smart Chain (BSC) network.

On the launchpad, wNFTs are displayed as cards with the number of ERC-20 tokens they contain and their prices.

<figure><img src="/files/tTCRKlaBGrKmRhzxXqkH" alt=""><figcaption></figcaption></figure>

User selects tokens from a list with which they want to pay wNFT:&#x20;

<figure><img src="/files/7qkytLYs6kjdvOq2rVcY" alt=""><figcaption></figcaption></figure>

Presses the "**Buy**" button:

<figure><img src="/files/KVsrMUMmVCxIJgJ24Hag" alt=""><figcaption></figcaption></figure>

Gives permission to use their ERC-20 tokens to the launchpad smart contract by confirming the transaction on the pop-up that opens. It is necessary for the smart contract to be able to **withhold** payment when purchasing **wNFT**.

Confirms the transaction in MetaMask:

<figure><img src="/files/cc4cPudFKEODhrf96nnc" alt=""><figcaption></figcaption></figure>

Then press Buy on the wNFT card again. And confirm the payment transaction with "Pay".&#x20;

<figure><img src="/files/6lLIGwz1kZO9v4OxJiv3" alt=""><figcaption></figcaption></figure>

Confirms the transaction in MetaMask.<br>

<figure><img src="/files/UhhRkm2eqgeGhKPAiSis" alt=""><figcaption></figcaption></figure>

The app informs you that the user has **purchased** wNFT.

<figure><img src="/files/CkugHXskBFc1zsK7Mw5p" alt=""><figcaption></figcaption></figure>

Further wNFT can be found on the dashboard in the Wrapper app:&#x20;

<https://app.envelop.is/>  &#x20;

After the time-lock date, wNFT can be unwrapped and NIFTSY tokens can be added to your balance.

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://niftsy-protocol-niftsy-1.gitbook.io/niftsy/tutorials/dapps/launchpad-wino/version-0/instruction.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
