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

# Unlocked YLAY

## Overview

Unlocked YLAY is a transition state in the Yelay staking ecosystem, occurring when a locked staking period expires. Understanding how to manage this state effectively is essential for maintaining optimal rewards and making strategic decisions about your staking position. This phase offers flexibility while requiring active management to ensure continued benefit from the protocol.

## Understanding the Unlocked State

### Transition from Locked Staking

Your position automatically enters the unlocked state when your locked staking period ends. During this phase, your YLAY tokens remain safely within the protocol's smart contracts, but their status changes. Your accumulated sYLAY from the locked period remains intact, preserving your earned rewards. However, your position enters a dormant phase where no new sYLAY accumulates until you take action.

### The Claiming Process

When you claim your unlocked YLAY, the protocol calculates and awards you all the backdated sYLAY that your position would have accumulated during the unlocked period until the point you claim. This retroactive reward calculation ensures you don't permanently lose potential earnings during the transition period. Once claimed, your position resumes normal sYLAY accumulation per epoch, similar to gradual staking.

### Timing Your Actions

While your position remains secure in its unlocked state, the pause in sYLAY accumulation means delaying action could impact your overall reward optimization. However, this period also provides a valuable opportunity to evaluate your staking strategy and make informed decisions about your next steps, whether claiming, re-locking, or adjusting your position.

## Frequently Asked Questions

<details>

<summary>Do I lose any accumulated sYLAY when my position unlocks?</summary>

No, your previously accumulated sYLAY remains intact when your position transitions to the unlocked state.

</details>

<details>

<summary>How long can I keep my position unlocked before claiming?</summary>

There's no time limit - you can maintain an unlocked position indefinitely, though you won't accumulate new sYLAY until claiming or re-locking.

</details>

<details>

<summary>What happens to my reward share while my position is unlocked?</summary>

Your existing sYLAY balance continues to earn protocol rewards, but you won't accumulate additional sYLAY until claiming or re-locking.

</details>


---

# 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.yelay.io/the-ylay-token/ylay-staking/unlocked-ylay.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.
