New to the Menu
Introdution
Sushiswap as a decentralized exchange has to be updated regarding new asssets (tokens) in the market. Consequently, over time, Sushiswap supports new tokens and add them into its menu.
This dashboard identifies and provides the recent the 10 most recent assets (coins) supported by sushi.
In the first year after its launce, sushiswap supported about 500 tokens. Since June 2021, 1000 more new tokens have been supported by Sushiswap.
The time line can be seen from the graph below.
The table below listed the latest tokens that have been added to Sushiswap menu.
Notes on method
The assumption of this dashboard is that the new tokens is added to the menu by adding a liquidity pool involving the very token. And one the first interactions with that token can be found through swaps.
Therefore, to identify the newest tokens the following steps have been taken:
1- the first time that tokens was swapped was identified through:
>min(eds.block_timestamp)
>FROM ethereum.dex_swaps eds
2- the tokens were ranked from the newest 'first time swap' to the oldest one.