# Tiers

### **Create Tiers**

Setup custom tiers

define by setting minimum amounts of token to be staked & Quantities of NFTs held from a specific collection.

Add custom names and images for tiers

Set % allocation for each tier, which can be used for airdrops.

| Tier | Min Stake Amount | #No of NFTs Held | Distribution |
| ---- | ---------------- | ---------------- | ------------ |
| 1    | 1                | 0                | 5%           |
| 2    | 10,000           | 1                | 15%          |
| 3    | 100,000          | 2                | 30%          |
| 4    | 1,000,000        | 4                | 50%          |

Popup front end for users to view tiers and requirements to get to that toer

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


---

# 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://wp.gotmlabz.io/spl-token-staking/tiers.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.
