> For the complete documentation index, see [llms.txt](https://blobdao.gitbook.io/blob/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blobdao.gitbook.io/blob/blob-protocol/what-is-blob-dao/staking.md).

# Staking

In BlobDAO, staking your BLOB tokens allows you to earn a proportionate share of the treasury income. This page explains how staking works in BlobDAO, including how to stake, claim income, and unstake your tokens.

#### What is staking?

Staking is the process of participating in the BlobDAO network by locking up your BLOB tokens. When you stake BLOB, you receive Blob Share in return, which determines your ownership of treasury income and also serves as governance tokens within BlobDAO.

#### Staking Warm-Up Period

To enhance the security of the BlobDAO network and to prevent exploitation, we have instituted a 4-day staking warm-up period. This means that after you stake your BLOB tokens, there is a 4-day waiting period before you start receiving Blob Shares and thus start receiving rewards from the treasury income.

#### Auto-Compounding

One of the unique features of BlobDAO's staking system is the auto-reinvest feature. This means that the treasury income rewards you earn can be automatically reinvested. Automatically increasing your share of the treasury revenue, which could lead to the exponential growth of your earnings over time.

#### Governance Power

By staking BLOB tokens and receiving Blob Share, you are also gaining governance power within BlobDAO. As a holder of Blob Share, you will be able to participate in the decision-making process within BlobDAO, influencing the direction of the project.

#### Unstaking

If at any point you decide to unstake your BLOB tokens, you can do so. However, keep in mind that unstaking will reduce your governance power, and forfeit your future rewards from the treasury.


---

# 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://blobdao.gitbook.io/blob/blob-protocol/what-is-blob-dao/staking.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.
