# Vesting

Vesting is another way of creating streams in Fluxity. The difference is that instead of tokens getting unlocked every second,  they unlock every day/week/month/year based on the preferred vesting rate at the time of the stream creation.

The current rates that are selectable are:

* Daily = 86400 seconds
* Weekly = 604800  seconds
* Monthly = 2592000 seconds
* Quarterly = 10368000 seconds
* Annually = 31536000 seconds


---

# 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.fluxity.finance/features/vesting.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.
