New to the Menu

    What are the 10 most recent assets (coins) supported by sushi?

    Loading...
    db_img

    What is Sushiswap?

    SushiSwap is a software running on Ethereum that seeks to incentivize a network of users to operate a platform where users can buy and sell crypto assets. Similar to platforms like Uniswap and Balancer, SushiSwap uses a collection of liquidity pools to achieve this goal.

    Method

    The goal of this bounty is to find the ten most recent coins supported by Sushiswap. I found the first transaction of every coin. Then filtered the top ten from latest date and limited to 10. I couldn't find their label in Sushiswap tables, So Hard coded from Etherescan.

    The ten most recent assets on Sushiswap

    The Below query shows the ten most recent assets on Sushiswap. From April 3rd until April 7th, I found these ten assets on Sushiswap. XPRT, UST, FVCKA, KRONIC, SOKU, SUTEKU, CHARGEV2, ZERO, BANNER and BERRY. The First transactions of these coins show in the below querry.

    Loading...

    I investigated new coins that were recently added to Sushiswap. I calculated the total number of transactions on Sushiswap since added. UST is the most popular coin in the new coins category. Some of them were added by users and only had their transactions, and nobody used these coins. Like XPRT and Banner.

    In this, I used Ethereum network.

    Conclusion

    Anyone can add a new pool with their new coins. We can use contract_address to add new pairs. But we have less chance to compare popular coins in listing.