> 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/auto-pools-protocol/staking-auto.md).

# Staking AUTO

**Token update:**

{% hint style="info" %}
Tokemak’s legacy **TOKE** token has migrated to **AUTO**. Where older materials mention TOKE or sTOKE, the current equivalents are **AUTO** and **sAUTO**. Migration from TOKE to AUTO is available 1:1 through the official Auto Finance app [here](https://app.auto.finance/auto), and AUTO staking now uses a single 16-week lock in **sAUTO**. Some legacy reward references may still appear temporarily during the transition.

#### Migration note

* **TOKE → AUTO** migrates at **1:1**
* **sTOKE / accTOKE → sAUTO** migrate at **1:1**
  {% endhint %}

### Introduction

The sAUTO system is Auto Finance's staking mechanism that enables active ecosystem participation. By staking AUTO, users receive credits that they can allocate to different Autopools. This allocation provides access to both reward streams and, when available, additional incentives specific to each Autopool.

## Staking Mechanism

### Staking AUTO

AUTO staking is the current staking system for the protocol.

When you stake **AUTO**, you receive **sAUTO**, which represents your staked position. AUTO staking is designed to keep the experience simple: users stake into a single system, follow one standard lock structure, and participate in protocol-aligned rewards through the current reward model.

#### How it works

* Stake **AUTO** through the app
* Receive **sAUTO**
* Remain staked through the current **16-week** staking structure
* Earn rewards based on the current staking and protocol revenue model

#### FAQs

* **What do I receive when I stake AUTO?** You receive **sAUTO**.
* **How long is the staking period?** The current staking model uses a **16-week lock**.
* **Can I still migrate TOKE?** Yes. Legacy TOKE can still be migrated to AUTO 1:1.
* **Do I still direct rewards to specific Autopools?** No. The current system uses a simplified reward structure.

Learn how to claim your rewards [here](/using-the-app/app-guide/staking-auto/claim-auto-staking-rewards.md).

\
\ <br>


---

# 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/auto-pools-protocol/staking-auto.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.
