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

# How to Use Single Staking

{% hint style="info" %}
Please note that the token ratio shown in the guide images is for reference only.
{% endhint %}

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

Go to the Single tab to stake a single digital asset.

Atheneswap V1 provides the staking feature for the Atheneswap reward token, Loui.

Click the Stake button to stake Loui and receive more reward tokens.

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

Enter the amount of Loui you want to stake and proceed by tapping the Confirm button.

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

Staking has been completed.

You can check your staked information on the screen.

You can additional stake through tap the \[+] button.

## \<Claim Rewards>

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

Tap the Claim button in the staking history to receive rewards.

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

Once received, you can check them in your K STADIUM Wallet. Check the transaction details in the Explorer.

## \<Unstaking>

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

In the Single Staking tab, you can withdraw the staked assets by tapping the \[-] button in the staking details.

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

Enter the amount you want to withdraw and proceed with the unstaking by pressing the Confirm button.

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

Your assets have been unstaked.

Any unreceived rewards before unstaking will be automatically claimed simultaneously with the unstaking process.


---

# 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.atheneswap.io/products/single-staking/how-to-use-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.
