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