In this dashboard, we will look at the usage of FLOOR tokens, and if the current metrics indicate positive staking sentiment. We will also see how the rebase returns maybe a factor in this.

    First we will look at the staking and trading sentiment of the FLOOR tokens, analyzing swaps and staking activity. For swaps, we will track Swap events emitted by the Uniswap v3 FLOOR/WETH pool deployed in 0xB386c1d831eED803F5e8F274A59C91c4C22EEAc0. From this we can easily obtain the the direction of the trade and the amount of FLOOR involved. Similarly, we can get staking data by tracking FLOOR token (deployed in 0xf59257e961883636290411c11ec5ae622d19455e) to the Staking contract, which is deployed in 0x759c6de5bca9ade8a1a2719a31553c4b7de02539, by tracking Transfer events emitted by the FLOOR tokens. Lets delve into the Swaps data.

    Loading...
    Loading...
    Loading...
    Loading...
    Loading...
    Loading...

    Looking at the Swap data above:

    • Swapping activity is mostly at equilibrium, with a slight edge towards the buy side. This impressive considering the state of the market, where alot of tokens suffered massive sell offs
    • However, over the past 90 days, activity has been diminishing, as the past month has see less than half the initial activity in the time period.
    Loading...
    Loading...
    Loading...
    Loading...
    Loading...
    Loading...

    Looking at the staking data:

    • Unlike swapping, staking has a slightly more net postive effect.
    • However similar to staking, the activity has diminished over the past month
    • However this is expected as staking is a passive activity, hence after the initial activity, unless there is a massive event, there is less chance of a spike in activity.
    Loading...

    Looking at the Daily APR right now :

    • The DAO has managed to provide 10+% of APR returns inspite of the stressful market.
    • Early returns were as high as 20%
    • While the number may seem low, this rebase returns is on top of the value of treasury.
    • As the treasury consists of what is known as “blue-chips” of NFTs, the treasury value is bound to grow as the market heals and the returns will start to look juicy

    In order to get the Staking returns, We will track the mints of FLOOR tokens initiated by the Distributor contract deployed in 0x9e3cee6ca6e4c11fc6200a17545003b6cf6635d0. When rebase occurs, the Treasury contract emits a Mint event, referencing the Distributor contract and the amount of FLOOR tokens minted. Using this with the daily Staking balances we can obtain from ethereum.erc20_balances table, we can easily calculate the staking APR.