> For the complete documentation index, see [llms.txt](https://stablez-1.gitbook.io/stablez-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stablez-1.gitbook.io/stablez-docs/stablez-earn/staking/app-staking-guide.md).

# \[App] Staking Guide

### 1. Stake <a href="#id-1.-stake" id="id-1.-stake"></a>

1. Go to the **\[Wallet]** tab > **\[Staking]** button
2. Select a product you want to stake and proceed to the product detail pages

   <figure><img src="/files/Dykfj11jm8rSeFfji7FR" alt=""><figcaption></figcaption></figure>
3. After carefully reviewing the product information, click the **\[Stake]** button
4. Enter the amount to stake and click the **\[Confirm]** button
   * Please make sure to review and agree to the "Terms of Use" before staking.
5. Enter the PIN Code to complete the swap.

   <figure><img src="/files/1CAiUUnlUIh3iV6xm5QQ" alt=""><figcaption></figcaption></figure>

> Notes:
>
> * The expected APR for Stake is determined by the chain inflation, and the changed APR will be updated and displayed in the Stake product information.
> * Staked assets cannot be deposited, withdrawn or traded.
> * There is a minimum amount required to stake depending on the product.
> * After your staking request, There may be a waiting time depending on the network situation.

### 2. Unstake <a href="#id-2.-unstake" id="id-2.-unstake"></a>

1. Go to the **\[Wallet]** tab > **\[Staking]** button and select the product you want to unstake
2. Review the details of your staked products. In the details, you can check the start date of the Stake, the expected APR, and the cumulative rewards.
3. Click the **\[Unstake]** tab

   <figure><img src="/files/suzkjOwSZS2lTP3o7Nip" alt=""><figcaption></figcaption></figure>
4. Enter the amount you want to unstake and click the **\[Unstake]** button
   * Please make sure to review and agree to the "Terms of Use" before proceeding with an unstake. and Click **\[Confirm]** button
5. Enter the PIN Code to complete the Unstake process.

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

> Notes:
>
> * The unbonding period required for unstaking varies by mainnet network's policy
>   * KAIA: 7 days after unstaking request
>   * ATOM: 21 days after unstaking request

### 3. Claim Rewards <a href="#id-3.-claim-rewards" id="id-3.-claim-rewards"></a>

1. Go to the **\[Wallet]** tab > click **\[Reward]** button
2. Select the **\[Claim]** button on Withdrawal Queue and select the token you want to claim
3. Select the **\[Claim]** button. After the transaction is completed, the rewards will be transferred to your wallet.

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

> Notes:
>
> * If the user's wallet address does not have enough tokens to cover the transaction fee, the claim cannot be made.
> * The longer the claim cycle with fewer transactions you make, the lower the fees.
> * Depending on the unique characteristics of each network, there may be a time limit or delay for claiming rewards for each product.

[<br>](https://docs.neopin.io/earn-with-neopin/stake)


---

# 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://stablez-1.gitbook.io/stablez-docs/stablez-earn/staking/app-staking-guide.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.
