diff --git a/erc4626/SteakhouseinfiniFiUSDCErc4626VaultReview9bbe.md b/erc4626/SteakhouseinfiniFiUSDCErc4626VaultReview9bbe.md new file mode 100644 index 00000000..997f6a93 --- /dev/null +++ b/erc4626/SteakhouseinfiniFiUSDCErc4626VaultReview9bbe.md @@ -0,0 +1,33 @@ + +# Rate Provider: SteakhouseinfiniFi USDC rate provider + +## Details +This report was autogenerated on 23/07/2025. + +- Deployed at: + - [Ethereum:0xBEeF1f5Bd88285E5B239B6AAcb991d38ccA23Ac9](https://etherscan.io/address/0xBEeF1f5Bd88285E5B239B6AAcb991d38ccA23Ac9) +- Audit report(s): + - [Infinifi audits](https://docs.infinifi.xyz/audits) + +## Context +Users deposit assets (e.g. USDC, USDT, FRAX) into infiniFi to mint iUSD, which is automatically staked to earn top DeFi yields. Initial deposits go to liquid DeFi platforms like AAVE. +## Review Checklist: Bare Minimum Compatibility +Each of the items below represents an absolute requirement for the Rate Provider. If any of these is unchecked, the Rate Provider is unfit to use. + +- [x] Tests based on the [balancer-v3-monorepo](https://github.com/balancer/balancer-v3-monorepo/tree/main/pkg/vault/test/foundry/fork) pass for the given ERC4626 vaults, which can be found [here](https://github.com/balancer/balancer-v3-erc4626-tests/tree/main/test). +- [x] The required Vault implements the required operational ERC4626 Interface + +### Administrative Privileges +- [ ] The ERC4626 Vault is upgradeable** (e.g., via a proxy architecture). +- [ ] Other contracts which are part of the `mint` callchain are upgradeable**. You can find more information + about the involved contracts in this [tenderly simulation](https://www.tdly.co/shared/simulation/77d5440b-c1b2-4d9f-b1b6-d77c72fa232b) + +## Conclusion +**Summary judgment: USABLE** +The passing fork tests can be found here: https://github.com/balancer/balancer-v3-erc4626-tests/blob/main/test/mainnet/ERC4626SteakhouseInifiniFiUSDC.t.sol + +** upgradeable in this context means that: +- The contract is a proxy contract with an implementation sourced from Etherscan. + + + diff --git a/erc4626/registry.json b/erc4626/registry.json index 679c479a..e5630831 100644 --- a/erc4626/registry.json +++ b/erc4626/registry.json @@ -594,6 +594,17 @@ "canUseBufferForSwaps": false, "useUnderlyingForAddRemove": false, "useWrappedForAddRemove": true + }, + "0xBEeF1f5Bd88285E5B239B6AAcb991d38ccA23Ac9": { + "asset": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48", + "name": "SteakhouseinfiniFiUSDCErc4626Vault.md", + "summary": "safe", + "review": "./SteakhouseinfiniFiUSDCErc4626VaultReview9bbe.md", + "warnings": [], + "upgradeableComponents": [], + "canUseBufferForSwaps": false, + "useUnderlyingForAddRemove": true, + "useWrappedForAddRemove": true } }, "gnosis": { diff --git a/rate-providers/SteakhouseinfiniFiUSDCRateProviderReview6985.md b/rate-providers/SteakhouseinfiniFiUSDCRateProviderReview6985.md new file mode 100644 index 00000000..97a95640 --- /dev/null +++ b/rate-providers/SteakhouseinfiniFiUSDCRateProviderReview6985.md @@ -0,0 +1,30 @@ + +# Rate Provider: SteakhouseinfiniFi USDC rate provider + +## Details +This report was autogenerated on 23/07/2025. + +- Deployed at: + - [Ethereum:0x472fBA0f8bf427dbC8bfdCF6222e3e806E8C275b](https://etherscan.io/address/0x472fBA0f8bf427dbC8bfdCF6222e3e806E8C275b) +- Audit report(s): + - [Infinifi audits](https://docs.infinifi.xyz/audits) + +## Context +Users deposit assets (e.g. USDC, USDT, FRAX) into infiniFi to mint iUSD, which is automatically staked to earn top DeFi yields. Initial deposits go to liquid DeFi platforms like AAVE. +## Review Checklist: Bare Minimum Compatibility +Each of the items below represents an absolute requirement for the Rate Provider. If any of these is unchecked, the Rate Provider is unfit to use. + +- [x] Implements the [`IRateProvider`](https://github.com/balancer/balancer-v2-monorepo/blob/bc3b3fee6e13e01d2efe610ed8118fdb74dfc1f2/pkg/interfaces/contracts/pool-utils/IRateProvider.sol) interface. +- [x] `getRate` returns an 18-decimal fixed point number (i.e., 1 == 1e18) regardless of underlying token decimals. + +### Administrative Privileges +- [ ] The Rate Provider is upgradeable** (e.g., via a proxy architecture). +- [ ] Other contracts which are part of the `getRate` callchain are upgradeable**. You can find more information + about the involved contracts in this [tenderly simulation](https://www.tdly.co/shared/simulation/52f35bae-527b-4a3d-8578-84d2703aa70e) + +## Conclusion +**Summary judgment: USABLE** + +** upgradeable in this context means that: +- The contract is a proxy contract with an implementation sourced from Etherscan and the proxy emitted an "Upgraded" event. + diff --git a/rate-providers/registry.json b/rate-providers/registry.json index 1a290032..5ad6ab66 100644 --- a/rate-providers/registry.json +++ b/rate-providers/registry.json @@ -3312,6 +3312,15 @@ "warnings": [], "factory": "", "upgradeableComponents": [] + }, + "0x472fBA0f8bf427dbC8bfdCF6222e3e806E8C275b": { + "asset": "0xBEeF1f5Bd88285E5B239B6AAcb991d38ccA23Ac9", + "name": "SteakhouseinfiniFiUSDCRateProvider.md", + "summary": "safe", + "review": "./SteakhouseinfiniFiUSDCRateProviderReview6985.md", + "warnings": [], + "factory": "", + "upgradeableComponents": [] } }, "fantom": {