StaFi Staked ETH
Dashboard by @stafi-analysis
Check out these dashboards for up-to-date analytics about StaFi and other related projects.
Dashboard by @stafi-analysis
Dashboard by @stafi-analysis
The Liquid Staking Solution for PoS Blockchains StaFi protocol is the first liquid staking protocol for multiple POS blockchains. StaFi aims to solve the contradiction between Mainnet security and token liquidity in PoS consensus.
Strengthening Network Infrastructure StaFi protocol lets users stake their tokens(ETH, MATIC, ATOM etc) - without locking assets or maintaining infrastructure - whilst participating in on-chain activities.
Unlocking Liquidity The token holders are staking through staking contracts built in StaFi protocol, and then get alternative tokens(rToken ,such as rETH, rMATIC, rATOM, rBNB, rSOL etc.), rTokens are tradable and it can get staking rewards from original chain at the same time.
*From https://docs.stafi.io/
Explore and fork thousands of queries and dashboards
Dune Analytics is a powerful tool that allows anyone to easily query, visualise and share smart contract data for free. You can explore thousands of queries and dashboards created by the community.
SELECT SUM(token_a_amount) AS dai_bought
FROM dex.trades
WHERE block_time > now() - interval '24 hours'
AND token_a_symbol = 'DAI';