# Vote

## Voting

{% hint style="warning" %}
Voting is currently in Beta on the Songbird Network
{% endhint %}

> 💡 The voting system is available on both networks: Vote with FLOK on Flare Network, or use OWL, PRO, and xOWL on Songbird Network.

### Overview

Our decentralized voting system primarily enables the community to decide which tokens and LP pairs should be added to the MultiFarm system. Token holders can propose and vote on new farming opportunities, ensuring community-driven growth of the farming ecosystem.

### Voting Power

#### Songbird Network

* OWL Token (1x weight)
* PRO Token (10x voting weight)
* xOWL Token (2x voting weight)

#### Flare Network

* FLOK Token (1x weight)

### Primary Use Cases

* Propose new tokens for single-sided staking
* Add new LP pairs to the farming system
* Vote on which DEX LP tokens to support
* Determine farming pool allocations

### How Voting Works

1. **Creating Proposals**
   * Meet minimum token requirement
   * Pay proposal fee (varies by token used)
   * Specify token/LP to add to farming
   * Standard voting period: 7 Days
2. **Voting on Proposals**
   * Stake tokens to vote
   * Choose For or Against
   * Higher voting weight tokens have more influence:
     * PRO: 10x voting power
     * xOWL: 2x voting power
     * OWL/FLOK: 1x voting power
   * Tokens are locked during voting period
3. **Proposal Success Requirements**
   * Must reach 1% quorum of total voting power
   * Needs 50% majority of cast votes to pass
   * Successful proposals will be manually implemented into the MultiFarm system by admin. Admin has the right to cancel proposals as deemed applicable.

### Rewards System

* Proposal creators provide initial reward pool in the proposal token
* All voters can earn rewards for participating
* Rewards are distributed proportionally based on:
  * Amount of tokens staked in vote
  * Voting power multipliers (PRO: 10x, xOWL: 2x)
* Rewards can be claimed after proposal ends
* All voters receive both:
  * Their staked tokens back
  * Their share of the reward pool

> 💡 The reward system encourages active participation in governance, rewarding all voters regardless of the proposal outcome.


---

# 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.flaretopia.com/flaretopia/vote.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.
