> For the complete documentation index, see [llms.txt](https://snark-launch.gitbook.io/snark-launch/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://snark-launch.gitbook.io/snark-launch/tiered-system-v2-updated.md).

# Tiered System V2 (Updated)

### The Snark system consists of 3 tiers (Gold, Platinum, and Diamond)

**Context:**\
\
Pool reserved is the allocation that a tier gets.\
\
**Example:** Project X wants to raise 100 ETH

If the Gold tier has a 20% reserve, it means 20 ETH (20% of 100 ETH) is reserved only for gold.

### "What if the highest tier isn't able to fill out their pool reserve ?"

The remaining pool allocation is then offered to the tier below it.

**Example:**

*If the Diamond tier has a 50% allocation of the entire round and they were only able to fill out 40% of it, the remaining 10% would go towards the platinum tier.*&#x20;

### **Gold Tier (5,000 Tokens)**

* 20% pool reserved + whatever left remaining
* Guaranteed whitelist
* Tokens must be staked

### **Platinum Tier (10,000 Tokens)**

* 30% pool reserve&#x20;
* Guaranteed whitelist
* [**Snark Insurance**](/snark-launch/the-snark-launch-platform/snark-insurance.md)
* Bigger allocation
* Potential lower price entry to token launches
* Tokens must be staked
* No requirement to share on social media

### **Diamond Tier (50,000 Tokens)**

* 50% pool reserve&#x20;
* Guaranteed whitelist
* No max allocation on any project (varies depending on the raise)
* [**Snark Insurance**](/snark-launch/the-snark-launch-platform/snark-insurance.md)
* Priority investment (Always first)
* Tokens must be staked
* Potential lower price entry to token launches (private rounds of other projects)
* Potential bonus tokens if purchased

\
\ <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://snark-launch.gitbook.io/snark-launch/tiered-system-v2-updated.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.
