# LAYERK Staking

## LAYERK Token&#x20;

LAYERK holders can participate in the Vesting Protocol by locking their LAYERK tokens to receive vLAYERK. Vesting involves temporarily locking a portion of the total token supply out of circulation. vLAYERK is a non-transferable token that grants holders access to various benefits within the ecosystem. This includes earning rewards from the vLAYERK Ecosystem, gaining advantages through the Ranking System, and voting in LAYERK-DAO decisions. For each LAYERK token committed, one vLAYERK is issued to the user's wallet.

***

### Unvesting &#x20;

It will be possible to initiate the unvesting of vLAYERK tokens through the Unvesting page. Upon executing a smart contract, you will receive LFi tokens. According to the unvesting smart contract, LFi tokens will be released gradually over approximately 730 days, on a per-block basis. The release will follow the formula outlined below:

$$
LAYERK\ released\ each\ block = \frac{vLAYERK\ committed}{20937860}
$$


---

# Agent Instructions: 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://docs.layerk.com/layer-4-minting-and-staking/layerk-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.
