# Staking

Staking allows users to earn rewards for securing the Session Network. It is simple and fast to begin staking and join Session’s network of over 1,500 nodes.

{% hint style="info" %}
For Staking guides, check out the [Contribute to the Session Network page](/contribute-to-the-session-network.md)
{% endhint %}

Regardless of how many Session Tokens you have, you can contribute to the network’s security and receive rewards.

### Claim rewards anytime

24 hours after you start staking, you start earning SESH rewards for helping secure the network. Your rewards can be claimed whenever it is convenient for you.&#x20;

### Staking Portal

The [Staking Portal](https://stake.getsession.org/) provides a simple, easy-to-use web interface for you to manage your stakes and rewards. All you need is an Ethereum wallet (such as MetaMask) and a browser. Using the Session Staking Portal, you can generally stake within minutes.

### Scaling rewards

Rewards for stakers scale based on the amount of tokens in the Staking Reward Pool. A targeted rate of 14% of the total reward pool is awarded to the network each year, calculated daily. As the amount of Session Tokens in the Staking Reward Pool increases, Session Token Rewards also increase (and vice versa).&#x20;

{% hint style="info" %}
Click [here ](/session-network/staking/staking-reward-pool.md)for more information about the Staking Reward Pool
{% endhint %}


---

# 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.getsession.org/session-network/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.
