FlipsideCrypto Data Analyst Gyroscope Core contributor DeFi lover


Berachain Annual Report
An On-Chain Analysis Perspective
Onchain gaias
A really golden ticket!


$DEGEN Token Analysis
An analytic Dashboard for $DEGEN

Build On Mode
Sample code 1// SPDX-License-Identifier: GPL-3.0 pragma solidity >=0.8.2 <0.9.0; contract Storage { uint256 number; function store(uint256 num) public { number = num; } function retrieve() public view returns (uint256){ return number; } } Sample code 2// SPDX-License-Identifier: GPL-3.0 pragma solidity ^0.8.20; import "https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v5.0.0/contracts/token/ERC20/ERC20.sol"; import "https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v5...

Build On Mode
Sample code 1// SPDX-License-Identifier: GPL-3.0 pragma solidity >=0.8.2 <0.9.0; contract Storage { uint256 number; function store(uint256 num) public { number = num; } function retrieve() public view returns (uint256){ return number; } } Sample code 2// SPDX-License-Identifier: GPL-3.0 pragma solidity ^0.8.20; import "https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v5.0.0/contracts/token/ERC20/ERC20.sol"; import "https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v5...

🌀Why Gyroscope is a revolution? (Part 2)
Gyroscope has revolutionized the capital efficiency of liquidity pools! Let's discuss in details: Let's start from the beginning... 🌀 Uniswap brought VitalikButerin 's idea of AMM into production in 2018. This was the era of transition from peer-to-peer to peer-to-pool. 🌀Uniswap v1 liquidity pools, used a simple mathematical formula: x*y=kUniswap v1 liquidity pools🌀 Uniswap's pricing mechanism balances pools by adapting token prices to supply and demand. 🌀 It provides ...

🌀Why Gyroscope is a revolution? (Part 2)
Gyroscope has revolutionized the capital efficiency of liquidity pools! Let's discuss in details: Let's start from the beginning... 🌀 Uniswap brought VitalikButerin 's idea of AMM into production in 2018. This was the era of transition from peer-to-peer to peer-to-pool. 🌀Uniswap v1 liquidity pools, used a simple mathematical formula: x*y=kUniswap v1 liquidity pools🌀 Uniswap's pricing mechanism balances pools by adapting token prices to supply and demand. 🌀 It provides ...

🌀Why Gyroscope is a Revolution?(part 1)
revolutionizes Gyroscope revolutionized Maker DAO Peg Stability Mechanism (PSM) to improve its resilience! Let's discuss in detail! Gyroscope's Dynamic Stability Mechanism (DSM) is an innovation that consists of four key components: 1⃣ Diversified PSM reserves 2⃣ Programmatic risk control 3⃣ Coordinated PSM strategies 4⃣ Emergency pricing Now lets investigate into each one!🔍Diversified PSM Reserves: A diversified reserve is not depended to a single asset. A well-rounded PSM include...

🌀Why Gyroscope is a Revolution?(part 1)
revolutionizes Gyroscope revolutionized Maker DAO Peg Stability Mechanism (PSM) to improve its resilience! Let's discuss in detail! Gyroscope's Dynamic Stability Mechanism (DSM) is an innovation that consists of four key components: 1⃣ Diversified PSM reserves 2⃣ Programmatic risk control 3⃣ Coordinated PSM strategies 4⃣ Emergency pricing Now lets investigate into each one!🔍Diversified PSM Reserves: A diversified reserve is not depended to a single asset. A well-rounded PSM include...