v1
  • What is Papaya?
  • Liquid Staking v1
    • How Staking Works in Papaya v1
  • Liquid Staking v2
    • How Staking Works in Papaya v2
  • Papaya DAO
    • Purpose
    • Implicit Governance
    • Voting Power
      • Why Weighted Voting?
  • PAPA Tokenomics
    • What is PAPA?
    • Utility and Revenue Distribution
    • How to get PAPA
  • FAQ
  • Liquidity Mining Program
  • Partnerships
  • Smart Contracts
    • Architecture
    • Contracts
Powered by GitBook
On this page
  1. Papaya DAO

Voting Power

Voting power is weighted based on the amount of sBTC and STX tokens staked by a voter. The more tokens a user has staked to the protocol, the greater their voting power and influence in the decision-making process.

The specific formula for calculating voting power is as follows, given:

HsH_{s}Hs​: A users stSTX holdings HbH_bHb​: A users BTC holdings VsV_sVs​: Price of STX VbV_bVb​: Price of BTC RsbR_{sb}Rsb​: Value Ratio of STX to BTC

The ratio of STX value to Bitcoin value is determined by the STX/BTC swap price determined by an oracle.

Rsb=VbVsR_{sb} = \frac{V_b}{V_s}Rsb​=Vs​Vb​​

Voting power is then determined by:

Pv=Hs+Rsb⋅HbP_v = \sqrt{H_s + R_{sb} \cdot H_b}Pv​=Hs​+Rsb​⋅Hb​​

If a user holds .01 stBTC and 0 stSTX, with a STX price of $0.50 and with a BTC price of $26,000, then:

Pv=0+26,0000.5⋅0.01=22P_v = \sqrt{0 + \frac{26,000}{0.5} \cdot 0.01 } = 22 Pv​=0+0.526,000​⋅0.01​=22

The square root formula is used to ensure that voting power is distributed in a relatively proportional manner, while also preventing any one user from dominating the decision-making process. This is intended to promote decentralization and ensure that the protocol is governed in the best interests of the entire community.

The voting power formula is subject to change based on the governance decisions made by the community through the voting process. For example, the community could vote to adjust the formula or to implement a different mechanism for weighting votes.

Last updated 1 year ago