> For the complete documentation index, see [llms.txt](https://docs.auto.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.auto.finance/using-the-app/app-guide/autopools/stake-and-unstake.md).

# Stake and Unstake

## Staking Autopool Receipt Tokens <a href="#how-do-i-supply" id="how-do-i-supply"></a>

In case you have unstaked receipt tokens that you wish to stake, navigate to the respective Autopool. If you are unsure about the Autopool or the status of your positions, you can browse your "Portfolio" section and check the Staking Status:

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

* **Staked:** All the receipt tokens associated with this Autopool position have been staked.
* **Partially Staked:** Receipt tokens associated with this position have partially been staked.
* **Unstaked:** No receipt tokens associated with this Autopool position have been staked.

Click on "Manage" and you will be taken to the Autopool where you can use the dialog to stake your receipt tokens.&#x20;

1. Select the "Stake" tab in the dialog.
2. Enter the amount you wish to stake and click "Stake." Note that the first staking transaction  will require an additional approval transaction.
3. Confirm the transaction(s) in your wallet.

{% hint style="info" %}
The app offers an option to auto-stake receipt tokens upon depositing assets into an Autopool. You can find more information in the "[Deposit and Withdraw](/using-the-app/app-guide/autopools/deposit-and-withdraw.md)" section of the guide.
{% endhint %}

## Unstaking Autopool Receipt Tokens <a href="#how-do-i-withdraw" id="how-do-i-withdraw"></a>

In order to withdraw from the Autopool or otherwise utilize your receipt tokens, you will need to unstake them. Either navigate to the Autopool via the 'Autopools' section or select it from your Portfolio view.

1. Select the "Unstake" tab in the dialog.
2. Enter the amount you  wish to unstake and click "Unstake."
3. Confirm the transaction(s) in your wallet.


---

# 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.auto.finance/using-the-app/app-guide/autopools/stake-and-unstake.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.
