Yield Maximization 2

    Question 51: Of the people who have used Sushi's lending service on ethereum, show the top 50 addresses that have realized the most profit (ROI) considering gas fees. what where they lending? for how long?

    Top 50

    • 0x534b9eacb406e7c0d417a767b15c47fd0176bf2e is the wallet with the highest ROI with 5M $USD
    Loading...

    Methodology

    • Find all transactions with contract_name like 'KashiPair%'
    • These are all the transactions related to the Kashi Lending Platform.
    • We filter the transactions with event_name ilike 'LogDeposit' or event_name = 'LogWithdraw' to find the deposits and withdrawals.
    • Find the amount deposited as amount + fee and amount withdrawn as amount - fee.
    • Find the top 50 wallets with highest ROI plus.
    • Determine the deposited coins from these 50 wallets.
    • Also determine the how long they hold from the first deposit date to last withdrawal date.
    • DAI is the most popular token used by 27% of the top 50 wallets.
    • xSUSHI is the second most popular lending coin used by 22.9% of the wallets.
    Loading...

    How Long ?

    • Here is the list of wallets and the amount the hold each coin.
    • 0x1ff9cd749cbb9d5a9bf9c383c8f25462fc08e70b is the longest holder of USDC and xSUSHI token.
    Loading...