Network Upgrades and Forks
Documents the deployment of new core contract versions, peripheral contract upgrades, and architectural changes to Pendle's smart contracts across all supported chains. Includes the activation of new AMM designs, yield tokenization logic changes, and cross-chain expansion requiring new contract deployments. Protocol architects and risk teams track these upgrades to prepare for breaking changes, re-audit integration points, and schedule operational maintenance windows.
V2 AMM Activation and Migration
Impact analysis of the architectural shift from Pendle's V1 AMM to the V2 design. Covers the new invariant, concentrated liquidity mechanics, static curve parameters, and the migration process for liquidity providers. Affects integrators relying on V1 pricing models, swap routing, and LP position management. Teams may need an upgrade readiness review to ensure their systems handle the new AMM's pricing and swap execution logic.
Yield Tokenization Standard (SY/PT/YT) Contract Upgrades
Tracks breaking changes to the core EIP-5115-inspired token standard. Covers updates to the Standardized Yield (SY) wrapper, Principal Token (PT), and Yield Token (YT) contract logic, including changes to redemption, reward claiming, and fee accrual mechanics. Directly impacts wallets, exchanges, and lending protocols that integrate PT/YT tokens. A contract review is recommended before each upgrade to verify compatibility.
Router and Aggregator Contract Architecture Changes
Details the deployment and upgrade of Pendle's entry-point router contracts. Covers changes to multi-hop swap logic, zapping into and out of PT/YT positions, and the addition of new function selectors. Front-ends, aggregators, and SDK maintainers must integrate these changes to avoid broken user flows. An integration impact assessment can identify breaking changes before they reach production.
vePENDLE and Vote-Escrow Contract Upgrades
Documents changes to the core tokenomics contract, including vePENDLE lock logic, delegation mechanics, and reward distribution algorithms. Critical for governance tooling providers, protocols integrating vePENDLE voting power, and any system that queries or relies on vePENDLE balances. A governance and integration review can help teams adapt to new delegation or reward-claiming flows.
Oracle and TWAP Implementation Changes
Tracks modifications to how Pendle's AMM reports prices for PT and YT. Covers the activation of new oracle wrappers, changes to TWAP calculation windows, and the deprecation of legacy price feeds. Lending protocols using PT as collateral and any system consuming Pendle's on-chain prices are directly affected. An oracle risk assessment can validate price-feed reliability post-upgrade.
Cross-Chain Canonical Contract Deployment Registry
A registry of the official Pendle core and periphery contract addresses deployed on new EVM chains. Covers the governance process for selecting new chains and the technical nuances of each deployment, such as wrapped native token handling. Bridges, multi-chain aggregators, and indexers need this to support new deployments safely. A deployment verification review can prevent integration with unofficial contracts.
Cross-Chain vePENDLE and Governance Bridge Architecture
Documents the architecture and upgrades for bridging vePENDLE voting power across chains. Covers the LayerZero or custom bridge implementation, relayer changes, and the implications for cross-chain gauge voting and reward distribution. Governance participants and DAO tooling providers must understand these mechanics to vote correctly. A bridge security and trust-assumption review is critical for risk teams.
L2-Specific AMM Parameterization and Deployment
Details the unique AMM parameters, curve configurations, and fee tiers activated for deployments on L2s and sidechains. Addresses how lower gas environments allow for different TWAP and oracle update frequencies compared to Ethereum mainnet. LPs and arbitrageurs operating cross-chain strategies need to adjust their models. An operational readiness review can help teams optimize for chain-specific parameters.
Yield-Bearing Asset Wrapper (SY) Standard Versioning
Tracks the versioning and deployment of new SY wrapper contracts for various yield-bearing tokens (e.g., stETH, aTokens, cTokens). Covers changes to the universal SY interface that affect how yield is accrued, claimed, and distributed to PT/YT holders. Integrators building on top of specific SY assets must audit new wrapper logic for correctness. A smart contract review of new SY implementations can prevent integration failures.
Market Factory and Market Creation Logic Upgrades
Documents upgrades to the factory contracts responsible for deploying new PT/YT markets. Covers changes to maturity date logic, fee tier configuration, and the introduction of permissioned market creation parameters. Affects any system that programmatically deploys or indexes new Pendle markets. An implementation review can ensure compatibility with new factory parameters.
Protocol Fee Accrual and Distribution Mechanic Changes
Tracks architectural changes to how protocol fees (swap fees, yield fees) are calculated, collected, and distributed. Covers the activation of fee-sharing modules, changes to the fee sink address, and the introduction of dynamic fee parameters. vePENDLE holders and protocols that receive fee shares need to monitor these changes. A fee-model impact analysis can help stakeholders understand changes to their revenue streams.
Emergency Pause and Circuit Breaker Architecture
Documents the deployment and upgrade of protocol-wide pause mechanisms. Covers the scope of functions that can be paused (swaps, deposits, withdrawals), the multisig or governance roles authorized to trigger them, and the technical implementation of circuit breakers. Integrators need to handle paused states gracefully in their UIs and liquidations bots. A circuit-breaker dependency review can ensure your system responds correctly to protocol-level pauses.
Liquidity Mining and Incentive Contract Upgrades
Tracks changes to the staking and reward distribution contracts that manage PENDLE incentives. Covers the activation of new gauge types, changes to reward accrual logic, and the deprecation of legacy staking pools. Yield aggregators and auto-compounders that interact with these contracts must update their strategies. An incentive-contract review can help integrators adapt to new reward-claiming patterns.
Pendle V3 Architecture and Modular Upgrade Path
A forward-looking impact page documenting the proposed architectural shift to a more modular, permissionless design. Covers the technical specifications for permissionless market creation, customizable AMM curves, and the transition plan from the V2 monolith. Protocol architects building on Pendle need to plan for this migration. An early-stage architecture review can help teams design V3-compatible systems from the start.
EIP-5115 Alignment and Standard Evolution
Tracks Pendle's adherence to and deviation from the EIP-5115 standard for yield-bearing tokens. Documents how Pendle's implementation evolves with the standard and any Pendle-specific extensions that become de facto standards. Wallets and explorers that rely on standard interfaces for token display and interaction are affected. A standards-compliance review can ensure broad ecosystem compatibility.
Testnet-to-Mainnet Activation Procedure and Sequencing
Documents the standard procedure for testing core contract upgrades, from internal testnets to public testnet competitions and finally to mainnet activation. Covers the timelock, governance vote, and multi-sig transaction sequencing for a typical upgrade. Operators and security teams need this to schedule maintenance windows and verify on-chain actions. An upgrade readiness review can help teams align their own deployment checklists with Pendle's activation sequence.