> For the complete documentation index, see [llms.txt](https://coresky-1.gitbook.io/coresky-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://coresky-1.gitbook.io/coresky-docs/3.2-how-to-earn-diamonds.md).

# 3.2 How to Earn Diamonds

&#x20;**Voting-Based Diamonds**

* **Vote for Meme Projects**: The earlier you vote, the more points you earn.
* **Hold Your Votes**: Longer vote durations provide additional point multipliers.
* **Support High-Ranking Projects**: Voting for top-ranking memes grants extra boosts.

**Trading-Based Diamonds**

* **Buy Meme Keys**: Each on-chain purchase earns you base Diamonds

> ***Diamond Accumulation Basis***
>
> For every **1 USDT** spent on MemeKey purchases, users receive **1 base Diamond** as the default calculation metric. This baseline ratio serves as the starting point for Diamond accumulation before any multipliers are applied.
>
> This metric is part of an internal incentive model and is not linked to any monetary valuation or token redemption guarantee. Diamond rewards are used solely to reflect platform participation and determine eligibility in future incentive distributions.

* **Hold Meme Keys**: The longer you hold, the more multipliers you get.
* **Frequent Trading**: Repeated participation (buy) triggers bonus mechanisms.

> Note: Any suspected wash trading or abuse will lead to disqualification of Diamonds.

#### Diamond Yield Multipliers

Users who purchase and hold MemeKeys may earn Diamond yield multipliers based on both:

* Purchase Volume:

  Larger cumulative net purchases (in USDT terms) can unlock higher multiplier tiers, increasing Diamond yield.

> Users who buy MemeKeys receive Diamond rewards weighted by their purchase volume.

| <p><br></p>      | Less than 500 USDT | Net purchase greater than 500 USDT | Net purchase greater than 1000 USDT | Net purchase greater than 5000 USDT |
| ---------------- | ------------------ | ---------------------------------- | ----------------------------------- | ----------------------------------- |
| Amount Weighting | None               | +0.1x                              | +0.2x                               | +0.5x                               |
| Actual Earnings  | 1.0x               | 1.1x                               | 1.2x                                | 1.5x                                |

* Holding Duration:

  Longer continuous holding of MemeKeys can further boost Diamond accrual rates. Maximum benefits are unlocked at the 21-day holding threshold.

Users who hold Meme Keys can earn returns weighted by the duration of their holding.

| Holding Stage   | Holding Days       | Base Multiplier | Actual Earnings (Time Weighting + Amount Weighting) |
| --------------- | ------------------ | --------------- | --------------------------------------------------- |
| Trial Period    | Sold within 3 days | 1.0x            | 1.0x-1.5x                                           |
| Beginner Period | Hold for 3 days    | 1.1x            | 1.1x-1.6x                                           |
| Growth Period   | Hold for 7 days    | 1.3x            | 1.3x-1.8x                                           |
| Golden Growth   | Hold for 14 days   | 1.5x            | 1.5x-2.0x                                           |
| Diamond Hand    | Hold for 21 days   | 1.7x            | 1.7x-2.3x                                           |

These two factors jointly determine the user’s final Diamond reward rate, which directly influences eligibility for incentive-based distributions, including potential airdrops.

> Note: These multipliers are part of a behavioral incentive system and are specifically designed to reward long-term, meaningful engagement while discouraging speculative short-term flipping.


---

# 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://coresky-1.gitbook.io/coresky-docs/3.2-how-to-earn-diamonds.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.
