# Staking Agent Pool Levels and Rewards

The amount of $HYPT staked in each pod pool determines the pool's level and the corresponding reward multiplier.

\
For each additional Key staked in the pod pool, the $HYPT staking capacity increases by 200. The maximum number of Keys that can be staked in each pod pool is 1,000, meaning the maximum $HYPT staking amount for each Agent pool is 1,000 \* 200 = 200,000 $HYPT.

| Pod Pool Level | Staking Threshold | Reward Multiplier |
| -------------- | ----------------- | ----------------- |
| A              | 0                 | 1x                |
| S              | 3,000             | 1.5x              |
| SS             | 20,000            | 2x                |
| SSS            | 40,000            | 3X                |
| ACE            | 80,000            | 7x                |

The start date for $HYPT staking will be announced officially.

<br>


---

# 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://hyperdust-foundation.gitbook.io/hyperagi-docs/mining/agent-key/pool/staking-agent-pool-levels-and-rewards.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.
