# Mobile Wallet Staking Guide

This guide explains how to stake to an Oxen Service Node via the Oxen Mobile Wallet

The latest versions of the Oxen Mobile Wallet can be found on [our downloads page](/oxen-docs/downloads.md).

### Step 1.

Open the Oxen Mobile Wallet, enter your password/pin, and let it fully sync to the latest blockheight.

### Step 2.

Press the icon in the top right of the screen to open the menu.

From there, press "Stakes" to navigate to the staking section.

Next, press "Start Staking" to begin the staking process

### Step 3.

Search for nodes that are awaiting contribution on [https://oxensn.com](https://oxensn.com/status/awaiting_contribution).

### Step 4.

Copy the service node public key into the box at the top of the screen labelled 'Service Node Key'

### Step 5.

Enter the amount of Oxen you wish to stake in the other box. The minimum stake amount will be listed on [https://oxensn.com](https://oxensn.com/status/awaiting_contribution), but to work it out yourself you can simply divide the amount of Oxen available to stake by the number of slots left for that Service Node.

For example, if a node had 2 slots remaining and 7500 Oxen available for stake, the minimum contribution would be 7500/2 = 3750 Oxen.

### Step 6.

Once you have entered the Service Node public key and the amount you wish to stake, simply swipe 'Stake Oxen' to contribute to the Service Node.

Congratulations! You're all staked up, and you'll receive your Service Node rewards directly to your wallet.

### Unstaking

To unlock your stake from a Service Node, navigate to the stakes section of the wallet your contributions will be listed. You can unstake a contribution by swiping left and confirming. Your Oxen will be unlocked after 15 days.

### Getting help

If something in this guide doesn't make sense, or if you’re running into issues that you can’t identify on your own, the first place to go would be the Oxen [Telegram Group](https://t.me/Oxen_Community). Alternatively, you can find help on our other communication channels: [Twitter](https://twitter.com/Oxen_io), or [Reddit](https://reddit.com/oxen_io).

### Reporting bugs

If you've sought help through our communication channels but have not arrived at a solution for your issue, we recommend opening an issue ticket on the [Session public server](https://github.com/oxen-io/session-open-group-server-legacy/issues) GitHub repository.


---

# 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.oxen.io/oxen-docs/using-the-oxen-blockchain/oxen-wallet-guides/mobile-wallet-staking-guide.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.
