> For the complete documentation index, see [llms.txt](https://docs.pacman.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pacman.finance/functionality/vesting-and-getting-rewards.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.pacman.finance/functionality/vesting-and-getting-rewards.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
