# V1 Staking Pools & Scalability

Staking pools are here to make the solution highly scalable for millions of users.

## Conservative vs Dynamic Pools

| Operation                     | Conservative staking                                                                          | Dynamic staking                                                                     |
| ----------------------------- | --------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
| **Staking pool creation**     | Created by the first stake placed in the staking after the last pool ends                     | Created by the first stake placed in the staking after the last pool ends           |
| **Pool closing**              | By staking the last stake of the capacity                                                     | Placing last stake of the capacity or by the end of the dynamic cycle               |
| **Staking pool capacity**     | 100 stakes                                                                                    | 100 stakes                                                                          |
| **Pool revenue distribution** | See [Conservative Staking Terms](/staking-manual/staking-terms/conservative-staking-terms.md) | See [Dynamic Staking Terms](/staking-manual/staking-terms/dynamic-staking-terms.md) |
| **Expected platform limit**   | **2,000,000 pools**                                                                           | **1,200,000 pools**                                                                 |


---

# Agent Instructions: 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:

```
GET https://docs.celestium.digital/staking-manual/staking-explanation/v1-staking-pools-and-scalability.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
