> For the complete documentation index, see [llms.txt](https://custos-org.gitbook.io/custos/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://custos-org.gitbook.io/custos/rollocker/images-and-media/rolling-lockup-and-auto-staking.md).

# Rolling Lockup & Auto-staking

## <sub>About Rolling Lockup</sub>

Users can lock holding assets into a rollocker. Unlike traditional fixed-term locking, rollocker operates on a dynamic cycle renewal basis. The default lockup period is 7 days, maximizing capital efficiency.&#x20;

When the 7-day lockup period reaches, you can:

* <mark style="color:blue;">**Withdraw**</mark> your balance along with all prediction earnings. Staking rewards need to be claimed separately.

{% hint style="info" %}
During the lockup cycle, the assets cannot be withdrawn but you have full control on it.
{% endhint %}

* <mark style="color:blue;">**Extend**</mark> the rolling lockup.

### <sub>Rolling Lockup Extension</sub>

Extension is triggered under three conditions:

* **More Deposits during Cycle:** Locking more tokens in the rollocker during the current cycle will automatically extend the expiration date by 7 days.

> *For example:*
>
> *You lock tokens on Jan 1st. The lockup is set to expire on Jan 8. If you deposit more tokens on Jan 4, the lockup expiration date would be extended to Jan 11.*

* **Re-rollock**: Simply click the "rollock" button to relock with available balance. You do <mark style="color:blue;">**NOT**</mark> need to withdraw the funds.&#x20;

{% hint style="info" %}
Reward claiming and prediction earning settlement during the cycle will not change the expiration date.
{% endhint %}

## <sub>About Auto-Staking</sub>

Upon locking tokens into the rollocker, the assets are automatically placed into a staking state, enabling users to earn staking rewards without any manual activation. While in the staking state, these tokens can be fully used for prediction. However, the amount used for predictions will <mark style="color:blue;">**NOT**</mark> generate staking rewards.&#x20;

In other words,&#x20;all tokens that are not allocated to predictions will remain staking state and continue to accrue staking rewards.


---

# 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:

```
GET https://custos-org.gitbook.io/custos/rollocker/images-and-media/rolling-lockup-and-auto-staking.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
