> For the complete documentation index, see [llms.txt](https://docs.pacaswap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pacaswap.com/pacaswap-dex/governance/lock-swap-and-voting-power.md).

# Lock SWAP and Voting Power

<figure><img src="/files/U0xUwylqDdMoGBVxP4gq" alt=""><figcaption><p>Locking SWAP tokens dashboard</p></figcaption></figure>

The lock-up mechanism is designed to incentivize long-term commitment from SWAP token holders. By locking tokens for extended periods, holders gain increased voting power, allowing them greater influence over governance decisions.

<figure><img src="/files/q9F7hJmC2KbmCOT62eX6" alt=""><figcaption><p>Locking SWAP for voting power</p></figcaption></figure>

* **Lock-Up Durations and Voting Power Multipliers**:
  * **6 months:** 1x voting power of the token amount locked
  * **12 months:** 2.5x voting power of the token amount locked
  * **18 months:** 4x voting power of the token amount locked
  * **24 months:** 7x voting power of the token amount locked

### Creating Multiple Locks

Users have the flexibility to create multiple locks with varying amounts and durations. This allows participants to tailor their voting power according to their preferences and strategic involvement in governance.

This flexibility enables users to manage their token commitments and voting power allocations efficiently.

### Example of Voting Power (VP)

{% hint style="warning" %}
**Note**: All figures and examples provided are based on the initial tokenomic for Pacaswap and may be subject to change based on Pacaswap governance decisions.
{% endhint %}

**Participants**: Alice and Bob

***

#### Alice

1. **Lock 1:** 4,000 SWAP for 24 months
   * Voting Power = 4,000 × 7 = **28,000 VP**
2. **Lock 2:** 2,000 SWAP for 6 months
   * Voting Power = 2,000 × 1 = **2,000 VP**

**Total Voting Power for Alice:** 28,000 + 2,000 = **30,000 VP**

***

#### Bob

1. **Lock 1:** 4,000 SWAP for 12 months
   * Voting Power = 4,000 × 2.5 = **10,000 VP**
2. **Lock 2:** 1,000 SWAP for 18 months
   * Voting Power = 1,000 × 4 = **4,000 VP**

**Total Voting Power for Bob:** 10,000 VP + 4,000 VP = **14,000 VP**

***

This example illustrates how users can create multiple locks to customize their voting power and deepen their governance involvement. By locking tokens for longer durations, participants receive higher multipliers on their locked amounts, thereby increasing their overall influence in Pacaswap’s decision-making processes.


---

# 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.pacaswap.com/pacaswap-dex/governance/lock-swap-and-voting-power.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.
