> For the complete documentation index, see [llms.txt](https://docs.subwallet.app/beta/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.subwallet.app/beta/extension-user-guide/manage-staking/staking-compound.md).

# Staking compound

**Step 1**: Open the wallet and choose the Staking tab. To compound,your stake, please make sure you are not in the All Accounts mode.&#x20;

Please choose the stake that you want to compound and click the three dots next to it. There would be a drop down of options. Please choose "Compound stake".&#x20;

![](/files/KSuTVQ4WOihLZAAEx9tk)

**Step 2**: Input your compounding threshold and click "Next".&#x20;

![](/files/dizA2qpLAczacfanPHFw)

**Step 3**: Input your password to authorize the transaction and click "Confirm".&#x20;

![](/files/EdTWFDyt5MecV5iiCtbo)

After successfully compound your stake, if you repeat Step 1, you would see the compounding task you have assign the wallet to do.&#x20;

![](/files/FF8u48TQF5S2v8AxBoX2)

If you want to cancel the task, click the "Cancel task" button, input password and confirm your decision.

![](/files/AvoebySv5POs0UXvKw7b)

{% hint style="info" %}
We currently have not yet supported compound staking for all the tokens. Please check the specific tokens you want to compound; if the drop down menu does not have the compound button, it means we are currently not supporting compound staking for it.
{% endhint %}


---

# 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.subwallet.app/beta/extension-user-guide/manage-staking/staking-compound.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.
