Hop In the Pool

    Analyze how users join pools on Osmosis. Do they dive in headfirst (add both assets; joinpool) or do they wade in carefully (singleside; join swap extern amount in). Also analyze how deep the pool is (typical swap size in token and USD for both activities).

    db_img

    Intro

    Osmosis is an advanced AMM protocol built with the Cosmos SDK, allowing developers to build, design and deploy their own customized AMMs. With Osmosis, cryptocurrency holders of IBC compatible blockchains (such as Cosmos, Regen, Akash, and more) can seamlessly swap their tokens.link

    Methodology

    As mentioned in the question, we have to look at it in two parts. Those who cautiously enter the pool(singlesiders) and those who dive head first(asseters and joinpoolers). An analysis of them is as follows:

    • ==to_currency is not null →whose dive in headfirst==
    • ==to_currency is null→whose wade in carefully==

    I am reaching to compare these 2 connect sorts on Osmosis and analyze the movement over them as well as their profound (swap measure in both $USD and $Token). for calculating the $USD esteem of swaps, I have utilized osmosis.core.dim_prices table joining osmosis.core.dim_labels.

    Loading...

    <--

    Obviously, the number of traders who entered cautiously is more than those who dived head first. This appears that larger part of Traders are joining Osmosis pools in much more care.