Community dashboards and analytics for SKALE

SKALE logo

Featured dashboards and queries

...or search for more

Check out these dashboards for up-to-date analytics about SKALE and other related projects.

SKALE chains running

...see SQL query
Loading

Staked per SKALE validator

...see SQL query
Loading

About SKALE

SKALE Network is an open-source, EVM-compatible multichain network built to scale Ethereum dApps with a focus on high-throughput, fast finality, and zero gas fee transactions via the native gas token sFuel.

The Network enables dApp developers to access validator-operated nodes compute power and storage to run fast, containerized, EVM-compatible chains called SKALE Chains.

SKALE chains can exchange transactions or messages with other SKALE Chains and the Ethereum Mainnet through the native validator secured bridge (IMA), allowing dApp developers to use SKALE for powering their dApps while enabling token and message transfers to and from Ethereum or other chains.

With SKALE, dApps run zero-cost transactions on dedicated Proof-of-Stake chains distributed across a randomly chosen set of 16 nodes.

From SKALE Labs

Dune Analytics

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.

Sign up now
SELECT SUM(token_a_amount) AS dai_bought
FROM dex.trades
WHERE block_time > now() - interval '24 hours'
AND token_a_symbol = 'DAI';