> For the complete documentation index, see [llms.txt](https://docs.dackieswap.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dackieswap.xyz/dackieswap/product-features/tier-system-deprecated.md).

# Tier System (deprecated)

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

## **Prerequisites** <a href="#heading-prerequisites" id="heading-prerequisites"></a>

Read this post first to understand about [Lock Staking](https://docs.dackieswap.xyz/products/product-features/earn/dackiepools#how-to-use-locked-staking)

## **What is Dackie Tier?** <a href="#heading-what-is-dackie-tier" id="heading-what-is-dackie-tier"></a>

Dackie Tier is a tiered system that categorizes users based on the amount of DACKIE tokens they have staked and locked. Your tier is determined by your iDackie score, a special point system that reflects your commitment and contribution to the Dackie ecosystem.

## **Benefits of Dackie Tier** <a href="#heading-benefits-of-dackie-tier" id="heading-benefits-of-dackie-tier"></a>

As a member of the Dackie Tier, you stand to gain numerous advantages, including but not limited to:

* **Access to Exclusive Staking Pools:** Enjoy higher rewards and superior returns by participating in special staking pools reserved for Dackie Tier members.
* **Priority Access to DackiePad:** Get early and exclusive access to invest in hidden gem projects through DackiePad, our launchpad platform. These limited opportunities are offered on a first-come, first-served basis to our tiered members.
* **Future Ecosystem Benefits:** As the Dackie ecosystem continues to grow and evolve, being a part of the Dackie Tier ensures that you are first in line to receive additional benefits, rewards, and other opportunities. (whitelist for new NFT, new features…)

## **How Does Dackie Tier Work ? What is iDACKIE ?** <a href="#heading-how-does-dackie-tier-work" id="heading-how-does-dackie-tier-work"></a>

**iDACKIE** plays a crucial role in determining your Dackie Tier, and it is calculated based on the amount of DACKIE you have staked and the duration for which you choose to lock your tokens.&#x20;

**iDACKIE** is also DackieSwap DAO Voting Power, the more iDACKIE you have, the more voting power you have in [The DackieSwap DAO](https://snapshot.org/#/dackie.eth), you can contribute to making important decisions for DackieSwap platform. Read [HERE](/dackie-governance/the-dackieswap-dao.md) for more detail.

Here’s how we calculate iDackie:

### **1.** **When Lock Duration is Less Than 5 Weeks**:&#x20;

In this scenario, the formula to calculate iDackie is as follows:

`iDackie = ( Amount of DACKIE Staked ) × ( Lock Duration / 5 weeks )`

This means that your iDackie score is proportional to both the amount of DACKIE you have staked and the duration for which you have locked it, with a maximum lock duration of 5 weeks considered for this particular calculation.

### 2. **When Lock Duration is 5 Weeks or More**:&#x20;

If you decide to lock your DACKIE for 5 weeks or longer, the calculation simplifies to: `iDackie = Amount of DACKIE Staked`

In this case, your iDackie score directly reflects the amount of DACKIE you have staked, regardless of the lock duration.

Example: Let's consider user A, who plans to stake 100,000 DACKIE. If A chooses to lock the tokens for 5 weeks, then A’s iDackie score would be calculated as:`100,000 × 2 / 5= 40,000`. However, if A decides to lock the tokens for 5 weeks or more, A’s iDackie score would be the full 100,000.

Your **Dackie Tier** is then determined based on your iDackie score as follows:

* **Tier 0:** iDackie less than 10,000
* **Tier 1:** 10,000 ≤ iDackie < 30,000
* **Tier 2:** 30,000 ≤ iDackie < 90,000
* **Tier 3:** 90,000 ≤ iDackie < 270,000
* **Tier 4:** 270,000 ≤ iDackie < 810,000
* **Tier 5:** iDackie ≥ 810,000

#### **How to retrieve your DackieTier** <a href="#heading-how-to-retrieve-your-dackie-tier" id="heading-how-to-retrieve-your-dackie-tier"></a>

{% embed url="<https://www.dackieswap.xyz/pools>" %}

<figure><img src="/files/VWAwbN9W5eTUIL75lbZH" alt=""><figcaption><p>Tool tips for iDACKIE Description</p></figcaption></figure>

<figure><img src="/files/TFPRR2OLqMU78YcpgdQL" alt=""><figcaption><p>Tool tips for Tier ranking</p></figcaption></figure>

**Join the Dackie Tier Today!**

Don’t miss out on the chance to elevate your Dackie experience. Stake, lock, and climb the tiers to unlock a world of exclusive benefits and opportunities tailored just for you. Be a part of the Dackie Tier and let’s grow together in the Dackie ecosystem.


---

# 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://docs.dackieswap.xyz/dackieswap/product-features/tier-system-deprecated.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.
