From 6df76cbe336a30027e2c34c990455c06d04de782 Mon Sep 17 00:00:00 2001 From: mkflow27 Date: Wed, 29 Apr 2026 17:59:58 +0000 Subject: [PATCH 1/2] [create-pull-request] automated change --- ...GauntletUSDCPrimeErc4626VaultReview4dd3.md | 32 +++++++++++++++++++ erc4626/registry.json | 20 ++++++++++++ ...GauntletUSDCPrimeRateProviderReview046e.md | 31 ++++++++++++++++++ rate-providers/registry.json | 18 +++++++++++ 4 files changed, 101 insertions(+) create mode 100644 erc4626/GauntletUSDCPrimeErc4626VaultReview4dd3.md create mode 100644 rate-providers/GauntletUSDCPrimeRateProviderReview046e.md 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 7a684f6..70908ed 100644 --- a/erc4626/registry.json +++ b/erc4626/registry.json @@ -847,6 +847,26 @@ "canUseBufferForSwaps": true, "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 } }, "gnosis": { 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 83103fc..c265991 100644 --- a/rate-providers/registry.json +++ b/rate-providers/registry.json @@ -2711,6 +2711,24 @@ "warnings": [], "factory": "", "upgradeableComponents": [] + }, + "0x1dC897E9740073F21204B39681deBECdfc9308d1": { + "asset": "0x8c106EEDAd96553e64287A5A6839c3Cc78afA3D0", + "name": "GauntletUSDCPrimeRateProvider.md", + "summary": "safe", + "review": "./GauntletUSDCPrimeRateProviderReview046e.md", + "warnings": [], + "factory": "", + "upgradeableComponents": [ + { + "entrypoint": "0x43506849d7c04f9138d1a2050bbf3a0c054402dd", + "implementationReviewed": "0x800c32eaa2a6c93cf4cb51794450ed77fbfbb172" + }, + { + "entrypoint": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "implementationReviewed": "0x43506849d7c04f9138d1a2050bbf3a0c054402dd" + } + ] } }, "fantom": {}, From df1789d495f51c99fd4d6bcbd7333ed34bc9cbbe Mon Sep 17 00:00:00 2001 From: ZeKraken <79888567+zekraken-bot@users.noreply.github.com> Date: Wed, 29 Apr 2026 14:17:20 -0400 Subject: [PATCH 2/2] Add buffer and underlying options to registry --- erc4626/registry.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/erc4626/registry.json b/erc4626/registry.json index 7ac76c0..c3a9ae6 100644 --- a/erc4626/registry.json +++ b/erc4626/registry.json @@ -864,6 +864,9 @@ "implementationReviewed": "0x800c32eaa2a6c93cf4cb51794450ed77fbfbb172" } ], + "canUseBufferForSwaps": true, + "useUnderlyingForAddRemove": true, + "useWrappedForAddRemove": true }, "0x870F0BF29A25A40E7CC087cD5C53e70C11F2C8A8": { "asset": "0xdAC17F958D2ee523a2206206994597C13D831ec7", @@ -2860,4 +2863,4 @@ "useWrappedForAddRemove": true } } -} \ No newline at end of file +}