Governance Reaction to Terra

    The period between May 8th - May 13th was a busy week for Osmosis governance. What was the community response like to these proposals? How quickly did these proposals hit quorum compared to the last two months of proposals? What was the voter turnout for these proposals vs the last two months of proposals?

    Methodology

    • Find all the proposal votes and proposal ids from fact_msg_attributes and find all transactions where msg_type = 'proposal_vote'
    join osmosis.core.fact_msg_attributes m1 on t.tx_id = m1.tx_id
      	and m1.msg_type = 'proposal_vote'
      	and m1.attribute_key = 'proposal_id'
      join osmosis.core.fact_msg_attributes m2 on t.tx_id = m2.tx_id
      	and m2.msg_type = 'proposal_vote'
      	and m2.attribute_key = 'option'
    

    May 8th - May 13th was a busy week for Osmosis governance. What was the community response like to these proposals?

    • Community response seems like one with overwhelming urgency.
    • We see about 10K-20K voters from May 08 - May 12, May 13 saw 70K voters on a single day.
    • We also saw about 6 different proposal active on a single day.
    Loading...
    Loading...

    How quickly did these proposals hit quorum compared to the last two months of proposals.

    • Looking at the number of voters and number of votes, seems like all of them hit quorum very quickly.
    • Given below is the screenshot of all the proposals that were proposed and passed during the week of May 08 - May 13.
    db_img

    What was the voter turnout for these proposals vs the last two months of proposals?

    • Here is the voters turn out for the recent proposal vs the past proposals.
    • If we compare recent proposals to the past proposals, we see a lot more voting on the past proposals.
    • We even saw as much as 28K voters on Apr 23, 2022.
    Loading...