> For the complete documentation index, see [llms.txt](https://messier.gitbook.io/catalogue-de-messier/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://messier.gitbook.io/catalogue-de-messier/messier-dao/quick-guide.md).

# Quick Guide

Staking with Messier DAO is different from traditional staking models that use fixed rates like APY or APR. Instead, your rewards depend on how much and how often the DAO invests. The bigger and more frequent the investments, the higher the rewards for stakers.

***

## **Who Can Stake?**

VirgoDAO has two types of stakers:

### **1. Pōwehi Members**

* **Who They Are:** The top 87 stakers.
* **What They Do:** They create new investment proposals.

### **2. Halo Members**

* **Who They Are:** All other stakers.
* **What They Do:** They vote on proposals made by Pōwehi members.

***

## **How Are Rewards Paid?**

After the DAO approves an investment, rewards are given out like this:

* **12.13%** of the tokens bought go to all stakers in the MTT pool (including NFT holders).
* **0.87%** goes only to Object NFT holders in the MOTT pool.

***

## **Supernova Event: Extra Rewards**

Stakers who stay committed for 10 investment proposals in a row become **Dark Listed** and qualify for extra rewards during the **Supernova Event.**

### **What Happens During Supernova?**

**First Reward Distribution:**

* **13%** of non-ETH tokens in the treasury are distributed:
  * **12.13%** to Dark Listed stakers
  * **0.87%** to Object NFT holders

**Second Reward Distribution:**

* Remaining tokens are sold for ETH.
* **87%** of the ETH goes back into the treasury.
* **13%** of the ETH is paid as extra rewards:
  * **12.13%** to Dark Listed stakers
  * **0.87%** to Object NFT holders

***

## **How to Qualify for Supernova Rewards**

Stay staked through all 10 proposals in a cycle, and you’ll become **Dark Listed,** making you eligible for Supernova rewards.

***

## **Start Staking Today!**

Ready to earn rewards?

🔗 [Stake Here](https://virgo.messier.app/stake)


---

# 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://messier.gitbook.io/catalogue-de-messier/messier-dao/quick-guide.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.
