# Incentives Voting and Allocation

Users with voting power can distribute their votes among liquidity pools and extra incentives for node validators. Incentives are allocated proportionally, rewarding liquidity providers and node validators based on the votes received. This system empowers the community to actively shape the direction of platform incentives.

<figure><img src="/files/Hup3rKtmwcxzoIJFn3Dx" alt="" width="563"><figcaption></figcaption></figure>

### Example of LP Incentives Distribution

* **Total LP Incentives for Epoch: Approximately 4,062,500 SWAP**
  * Calculation: (65,000,000 SWAP\* 75%) / 12 months ≈ 4,062,500 SWAP per month.
* **Participants:**
  * Alice's Voting Power: 4,500
  * Bob's Voting Power: 3,000
* **Total Voting Power:** 7,500

#### Allocation of Voting Power:

* **Alice:**
  * Allocates 2,500 voting power to Liquidity Pool A.
  * Allocates 2,000 voting power to Node Validator Incentives.
* **Bob:**
  * Allocates 3,000 voting power to Liquidity Pool B.

#### Total Votes for Each Option:

* Liquidity Pool A: 2,500 votes
* Liquidity Pool B: 3,000 votes
* Node Validator Incentives: 2,000 votes
* Total Votes: 7,500 votes

#### Distribution:

* **Liquidity Pool A:**
  * Percentage of Total Votes: (2,500 / 7,500) \* 100% = 33.33%
  * Incentives Allocated: 4,062,500 SWAP\* 33.33% ≈ 1,354,167 SWAP
* **Liquidity Pool B:**
  * Percentage of Total Votes: (3,000 / 7,500) \* 100% = 40%
  * Incentives Allocated: 4,062,500 SWAP\* 40% ≈ 1,625,000 SWAP
* **Node Validator Incentives:**
  * Percentage of Total Votes: (2,000 / 7,500) \* 100% = 26.67%
  * Incentives Allocated: 4,062,500 SWAP\* 26.67% ≈ 1,083,333 SWAP

This ensures that incentives are distributed fairly according to user preferences and voting power allocations.


---

# 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.pacaswap.com/tokenomics/emissions-and-incentives/annual-incentives/incentives-voting-and-allocation.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.
