flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
THOR Chain: number of stake pools and validators per day
peteer
THOR Chain: number of stake pools and validators per day
Updated 2022-10-31
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
select
date_trunc
(
'day'
,
block_timestamp
)
as
stake_date
,
count
(
distinct
rune_address
)
as
validator
,
count
(
distinct
pool_name
)
as
stake_pool
from
thorchain
.
core
.
fact_stake_events
where
date_trunc
(
'day'
,
block_timestamp
)
!=
CURRENT_DATE
group
by
1
Results
Run a query to Download Data