Flash Protocol Proxy

The Flash Protocol Proxy smart contract, introduced as part of the CHRONOS liquidity pools update, provides supplementary functionality to users by wrapping the Flashstake Protocol smart contract. This was necessary due to the immutable nature of the Flashstake Protocol smart contract.

Specifically, this smart contract enables the following capabilities:

  1. Stake and Flashstake ETH into a WETH strategy.

  2. Sign token approvals for tokens that comply with EIP-2612 when staking and Flashstaking.

  3. Automatically swap fTokens via a Uniswap V3 route during Flashstaking.

  4. Automatically swap a portion of fTokens via a Uniswap V3 route and burn a portion of fTokens against the strategy when Flashstaking.

  5. Automatically swap a portion of fTokens via a Uniswap V3 route and burn a portion of fTokens

  6. Sign fToken approvals in conjunction with the actions described in 4 and 5 above.

  7. Sign fToken approvals when burning against a strategy.

Last updated