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

# Staking and Allocating

{% stepper %}
{% step %}

### Obtain `OOGA`

Through markets or otherwise.
{% endstep %}

{% step %}

### Stake `OOGA`

Stake `OOGA` through the staking page to recieve `sOOGA`.
{% endstep %}

{% step %}

### Allocate `sOOGA`

Allocate `sOOGA` to an allocation module such as the rewards or governance module to start earning that vault's benefits.
{% endstep %}
{% endstepper %}

`OOGA` must be staked into `sOOGA` first before being able to do anything with it. After staking into `sOOGA`, an allocation module can be chosen to receive the relevant benefits associated with it.

### `OOGA` to `sOOGA`

`OOGA` can be staked to receive `sOOGA`, and the conversion is 1:1.

{% hint style="info" %}
Staking 1,000 OOGA will return 1,000 sOOGA.
{% endhint %}

### `sOOGA` to `OOGA`

Conversion times represent the period required for `sOOGA` to fully convert into `OOGA`. Redeeming before the full conversion time results in a conversion tax, which decreases linearly as the conversion progresses towards the maximum.

On Berachain bArtio testnet, the minimum and maximum conversion times are set to 3 days and 7 days.&#x20;

On Berachain mainnet, the minimum and maximum conversion times will differ significantly.&#x20;

{% hint style="info" %}
Selecting the minimum conversion time (3 days on bArtio), and unstaking 1,000 `sOOGA` will return 500 `OOGA` after 3 days.\
\
Selecting the maximum conversion time (7 days on bArtio) and unstaking 1,000 `sOOGA` will return 1,000 `OOGA` after 7 days.
{% endhint %}

{% hint style="success" %}
All `OOGA` collected from the conversion taxes will be burned and permanently removed from circulation. &#x20;
{% 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.oogabooga.io/token/staking-and-allocating.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.
