A design pattern that separates the role of block proposing from block building to reduce MEV centralization. In Ethereum's current design, validators (proposers) both build blocks and extract MEV. PBS proposes to separate these roles: block builders compete to produce the most profitable block and sell it to proposers. This reduces the MEV advantage of sophisticated builders versus regular validators and makes MEV more democratized. Ethereum's endorsed builders (EIP-7555) is an implementation step toward PBS.
See EIP-4844. Proto-Danksharding introduced 'blob' transactions to Ethereum, which carry data for L2 rollups at a fraction of the cost of calldata. Blob data is kept for ~18 days (until the data is prunable) rather than permanently stored in Ethereum state, making it much cheaper for L2s to post data. EIP-4844 is a prerequisite for full Danksharding (which will eventually allow blobs to be even cheaper and more scalable). Arbitrum, Optimism, and Base all use EIP-4844 blobs.
A derivatives contract with no expiry date that allows traders to hold a position indefinitely, paying or receiving a funding rate to maintain the perpetual price near the underlying asset price. Perps on DeFi (GMX, dYdX, Hyperliquid, Gains Network) offer up to 50x leverage with on-chain settlement. Funding rates are typically paid every 8 hours: long traders pay short traders when perp > spot price (backwardation), or vice versa (contango). Perps are the largest product category in DeFi by volume.
The team behind GMX, a decentralized perpetuals exchange. PL built GMX on Arbitrum and later expanded to Avalanche. The GMX protocol is governed by the GLP token (LP token) and the GMX token (governance). PL's design principle: LPs act as the counterparty to all trader positions, removing the need for funding rate auctions. The GMX V2 introduced concentrated liquidity pools for LPs. PL also launched the alternative Perp (d/YdX, now separate), and the more recent GMX Blue.
A smart contract that holds deposited assets and enables permissionless lending/borrowing. In pool-based protocols (Aave, Compound), all lenders supply to a shared pool and earn the pool's variable interest rate; all borrowers pay the pool rate. Pools use utilization (U = borrowed / supplied) to set interest rates: when U is high, rates spike to attract more supply and discourage borrowing. Pools can be shared (same asset on multiple protocols) or isolated (single asset, single market).
Principal Token issued by Pendle. When you deposit an asset that has yield (e.g., stETH from Lido), Pendle splits it into PT (principal) and YT (yield token). PT represents the underlying principal, locked until maturity. YT represents the right to claim the yield (staking rewards, interest) during the period. PT trades at a discount to face value (its price = PV of principal). YT price reflects expected future yield. PT can be used as a low-risk fixed-rate instrument - you buy PT cheap and receive full principal at maturity.
The change in price caused by executing a trade. In AMMs, price impact is determined by the trade size relative to pool depth (liquidity). A large trade moves the AMM price along its invariant curve. Price impact = (execution price - mid price) / mid price, expressed as %. Thin pools (low liquidity) have high price impact even for small trades. DEXs display estimated price impact before trade confirmation. Minimizing price impact: use DEX aggregators (1inch, 0x), split orders, or use deep pools (stablecoin pairs on Curve).
A yield tokenization protocol that splits yield-bearing assets into PT (principal token) and YT (yield token). Users can deposit stETH (Lido staked ETH), wstETH, ampthETH, or other yield sources. Pendle V2 introduced a concentrated SY (Standardized Yield) system and GPT (generic principal token). Pendle's key use case: YT holders can speculate on yield direction, PT buyers lock in a fixed rate (by buying PT cheap). The AMM (Pendle AMM) provides liquidity for PT/YT trading, using a stable-swap invariant for PT pairs.
Assets deposited into a shared smart contract for permissionless lending/borrowing. The term is used in Aave (supplying assets to the Aave V3 Pool) and in staking (Lido's stETH pool). Pooled assets are represented by yield-bearing tokens (aTokens, cTokens) that accrue in real time as interest accrues. The key property of pooled assets is that any depositor can withdraw at any time (liquidity provided there is available liquidity), and any borrower can access funds without individual negotiation.