OlympusDAO - 10. Quantifying OHM user Actions

    -- What are the different functions that OHM users are doing when they interact with the platform? -- e.g. Unstaked > Sold > Buy Back > Re-Stake -- Do you find some specific strategies?

    Methodology

    • Find all current OHM holders
      where contract_address = '0x64aa3364f17a4d01c6f1751fd97c2bd3d7e7f1d5' -- OHM
      and balance_date = CURRENT_DATE - 1
    
    • Find all the various origin_function_name functions interacted by OHM holders for the past 30 days.
    • Find Patterns for each wallet address in the past 90 days.

    Daily Actions by OHM holders

    • Here are the daily actions by OHM holders
    • The most common action taken is approve, followed by transfer, by 2.4K and 1.4K wallets respectively.
    Loading...
    Loading...

    Do you find some specific strategies?

    • The most common trend in the past 90 days is approval.
    • The second most common trend is atomic match
    • The third most common trend is approve followed by another approve.
    Loading...