Zerion on Ethereum 🔮
Dashboard by @hildobby
Check out these dashboards for up-to-date analytics about Zerion and other related projects.
Dashboard by @hildobby
Zerion is a web3 smart, social wallet and investing tool that enables anyone with a mobile phone to manage their DeFi and NFT portfolios. With a relentless focus on user-centered design and a technology stack that aggregates across every major wallet, network and decentralized exchange, users are offered a single point of entry for managing their digital assets, including NFTs. Zerion is non-custodial, which means users never delegate their funds to the platform. This agile approach mitigates centralization risk and has allowed Zerion to operate globally since inception.
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';