# Vesting and Getting Rewards

## vePAC Management

At the core of it all, managing your vePAC(veNFT) positions is a crucial part of the Pacman model. Whether you are a user or a project builder, it is important to routinely visit the vesting page to adjust your vePAC lock lengths, merge, or create a new vePAC position.

The existing functions within the vesting\&reward page are:

* Create Lock
* Merge vePAC Positions
* Manage Lock
  * Increase Lock Amount
  * Increase Lock Length

[You can learn more about vePAC and veNFTs.](/tokenomics/vepac.md)

## Getting rewards

The Pacman protocol provides several ways to collect benefits and distribute them to users.

### Treasury Dividend

All vePAC holders can get the benefits from the treasury without any locking

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

### Protocol Income

Protocol income includes these parts：

* Lending & pToken rewards;
* Leverage Farming rewards;
* [Voting Reward](/functionality/voting.md#can-yu-tou-piao-ke-yi-huo-de-de-jiang-li)
  * Fees
  * Bribes
  * Voting incentive
* Protection Rebases


---

# 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.pacman.finance/functionality/vesting-and-getting-rewards.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.
