# Vesting

{% hint style="info" %}
To access all the features, it is necessary to [connect your wallet and web3 login](https://doc.mprolab.io/mprolab/manuals-and-tutorials/manuals/mpro-lab/connect-wallet-+-web3-login)
{% endhint %}

**✔️** To access Vesting, simply select the arrow icon next to the wallet. This will prompt the panel to appear on your screen.

<figure><img src="/files/O6vwvei3AO30QbdwI331" alt=""><figcaption></figcaption></figure>

**✔️** If you have participated in various rounds, such as the Seed Sale or Private Round, it will be presented on this dashboards. This dashboard provides detailed information about the respective vesting type.

<figure><img src="/files/5pXaOFImPnIWuI05G1jl" alt=""><figcaption></figcaption></figure>

**✔️ My vesting**

This section provides details on the distribution of rewards

{% tabs %}
{% tab title="Vesting name" %}
This column displays all types of vesting you are entitled to. For example, you might have vesting for Seed Sales or a Private Round. Each type will be shown in a separate column, and we display individual details for each one.
{% endtab %}

{% tab title="Current vested allocation" %}
This column shows the remaining MPRO amount due to you from a specific vesting. This quantity will decrease each time a certain amount of MPRO moves to the Total Available section after the specified time period elapses.This column shows the remaining MPRO amount due to you from a specific vesting. This quantity will decrease each time a certain amount of MPRO moves to the Total Available section after the specified time period elapses.
{% endtab %}

{% tab title="Time to next release" %}
This column shows the time remaining until the release of the next amount of MPRO in the current vesting cycle.
{% endtab %}

{% tab title="Next release allocation" %}
This column displays the amount of MPRO you will be entitled to in the next release.
{% endtab %}

{% tab title="Total available" %}
This column shows the amount of MPRO you have available for withdrawal.
{% endtab %}
{% endtabs %}

<figure><img src="/files/sM5BFthh08OUPmgLVg1Z" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Claim** - use this button to retrieve your MPRO.

If you have **nothing available**, claim button wont' be available to select.
{% endhint %}


---

# 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://doc.mprolab.io/mprolab/manuals-and-tutorials/manuals/mpro-lab/back-office/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.
