# Governance Process

The Parallel Protocol is controlled by sPRL token holders who vote on off-chain proposals (on Parallel [Snapshot](https://vote.parallel.best/#/)) that govern the protocol. Proposals getting a majority support (>50% of the votes and reach the quorum) are executed by the [DAO Multisig](/governance/dao-multisigs.md).&#x20;

## Governance Proposals Process

The steps for a successful governance proposal are:

1. Create a proposal by using the [Proposal Framework](/governance/proposal-framework.md) to share on the [Forum](https://gov.parallel.best/) and discuss with DAO members.
2. Exchange with DAO members for a minimum of 48 hours on the forum then update to proposal if it is needed.
3. Post the proposal on the Parallel [Snapshot](https://vote.parallel.best/#/) by following the [Proposal Framework](/governance/proposal-framework.md).

If successful, the proposal payload will be executed and implemented by the [DAO Multisig](/governance/dao-multisigs.md).

{% hint style="info" %}
A step by step guide for submitting a new asset listing can be found [here](/governance/proposal-framework/parallel-integration-request-pir.md).
{% endhint %}

## **DAO Discussion**

Discussion regarding changes in the protocol happen on the following channels:&#x20;

* [Governance Forum](https://gov.parallel.best/)
* [Telegram](https://t.me/parallel_money)
* [Discord](https://discord.gg/8zEYgupTyF)

{% hint style="warning" %}
Following and participating in the various governance discussions is as important for you as it is for the protocol, we need to gather your opinions to best meet the needs of users and the protocol.
{% endhint %}


---

# 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.parallel.best/governance/governance-process.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.
