> For the complete documentation index, see [llms.txt](https://decuple.gitbook.io/decuple-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://decuple.gitbook.io/decuple-whitepaper/collaboration/how-decuple-works/whitelist.md).

# Whitelist

## Goal

Our goal with the "Whitelist" program is to expand and strengthen our community. By creating a whitelist, we can ensure that those who are dedicated and meet the whitelist criteria have the opportunity to participate in our NFT minting rounds and gain access to other exclusive benefits. We believe this program will help us grow our community and cultivate a sense of exclusivity and value for those who are accepted onto the whitelist.

## How to join

Entering our whitelist program requires users to follow a few simple steps.

**Step 1:** Go to the whitelist page and connect your wallet to begin the application process.

**Step 2:** Enter a valid email address. This will be used to notify you of any further updates, and all relevant information will be sent to this address.

**Step 3:** Click on the displayed Gleam challenge button, which will present you with a series of tasks to complete one by one.

If all tasks are completed correctly, you will receive a message that says, "Congratulations! You have been successfully added to the whitelist."

## Benefits of Being a Whitelist Member

**Early access to minting:**&#x20;

You will have the opportunity to mint NFTs one day before the general public.

**Fixed Price:**&#x20;

As a benefit of being on the whitelist, users will have the opportunity to mint their NFTs at a fixed price of $1000 during the whitelist pre-sale period. However, it is important to note that <mark style="color:green;">this offer is only valid during the pre-sale period,</mark> and users must be up to date with announcements and operational dates in order to take advantage of this opportunity. <mark style="color:red;">Failure to do so may result in missing out on this exclusive benefit.</mark>

{% hint style="warning" %}
The maximum number of mints per whitelisted wallet is 3 NFTs
{% endhint %}

**Deco reward:**&#x20;

Upon completing the whitelist tasks, wallets will receive Deco tokens as a reward. Moreover, for every new user that a whitelist member refers who also completes the whitelist process and associated tasks within the given period, additional Deco tokens will be granted.

**Priority Access:**

Whitelist users will also have priority access to purchase lands on Lenzo when it becomes available for purchase.


---

# 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://decuple.gitbook.io/decuple-whitepaper/collaboration/how-decuple-works/whitelist.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.
