Featured dashboards and queries

...or search for more

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

Thales AMM - Weekly AMM PnL w/o Safebox Fee By Maturity Date

...see SQL query
Loading

Overtime - Daily Stats By Sport

...see SQL query
Loading

Overtime - Weekly AMM PnL w/ SafeBox Fee Per Sport

...see SQL query
Loading

New User vs. Returning User Weekly - Overtime

...see SQL query
Loading

About Thales

Thales Protocol offers an oracle-based automated liquidity solution, enabling the creation of various on-chain Positional Markets. These markets are limited only by the data available to the blockchain.

The simple yet robust smart contracts at the core of Thales Market allow participation in markets for various crypto assets. However, this is not limited to straightforward up/down positions. Thales Protocol continues to innovate by developing the world's first SportsAMM and ParlayAMM solutions.

Overtime serves as a positional market for popular sporting events, operating independently of centralized entities, unlike most sports markets. Inspired by Thales contracts, and fueled by reliable data feeds from industry-leading oracle Chainlink, Overtime offers an unparalleled DeFi experience. Traders can enjoy sports markets without KYC, without third-party custody of funds, and without user registration. Nobody can be excluded or barred from using Overtime.

This is the first public product that combines decentralization, instant liquidity, and highly competitive odds—all in one place. Overtime is truly bringing the game to the blockchain!

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';