diff --git a/erc4626/GauntletUSDCPrimeErc4626VaultReview4dd3.md b/erc4626/GauntletUSDCPrimeErc4626VaultReview4dd3.md new file mode 100644 index 0000000..ebd2e79 --- /dev/null +++ b/erc4626/GauntletUSDCPrimeErc4626VaultReview4dd3.md @@ -0,0 +1,32 @@ + +# Rate Provider: GauntletUSDC Prime rate provider + +## Details +This report was autogenerated on 29/04/2026. + +- Deployed at: + - [Ethereum:0x8c106EEDAd96553e64287A5A6839c3Cc78afA3D0](https://etherscan.io/address/0x8c106EEDAd96553e64287A5A6839c3Cc78afA3D0) +- Audit report(s): + - [Audits](https://docs.morpho.org/get-started/resources/audits/) + +## Context +The ERC4626 calculates the yield attributed to the underlyings in the Mopho vault + +## 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). +- [x] 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/59fd87a7-16af-436b-9137-1cab97fd1376) + +## Conclusion +**Summary judgment: USABLE** +Passing fork tests can be found at https://github.com/balancer/balancer-v3-erc4626-tests/pull/134. + +** 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 d60b355..c3a9ae6 100644 --- a/erc4626/registry.json +++ b/erc4626/registry.json @@ -848,6 +848,26 @@ "useUnderlyingForAddRemove": true, "useWrappedForAddRemove": true }, + "0x8c106EEDAd96553e64287A5A6839c3Cc78afA3D0": { + "asset": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48", + "name": "GauntletUSDCPrimeErc4626Vault.md", + "summary": "safe", + "review": "./GauntletUSDCPrimeErc4626VaultReview4dd3.md", + "warnings": [], + "upgradeableComponents": [ + { + "entrypoint": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "implementationReviewed": "0x43506849d7c04f9138d1a2050bbf3a0c054402dd" + }, + { + "entrypoint": "0x43506849d7c04f9138d1a2050bbf3a0c054402dd", + "implementationReviewed": "0x800c32eaa2a6c93cf4cb51794450ed77fbfbb172" + } + ], + "canUseBufferForSwaps": true, + "useUnderlyingForAddRemove": true, + "useWrappedForAddRemove": true + }, "0x870F0BF29A25A40E7CC087cD5C53e70C11F2C8A8": { "asset": "0xdAC17F958D2ee523a2206206994597C13D831ec7", "name": "KpkUSDTPrime V2Erc4626Vault.md", @@ -2843,4 +2863,4 @@ "useWrappedForAddRemove": true } } -} \ No newline at end of file +} diff --git a/rate-providers/GauntletUSDCPrimeRateProviderReview046e.md b/rate-providers/GauntletUSDCPrimeRateProviderReview046e.md new file mode 100644 index 0000000..f5cc5f2 --- /dev/null +++ b/rate-providers/GauntletUSDCPrimeRateProviderReview046e.md @@ -0,0 +1,31 @@ + +# Rate Provider: GauntletUSDC Prime rate provider + +## Details +This report was autogenerated on 29/04/2026. + +- Deployed at: + - [Ethereum:0x1dC897E9740073F21204B39681deBECdfc9308d1](https://etherscan.io/address/0x1dC897E9740073F21204B39681deBECdfc9308d1) +- Audit report(s): + - [Audits](https://docs.morpho.org/get-started/resources/audits/) + +## Context +The rate provider provides the rate of the embedded yield in the Morpho Gauntlet USDC Frontier vault + +## 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). +- [x] 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/eff31f21-5dda-4a6f-bd74-3b5e4a4c8503) + +## 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 86fb8bd..4af5a86 100644 --- a/rate-providers/registry.json +++ b/rate-providers/registry.json @@ -2712,6 +2712,24 @@ "factory": "", "upgradeableComponents": [] }, + "0x1dC897E9740073F21204B39681deBECdfc9308d1": { + "asset": "0x8c106EEDAd96553e64287A5A6839c3Cc78afA3D0", + "name": "GauntletUSDCPrimeRateProvider.md", + "summary": "safe", + "review": "./GauntletUSDCPrimeRateProviderReview046e.md", + "warnings": [], + "factory": "", + "upgradeableComponents": [ + { + "entrypoint": "0x43506849d7c04f9138d1a2050bbf3a0c054402dd", + "implementationReviewed": "0x800c32eaa2a6c93cf4cb51794450ed77fbfbb172" + }, + { + "entrypoint": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "implementationReviewed": "0x43506849d7c04f9138d1a2050bbf3a0c054402dd" + } + ] + }, "0x89f70f5424E22A106D789c61BeDd8001F2195444": { "asset": "0x870F0BF29A25A40E7CC087cD5C53e70C11F2C8A8", "name": "KpkUSDTPrime V2RateProvider.md",