flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Near_city6
sarath
Near_city6
Updated 2022-11-06
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
SELECT
top
10
POOL_ADDRESS
,
(
sum
(
STAKE_AMOUNT
)
)
/
1e24
t_stake
FROM
near
.
core
.
dim_staking_actions
WHERE
ACTION
=
'Stake'
GROUP
BY
1
ORDER
BY
2
DESC
Results
Run a query to Download Data