> For the complete documentation index, see [llms.txt](https://docs.parallel.best/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.parallel.best/governance/sprl.md).

# sPRL and Voting Power

## sPRL1 & sPRL2 = Voting Power

In order to participate in Parallel Protocol governance, token holders must stake their PRL tokens for sPRL. Users are receiving sPRL1 and/or sPRL2, which are transferable tokens depending on their preference.

{% hint style="warning" %}
sPRL1 & sPRL2 are represented in form of tokens and will be freely transferable, however in case of transfer, the accumulated Paraboost will be lost (more details about Paraboost [here](/governance/parallel-governance-token-prl/tokenomics/paraboost.md)).
{% endhint %}

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXd9e9vhPUKbd2YUr_rweZl_d5mlTLdjuVPrpqAozapb56ke85rl2zCAeNSiJki8JvGniUNoYAejUjERY49Uv8EhOY8bzsgwHDir_7rjJBteG1x3syFrDwdtOnwOk_byxt7xNKdU?key=uOHfGKisLsmo3vlkLWSaDkLF" alt=""><figcaption><p>Staking Mechanisms Summary</p></figcaption></figure>

It is possible for sPRL1 and sPRL2 to initiate unstaking at any time, against a cooldown period of 1 epoch. However, they are able to bypass the vesting period by paying a penalty fee, starting at 50% and decreasing linearly over time. The penalty fee is taken from the amount of sPRL1 or sPRL2 being unstaked and is sent to the DAO Treasury.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXci-Irsgw1RejbBF6baHptCcp5GGlP8L_HI4rRuyV9fH7R7VoY9fi_-IuCmZxLIIDH7hf3nAM_HG70LI6x4nXpVB_yEW_ZItCV_ErfxdfI57N35-kCcnRCsO7DVscxEu9gpBBYt?key=uOHfGKisLsmo3vlkLWSaDkLF" alt=""><figcaption><p>Penalty Fee Over Time</p></figcaption></figure>

### sPRL1: Single PRL Staking

A basic single-sided staking for users who do not want to take an impermanent loss from tokens in liquidity pools. Each PRL staked as sPRL1 will count as x1 voting power, with a 1 epoch unstaking cooldown.

sPRL1 is currently deployed on:

* Ethereum
* Polygon PoS
* Base
* Sonic

### sPRL2: Liquidity Pool Staking

A PRL/wETH 80/20 Balancer Pool Token staking for users who want to get the maximum voting power. The staked LP as sPRL2 is itself staked on Aura under the hood, with rewards in $BAL and $AURA automatically sent to the DAO treasury.

As these stakers help Parallel increase the PRL liquidity a x2.5 boost on the equivalent value of PRL tokens staked (in $) is applied. This boost ise applied for ParaBoost. sPRL2 holders are able to unstake their BPT tokens against a 1 epoch unstaking cooldown.

sPRL2 is currently deployed on:

* Ethereum

## **Where to stake PRL?**

You can increase your voting power by staking PRL [here](https://app.parallel.best//stake) and obtain sPRL1 and/or sPRL2.

{% hint style="info" %}
If you don't know how to stake PRL, you can follow this guide.
{% endhint %}

## What next?

Now that you have sPRL, you can participate in the various governance proposals, published on the [governance forum](https://gov.parallel.best/).

{% hint style="info" %}
Any user can choose to delegate all or a portion of his voting power to someone else on the Parallel [dApp](https://app.parallel.best//stake) by clicking on " change delegate".
{% endhint %}

{% hint style="warning" %}
Be sure to stake your PRL before the snapshot vote starts, or your PRL will not be available for voting!
{% endhint %}


---

# 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:

```
GET https://docs.parallel.best/governance/sprl.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.
