# Locker Vesting Vaults

### Locker Vesting Vault Features

* Custom Token Configuration
* Duration and Release Amount Configuration
* Multiple Recipient Percentage Token Release
* Deterministic Amount Per Vesting Release

#### Scheduled Unlocking for Vested Tokens

The contract determines the number of tokens to unlock based on the duration. Duration is set by the total number of days to complete before allowing the next token release. The contract can also set when to release the first tranche of unlocked tokens

#### Reward for DAO Unlocking Vested Tokens

If DAO members decided to participate in unlocking the vested locked tokens, the transaction will send some reward tokens to the DAO member who process the transaction.


---

# 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://xircus.gitbook.io/whitepaper/xircus-studio/governance/locker-vesting-vaults.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.
