ValiMohammadi | Flipside Analyst

    ValiMohammadi

    World Cup of Bounties( Flipside's World Cup Kick Off: Gas Guzzlers )

    World Cup of Bounties( Flipside's World Cup Kick Off: Gas Guzzlers )

    Nov 16, 2022 - Welcome to Flipside's World Cup of Bounties. To celebrate the arrival of the FIFA World Cup, we'll be holding a tournament to determine the top bounty hunters in the world across several blockchains, projects, and more. This year's theme is cross-chain comparisons. To qualify for this tournament, create a gas tracking dashboard that looks at gas usage by a chain over the last couple of months. Include Ethereum, Solana, Algorand, Flow, NEAR, Optimism and Osmosis, and add any other chain you think is worth noting. Breakout the following metrics by a chain in the dashboard Total amount USD of gas spent on the chain in the last 30 days. Average cost of gas in USD per $1,000,000 of liquidity transferred on each chain 30 days Average block gas price hourly and daily The top 10 addresses on each chain that spend the most on gas in the past month Daily amount spent on gas by chain tracked over the last 30 days Chart gas spend to network token price Add any other metrics you think would be useful for someone to understand the different costs of gas by chain to help your dashboard standout. Just like the real thing, only 32 entrants can advance to the tournament stage of the World Cup of Bounties — and receive payment for this bounty. Only the most stellar dashboards submitted will make it to the next round, so get creative with your analysis to stand out ! NOTE: Tournament participants can compete as individuals or as teams. Teams should only submit one dashboard per round and are responsible for distributing payment amongst themselves.

    3
    flownearosmosisethereumoptimism
    +1
    ValiMohammadi
    Algorand Bounties (Folks Finance Deposits and Redeems)

    Algorand Bounties (Folks Finance Deposits and Redeems)

    May 17, 2022 - Q68. Folks Finance enables borrowing and lending on the Algraond Blockchain. We are going to look at the deposits and redemption of the assets on the protocol. We want to get a better understanding of how wallets are depositing and withdrawing assets over time and how Folks Finance is growing. -Graph the number of deposits vs redeems by day over time. -Graph the number of depositors vs redeemers over time time -Graph the total amount of each asset deposited vs the total amount of each asset redeemed each day. -Graph the total amount of each asset that has been deposited over time(factoring in when the asset is redeemed). -Create a table charting the average deposit volume of each asset, the average deposit time in days of each asset(look at when a user deposits an asset then removes it), using the pool look also list how much is currently deposited as a column. -Based On Your Analysis What Assets Are Most Popular To Deposit? And how is deposit behavior changing over time? Do we see more deposits and people depositing on Folks Finance over time? Tips: Deposit/Redeem Pools AppIDs https://docs.folks.finance/developer/contracts Deposit Algo Example: https://algoexplorer.io/tx/group/IIXq891mChFXKWxvGR6Q6UPgnaxlTJWMjToY7keNeUU%3D To signify an a deposit use the app IDs from the pools above and the decoded the app args should equal ‘d’ : TRY_BASE64_DECODE_STRING(tx_message :txn :apaa [0] :: STRING) = ‘d’ Redeem Algo Example https://algoexplorer.io/tx/group/9TspJdgFhSkYQWv91YwSeBdnFWw8Qarr4WmeoFL40ZY%3D To signify an a redeem use the app IDs from the pools above and the decoded the app args should equal ‘r’ : TRY_BASE64_DECODE_STRING(tx_message :txn :apaa [0] :: STRING) = ‘r’ You can read more about Folks Finance Here: https://docs.folks.finance/protocol-architecture/deposit

    1
    ValiMohammadi