Saber Proposals & Gauges
Q79. Create a visualization showing the total amount of SBR locked over time and voter participation rates.
Description
- Saber runs a decentralized exchange in order to make it easier for users to trade stablecoins like the US dollar or bitcoin. By depositing their cryptocurrency in this pool, participants in the Saber liquidity pool have the opportunity to gain passive income via transaction fees and token-based incentives in addition to automated DeFi methods. This income can be generated by the pool itself.
Voting
- Rights in the protocol can be exercised by veSBR token holders, who are also eligible to participate in protocol governance. Only holders who have a minimum of 10 million veSBR in their possession can submit proposals.
Gauge Weight
- Find Out How Much You Weigh by Getting a Reading. veSBR holders have the ability to vote on which farms should receive a greater or lesser amount of incentives in order to define the reward allocation for the subsequent era.
Method
In this dashboard I use flipside_prod_db.solana.fact_transactions
table by filter of mint = 'Saber2gLauYim4Mvftnrasomsv6NvAuncvMEZwcLpD1'
to find who loked their SBR and amount of they locked, and flipside_prod_db.solana.fact_proposal_votes
by filter of program_id = 'LocktDzaV1W2Bm9DeZeiyz4J9zs4fRqNiYqQyracRXw'
table to looking at who voted on proposals and by these answer the following questions:
-
How many wallets that have locked SBR actually voted on a proposal?
-
How many wallets that have locked SBR actually voted on a gauge?
-
Wallets that have voted on proposals and gauges?
-
What trends are you seeing in voter participation?
So let's looking at findings.
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...