YYasirindamboy.hashnode.dev·May 14 · 17 min readQuadratic Funding: The Mathematics Behind Fair Public Goods FinancingIf you've ever donated on Gitcoin, you've participated in a Quadratic Funding (QF) round, perhaps without fully understanding why your \(1 donation sometimes unlocked ten times that amount in matching00
YYasirindamboy.hashnode.dev·Feb 18, 2025 · 3 min readWhy `selfdestruct` Is Not Used in Upgradable Smart ContractsThe selfdestruct function in Solidity allows a smart contract to be permanently removed from the blockchain, transferring its remaining Ether to a specified address. While this feature can be useful in traditional contracts, it is never used in upgra...00
YYasirindamboy.hashnode.dev·Feb 18, 2025 · 3 min readWhy Constructors Are Not Used in Implementation ContractsIn Solidity, constructors are special functions that execute once when a contract is deployed. They are commonly used to initialize contract variables and set up critical logic. However, when working with upgradable smart contracts, particularly prox...00
YYasirindamboy.hashnode.dev·Feb 10, 2025 · 5 min readUniswap V3 Explained: How Concentrated Liquidity and Advanced Features Redefine DeFi TradingUniswap V3 is an advanced version of the decentralized exchange (DEX) protocol, designed to optimize capital efficiency, flexibility for liquidity providers (LPs), and price accuracy. It introduces concentrated liquidity, multiple fee tiers, and impr...00
YYasirindamboy.hashnode.dev·Feb 7, 2025 · 4 min readDeFi Lending and Borrowing: A Deep Dive into Mechanics, Risks, and OpportunitiesUnderstanding Lending and Borrowing in DeFi Lending and borrowing are fundamental financial activities that exist in both traditional finance (TradFi) and decentralized finance (DeFi). However, in DeFi, they operate without intermediaries like banks,...00