ASA Dex Degens

    Q38. Let's look at DEX wallet behavior with the algorand.swaps table to get an idea of how many swaps wallets are being conducted and see how many ASAs wallets are trading. Chart the distribution of the number of swaps wallets have conducted in 2022(Count the number of swaps a wallet has performed create a distribution of these wallets). Chart the distribution of the number of ASAs a wallet has swapped for (Count the number of assets a wallet swapped for and create a distribution of the number of assets per wallet). Tips: Make sure the swap_from_amount is greater than 0 to make sure it is a swap and not a slippage transfer from a swap.

    To find the distribution, we need to consider different ranges and count the number of addresses in each. The ranges I considered are as follows:

    • Between 0 and 1.
    • Between 1 and 2.
    • Between 2 and 4.
    • Between 4 and 8.
    • Between 8 and 16.
    • Between 16 and 32.
    • Between 32 and 64.
    • Between 64 and 128.
    • Between 128 and 256.
    • Between 256 and 512.
    • Between 512 and 1024.
    • More than 1024
    Loading...
    Loading...

    Chart the distribution of the number of swaps wallets have conducted in 2022(Count the number of swaps a wallet has performed create a distribution of these wallets)

    Chart the distribution of the number of ASAs a wallet has swapped for (Count the number of assets a wallet swapped for and create a distribution of the number of assets per wallet)

    Loading...
    Loading...

    As you can see, Approximately 16.5 thousand wallets (30%) made only one swap.

    As you can see, Approximately 25 thousand wallets (45.6%) have only swapped for one asset.