THORChain Comparision: First vs Last 30 Days

    This dashboard aims to compare the first and the last 30 days of THORChain using a number of metrics

    Loading...
    Loading...
    Loading...
    Loading...
    Loading...

    Introduction

    The THORChain Choasnet just hit its 1-year anniversary. In this dashboard, we will compare a number of metrics for the first 30 days compared to the last 30 days of this first year. THORChains Choasnet launched on April 11st 2021, so for the first 30 days, we'll look at data between 2021-4-11 and 2021-5-11. For the last 30 days, we'll look at the data between 2022-3-22 and 2022-4-21 (now). We'll look at the following metrics:

    • Number of pools
    • Number of swaps
    • Swap volume
    • Total Value Locked
    • Number of chains

    Methodology

    1. Number of pools: Calculated by counting the number of distinct pools in the table thorchain.daily_pool_stats
    2. Number of swaps: Calculated by counting the number of unique tx_id in the table thorchain.swaps
    3. Swap volume: Calculated by summing the from_amount_usd column in the table thorchain.swaps
    4. Total Value Locked: Calculated by taking the max of the total_value_locked_usd column in the table thorchain.daily_tvl
    5. Number of chains: Calculated by counting the number of unique entries in the blockchain column in the table thorchain.swaps

    Results

    We can see that every metric has increased when comparing the first and last 30 days. Especially the swap volume has increased significantly.