PIP: Extend PIP-69 to include an enshrined ERC-7575 vault to standardize staked POL on Polygon, Katana, or other chains

Temp check, to see how much interest there is in this.

Overview

Given the improvements coming to Polygon POL staking in PIP-69, I propose we should further refine the staking implementation by creating a ERC-7575 vault . This could either be enshrined with official contracts, or managed with competition by third parties who want to build on Polygon.

Motivation

Given the current ~100 validators currently listed as currently validating and staking with POL, PIP-69 would create 100 different ERC-20 tokens. While they are each fungible (a massive improvement to POL staking) its still fragmented liquidity that could be brought together under a single staked POL liquid token.

Implementation

:warning: EIP-7575 does not assume value parity of input assets (in this case, various ERC-20s representing staked POL on each validator). Valuing each input token is up to the implementation, and may require an active curator for the vault because the native share tokens themselves encode the stake and reward balances, the LST contract’s job becomes bookkeeping, rather than the heavy lifting of managing actual staking operations.

EIP-7575 does not enforce that different assets must be of equal value, or come in at a fixed 1:1 parity. Instead, how many shares you get when depositing depends entirely on how the vault or implementation defines the conversion between that asset and the share token via convertToShares. That conversion can (and typically will) reflect market value, risk, or other internal logic. In our implementation of a 7575 vault it may need to reflect the yield and slashing risk of various staked POL tokens depending on which validator it is staked with.

The next stage of an enshrined vault would be a cross chain messaging layer that can mint the POL LST on Polygon, Katana, or other aligned chains.

References:

3 Likes

Thanks for raising this great initiative. As Polygon moves toward more modular and composable POL staking under PIP-69, exploring an ERC-7575 vault is a meaningful next step for reducing liquidity fragmentation and improving liquidity across the ecosystem.

A curated vault can help ensure the design remains safe, fair, and aligned with long-term decentralization goals. A team experienced with Polygon’s validator set and DeFi integrations, such as AlphaGrowth or any qualified curator, can provide important oversight in a few areas:

Slashing and validator risk
Slashing is currently disabled, but if it returns, validator-level risk assessment becomes essential. A curator can review which share tokens are safe and adjust exposure as needed.

Different market values across validators
Validator share tokens may diverge in yield and perceived value (assuming VEBloP update are adopted). A curated 7575 design can incorporate proper pricing and conversion logic to keep the system fair and predictable.

Ecosystem-aligned incentives
Redirecting a small portion of vault rewards to support liquidity on Polygon or Katana can create a sustainable flywheel for adoption and deepen DeFi activity across the network.

An ERC-7575 vault also positions POL for unified multichain utility, consistent with the Polygon 2.0 roadmap. Would be great for other Polygon contributors to weigh in and looking forward to hearing feedback.