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

# Single Staking

Single Staking allows you to earn NMSP passively via auto-compounding. By staking your NMSP, you lock NMSP and obtain sNMSP (staked NMSP) in exchange at a 1:1 ratio. After then, your sNMSP balance will compound automatically with each epoch (4 hours) based on the current APY. sNMSP can be moved across wallets, and users can unstake at any given time. When unstaking, sNMSP is burned, and an equal number of NMSP tokens are received. The user forfeits the upcoming rebase payment upon unstaking. Note that the forfeited reward only applies to the amount that wasn't staked. Any NMSP that was staked will still get rebase incentives.&#x20;

{% hint style="info" %}
The APY rate may vary between 15% to 25% adaptively depending on how many users use the Single Stake Pool as a means to ensure stability and suppress inflation.&#x20;
{% endhint %}

Staking rewards may vary depending on the reward rate set by the [Supply Control Policy](/whitepaper/features/supply-control-policy.md) and the number of stakers in the protocol.&#x20;


---

# 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://nemesisdao.gitbook.io/whitepaper/basics/staking/single-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.
