# Flash Protocol Proxy

<table data-header-hidden><thead><tr><th width="194"></th><th></th></tr></thead><tbody><tr><td>Network</td><td>Contract Address</td></tr><tr><td>Ethereum</td><td><a href="https://etherscan.io/address/0xB6Db29351C57DBd678E914FbbA0d400Df2806e6D">0xB6Db29351C57DBd678E914FbbA0d400Df2806e6D</a></td></tr><tr><td>Ethereum: Rocket Pool</td><td><a href="https://etherscan.io/address/0xa092982764b223bACAC64422F4862Fff52eCAFf6">0xa092982764b223bACAC64422F4862Fff52eCAFf6</a></td></tr><tr><td>Arbitrum</td><td><a href="https://arbiscan.io/address/0x9497116D258924621C60384f53afAb29Cb3aE193">0x9497116D258924621C60384f53afAb29Cb3aE193</a></td></tr><tr><td>Optimism</td><td><a href="https://optimistic.etherscan.io/address/0x7Efcd4C1Ff21fFcBa1b6a245A9e385b4Ff45D6DD">0x7Efcd4C1Ff21fFcBa1b6a245A9e385b4Ff45D6DD</a></td></tr><tr><td>Goerli</td><td><a href="https://goerli.etherscan.io/address/0xd6965f5aeEa4B7Cf094C9F4103a1e7cD2727e84B">0xd6965f5aeEa4B7Cf094C9F4103a1e7cD2727e84B</a></td></tr></tbody></table>

The Flash Protocol Proxy smart contract, introduced as part of the CHRONOS [liquidity pools](/time-vault-strategies-tvs/time-vault-pools.md#example-2-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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.flashstake.io/smart-contracts/flash-protocol-proxy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
