kyber.network
Dashboard by @ha.hoang
Check out these dashboards for up-to-date analytics about Kyber and other related projects.
Dashboard by @ha.hoang
Dashboard by @devinwalsh
Query by @ha.hoang
Kyber is a blockchain-based liquidity protocol that aggregates liquidity from a wide range of reserves, powering instant and secure token exchange in any decentralized application.
KNC is an ERC-20 utility token and an integral part of Kyber Network. KNC is the glue that connects different stakeholders in Kyber's ecosystem.
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';