> For the complete documentation index, see [llms.txt](https://hakkafinance.gitbook.io/hakka-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hakkafinance.gitbook.io/hakka-wiki/hakka-token/staking-rewards.md).

# Staking Rewards

For more information on HAKKA staking, please visit [*Introduce HAKKA Staking & sHAKKA*](https://medium.com/hakkafinance/introduce-hakka-staking-shakka-d4d231fcf480).

## Four Steps to Earn Staking Rewards <a href="#id-7765" id="id-7765"></a>

### Step 1. Stake HAKKA to get sHAKKA <a href="#id-1a65" id="id-1a65"></a>

Prepare your Hakka and stake it on <https://hakka.finance/staking>

Note that the longer you stake, the more sHAKKA you will get.

### Step 2. Stake sHAKKA to the pool. <a href="#id-6af9" id="id-6af9"></a>

Stake sHAKKA to the reward pool (on the link below)

<https://hakka.finance/farms/0xF4D1F9674c8e9f29A69DC2E6f841292e675B7977>

Note that the APY shown on the reward pools is calculated based on 1-year staking; if you choose a shorter staking time, real APY would be lower (decrease linearly)

### Step 3. Claim Rewards to Vesting Contract <a href="#id-72cd" id="id-72cd"></a>

After staking, the reward would start to accrue (every block); you can click “Claim Reward” (on the link below) to transfer those HAKKA from the reward contract to *vesting contract*.

<https://hakka.finance/farms/0xF4D1F9674c8e9f29A69DC2E6f841292e675B7977>

### Step 4. Withdraw Rewards from Vesting Contract <a href="#a452" id="a452"></a>

Those HAKKA rewards in *vesting contract* will be distributed under our [*vesting term*](https://medium.com/hakkafinance/vesting-contract-9ab2ff24bf76) to stabilize the circulation of HAKKA.

You can withdraw around 17.38% of the vesting balance every 19 days on <https://hakka.finance/vesting>

That’s all!&#x20;


---

# 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://hakkafinance.gitbook.io/hakka-wiki/hakka-token/staking-rewards.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.
