> For the complete documentation index, see [llms.txt](https://docs.decenomy.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decenomy.net/tutorials/decenomy-wallet/staking-process-on-desktop-wallet.md).

# Staking process on desktop wallet

In this guide, we will explain how to stake our DECENOMY coins.

First of all, let's open our wallet (in our case SAPP). In order for staking to be active, our coins must have at least 600 confirmations (about 10 hours).

A second requirement is that the wallet is unlocked. To do this we can click on the padlock icon at the top right.

**Make sure to choose the “Staking only” option!**

<figure><img src="/files/e4bDo8GImQy5TaLXklZc" alt=""><figcaption></figcaption></figure>

If you happen to have [<mark style="color:blue;">encrypted your wallet</mark>](/tutorials/decenomy-wallet/encrypting-a-wallet.md), you will be asked to enter your password and confirm the operation by clicking "OK" as seen below:

<figure><img src="/files/C6OyYrw5heaAZgaYeYuC" alt=""><figcaption></figcaption></figure>

Once this is done, the staking icon will activate. To be able to stake, the wallet must always remain open.

<figure><img src="/files/umSBXKKPTmSVMfddXsUI" alt=""><figcaption></figcaption></figure>

If staking is not activated, you can use the `getstakingstatus` command in the debug console to gain more insight into the root causes of the issue.&#x20;

<figure><img src="/files/Xyx7Ilugn9fbzi4K4kjH" alt=""><figcaption></figcaption></figure>

We have provided more information on this command, which can be accessed on the [<mark style="color:blue;">Staking Best Practices</mark>](/tutorials/decenomy-wallet/staking-best-practices.md) page.


---

# 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://docs.decenomy.net/tutorials/decenomy-wallet/staking-process-on-desktop-wallet.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.
