Withdraw to my wallet or to my Bentobox?

    What percentage of users choose to withdraw directly to their wallet rather than withdrawing to bentobox when they perform a borrowing or when they withdraw from lending? Hint: look for "LogWithdraw" events. This event will show you what token is withdrawn from your bento address to your wallet address. In order to make sure this has been a lending or borrowing operation, you need to make sure you can find a "Kashi medium risk" token in other events of the same transaction.

    Introduction

    The objectives were:

    1. Find LogWithdraw TX_IDs
    2. Find what the "Kashi medium risk" token looks like
    3. Filter the LogWithdraw transactions even further by having to include a `LIKE 'km%' transaction
    4. Get a count
    5. Make a pie chart
    Loading...
    Loading...

    Summary

    The majority of users seem to still prefer withdrawing to their own wallets. with a very small % of them preferring to use bento-box.