What Are Users Swapping gALGO3 For?

    -- Show the number of trades to gALGO3 and from gALGO3 by day? -- Also chart the volume of trades to gALGO3 and from gALGO3 by day? -- Are there any notable days? If so, what may have caused this? -- What DEXes are users swapping gALGO3 on? Show the breakout of number of gALGO3 swaps(to or from) by day for each dex. -- What are the top 10 most popular to swap from to get gALGO3? -- What are the top 10 most popular to swap to from gALGO3?

    Methodology

    • Find all swaps for gALGO3, join with asset table to get asset name, when asset_id = 0, it is Algo.
      from algorand.swaps s left join algorand.asset a on s.swap_from_asset_id = a.asset_id 
      where block_timestamp >= '2021-01-01' and swap_from_amount > 0 and swap_to_asset_id = '694432641'
    

    Show the number of trades to gALGO3 and from gALGO3 by day

    • Here are the number of swaps both to and from for gALGO3.
    • The highest number of swaps were 100 for swapped to gALGO vs 24 swaps for swapped from gALGO
    Loading...
    Loading...
    Loading...
    Loading...
    • Seems like the only contender is Algo as well, which is the only asset used to swap to from gALGO3.
    Loading...
    Loading...
    Loading...
    Loading...

    Chart the volume of trades to gALGO3 and from gALGO3 by day. Are there any notable days? If so, what may have caused this ?

    What DEXes are users swapping gALGO3 on? Show the breakout of number of gALGO3 swaps(to or from) by day for each dex.

    • Most of the swaps are taking place on TinyMan, and a few on pactfi.
    • Highest amounts of swaps to were 117K on tinyman vs 27K on pactfi
    • Highest amounts of swaps from were 144K on tinyman vs 39K on pactfi
    • Seems like the only contender is Algo, which is the only asset used for swapping from to get gALGO3.