Introduction

    What is FloorDao?

    FloorDAO is the first decentralized market maker for NFTs, and their goal is creating liquidity for certain NFT collections by accepting certain NFT assets into their treasury and FLOOR token holders are voting for the NFT collections they hold.

    db_img

    Method

    1. for calculating the holders number of Floor Token, I used

    ethereum.core.ez_token_transfers table by subtract the amount that transferred out from the amount that transferred in and if the result>0 then the user is holder 2. the chart of floor token price created base on data that ethereum.core.fact_hourly_token_prices table provide 3. for stake data I used

    ethereum.core.ez_token_transfers table with this filtering

    where TO_ADDRESS='0x759c6de5bca9ade8a1a2719a31553c4b7de02539' AND ORIGIN_FUNCTION_SIGNATURE='0xd866c9d8' 4. for unstake data I used

    ethereum.core.ez_token_transfers table with this filtering

    where FROM_ADDRESS='0x759c6de5bca9ade8a1a2719a31553c4b7de02539' AND ORIGIN_FUNCTION_SIGNATURE='0x990966d5'' 5. for swap volume data, I used flipside_prod_db.uniswapv3.swaps

    with both of the conditions :

    TOKEN0_SYMBOL='FlOOR' or TOKEN0_SYMBOL='FlOOR'

    then I sum the both 6. for received rebase calculating for each wallet, I used

    ethereum.core.ez_token_transfers table with this filtering :

    where TO_ADDRESS='0x759c6de5bca9ade8a1a2719a31553c4b7de02539' AND ORIGIN_FUNCTION_SIGNATURE='0xaf14052c' 7. you can select arbitrary wallet and type it on the above of the dashboard between the date you want, then it will calculate the rebase they received and staking amount for this period of time

    Questions

    1.  In the last 90 days, what are users doing with their FLOOR tokens? 
    2. Are they staking/unstaking? Swapping for another asset?
    3. Are the rebase rewards received from staking FLOOR enough to incentivize users to continue staking? Why or why not?
    Loading...
    Loading...

    Info about above graph:

    1. swapping is the highest activity by volume
    2. recently, users are having more interest to stake their floor token then users that want unstaking
    3. although the overall stats dropped due to condition of market
    Loading...

    Info about the diagram on the right:

    1. there is from in price of floor token due to condition of market
    2. the value of a floor token backed by FloorDao on 1$
    Loading...

    Info about above table:

    for the default wallet, the rebase that received is equal to 6,666 floor token

    Conclusion

    1. the most activity by volume for users was on swapping
    2. there are 22 holders currently
    3. the rebase amount has a high value and good Apr, and it can satisfy the user