Quadratic Funding: The Mathematics Behind Fair Public Goods FinancingA deep dive into the theory, formula, and on-chain implementation of one of web3's most elegant mechanismsMay 14, 2026·17 min read
Uniswap V3 Explained: How Concentrated Liquidity and Advanced Features Redefine DeFi TradingFeb 10, 2025·5 min read
DeFi Lending and Borrowing: A Deep Dive into Mechanics, Risks, and OpportunitiesFeb 7, 2025·4 min read
The SushiSwap MasterChef Guide: Staking, Rewards, and Yield Farming MechanicsSushiSwap's MasterChef contract is the core smart contract responsible for handling liquidity mining and yield farming on the SushiSwap platform. It manages the distribution of SUSHI rewards to liquidFeb 7, 2025·4 min read
Understanding Delegatecall() in Solidity: How It Works and Why It MattersWhat are delegate calls ? Delegate calls is a low-level functions that enables a smart contract to execute code from another contract within the context of the calling contract. This means, a contract can execute code from another contract without i...Dec 5, 2024·5 min read