# Native Staking

The Hedera network enables users to stake the native $HBAR token to contribute to network security, and in return, you can claim HBAR rewards.

## How do I stake my $HBAR tokens?

To stake your $HBAR tokens, navigate to the "Staking" section and click on "Start staking".

Choose a Hedera node to stake your $HBAR; all nodes offer the same APY rewards.

After selecting a node, read the information and click on "Stake".

<figure><picture><source srcset="/files/e8IWYCbihzafuz2jZAPh" media="(prefers-color-scheme: dark)"><img src="/files/MlSxfkGfs5OefL4GiCvU" alt=""></picture><figcaption></figcaption></figure>

Once staked, you'll be able to view:

* **Next reward period.** Indicates when the next rewards will be available to claim.
* **Pending rewards.** Displays the HBAR amount awaiting reclamation.
* **Total rewards.** The total amount of rewards you've generated.

<figure><picture><source srcset="/files/64PNsxNywqiXe7JpHMFG" media="(prefers-color-scheme: dark)"><img src="/files/ApoNbt8cJokBvmi9LIC1" alt=""></picture><figcaption></figcaption></figure>

## How do I claim my $HBAR rewards?

To claim your $HBAR token rewards, you must wait at least 24 hours after staking your tokens. Once 24 hours have passed, you have three options to collect your rewards:

1. Execute any account operation: This includes actions like sending or receiving tokens, signing an operation, or associating a token.
2. Change your node: Switching nodes will trigger the sending of rewards to your account.
3. Unstake your tokens.


---

# 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://academy.kabila.app/products/wallet/native-staking.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.
