flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
Decentralizing Power 2
mattkstew
Decentralizing Power 2
Updated 2022-11-08
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
SELECT
proposal_id
,
DESCRIPTION
,
sum
(
vote_weight
)
as
vote_power
FROM
osmosis
.
core
.
fact_governance_votes
LEFT
outer
join
osmosis
.
core
.
dim_vote_options
ON
vote_option
=
vote_id
WHERE
proposal_id
IN
(
114
,
196
,
337
)
GROUP
BY
1
,
2
Results
Run a query to Download Data