# FAQ

### What is rewards vesting? <a href="#what-is-vesting" id="what-is-vesting"></a>

Vesting is a lockup model for incentivizing long-term users and tokenholders. All AKRO rewards come with vesting - they gradually unlock throughout the year after you earn them. You can find the total vested amount you got and unlocked amount in your [Summary](https://www.akropolis.io/app/summary) tab.

{% hint style="info" %}
Unlocked amounts available for claiming are updated every two weeks. There is no timelimit for claiming. Read more on vesting mechanics [**here**](https://www.akropolis.io/vesting).
{% endhint %}

![](/files/xoUmY9EANfJsDLlihgXu)

### What's "Infinite unlock"? <a href="#whats-infinite-unlock" id="whats-infinite-unlock"></a>

Infinite unlock means that you preapprove the contract to be able to spend any amount of tokens when you interact with it. Enabling infinite unlock means that you approve spending tokens only once (thus reducing gas costs associated with signing “approve” transaction). Bear in mind - after enabling infinite unlock, all following transfers/deposit of the asset chosen won’t need approval - so please use it if you fully trust the contract.

### General guide for interacting with pools:

{% content-ref url="/pages/wwSaxTeEYJ8dDbL51FeA" %}
[Using Akropolis](/akropolis/using-akropolis.md)
{% endcontent-ref %}

To be continued...


---

# 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://akropolis.gitbook.io/akropolis/additional-resources/faq.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.
