Osmosis Trading Dashboard!
Welcome to the Custom Dashboard of Trading Activities on Osmosis. Here, you can monitor the leading tokens on Osmosis within a specific timeframe. To facilitate this, my research has been organized into three separate tabs:
Swaps: This tab provides insight into the most popular pairs based on their transaction frequency, user activity, and overall trading volume.
Liquidity Pools: Within this tab, you can view the top pools based on the number of transactions, users, and overall liquidity.
Transfers: The Transfers tab displays the top tokens transferred to and from the Osmosis chain.
Osmosis is an automated market maker (AMM) that operates on the Cosmos network and facilitates cross-chain transactions through Inter-Blockchain Communication (IBC). This integration enhances the protocol's interoperability and composability. Unlike other AMMs, Osmosis is highly customizable. It allows developers to adjust various parameters to create truly distinct AMMs that can adapt to a range of objectives in real-time.
By enabling developers to design and implement bespoke AMMs that cater to ever-changing market conditions, Osmosis empowers market participants to choose the most advantageous outcomes rather than relying solely on the protocol.
We have a Swap table for Osmosis on Flipside. The only problem was USD amounts and token names. So, I extracted token names from DIM label tables and joined my findings with the EZ price table to calculate token prices and swap volume in USD. Some tokens didn’t have a price. I handled some of them like USDC.grv, DAI.grv, WETH.grv, USDT.grv, and … But i missed tokens that don’t have prices on Flipside tables.
I used the same method for the Liquidity and Transfer table and joined with their specific tables like Liquidity pool action and Osmosis Transfer.
Note: The Pool Size queries credited to #Jack The Guy