From 8856f3480e3acac1ee52cfaf419a8fdfd1792cfb Mon Sep 17 00:00:00 2001 From: mkflow27 Date: Mon, 2 Mar 2026 17:14:23 +0000 Subject: [PATCH] [create-pull-request] automated change --- ...ppedNeverlandgMONErc4626VaultReviewb1c2.md | 32 +++++++++++++++++ erc4626/registry.json | 20 +++++++++++ ...ppedNeverlandgMONRateProviderReviewaa4c.md | 31 +++++++++++++++++ rate-providers/registry.json | 34 +++++++++++++++++++ 4 files changed, 117 insertions(+) create mode 100644 erc4626/WrappedNeverlandgMONErc4626VaultReviewb1c2.md create mode 100644 rate-providers/WrappedNeverlandgMONRateProviderReviewaa4c.md diff --git a/erc4626/WrappedNeverlandgMONErc4626VaultReviewb1c2.md b/erc4626/WrappedNeverlandgMONErc4626VaultReviewb1c2.md new file mode 100644 index 0000000..710c190 --- /dev/null +++ b/erc4626/WrappedNeverlandgMONErc4626VaultReviewb1c2.md @@ -0,0 +1,32 @@ + +# Rate Provider: WrappedNeverland gMON rate provider + +## Details +This report was autogenerated on 02/03/2026. + +- Deployed at: + - [Monad:0x29D2075E5151B1A6863bDC40EA86bD5e8aFd1705](https://monadvision.com/address/0x29D2075E5151B1A6863bDC40EA86bD5e8aFd1705) +- Audit report(s): + - [Audits](https://github.com/Neverland-Money/security-audits) + +## Context +The ERC4626 Rate Provider tracks the embedded yield within the 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/75731bf9-cbde-4292-8c02-05d4cb459e73) + +## Conclusion +**Summary judgment: USABLE** +Passing fork tests can be found at balancer/balancer-v3-erc4626-tests#111. + +** 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 b7c0614..31b283e 100644 --- a/erc4626/registry.json +++ b/erc4626/registry.json @@ -2694,6 +2694,26 @@ "canUseBufferForSwaps": true, "useUnderlyingForAddRemove": true, "useWrappedForAddRemove": true + }, + "0x29D2075E5151B1A6863bDC40EA86bD5e8aFd1705": { + "asset": "0x8498312A6B3CbD158bf0c93AbdCF29E6e4F55081", + "name": "WrappedNeverlandgMONErc4626Vault.md", + "summary": "safe", + "review": "./WrappedNeverlandgMONErc4626VaultReviewb1c2.md", + "warnings": [], + "upgradeableComponents": [ + { + "entrypoint": "0x29d2075e5151b1a6863bdc40ea86bd5e8afd1705", + "implementationReviewed": "0xf20a545013b74f7ed0239399217b130e4177e085" + }, + { + "entrypoint": "0x80f00661b13cc5f6ccd3885be7b4c9c67545d585", + "implementationReviewed": "0xe3b56aad3c21531055f39e73a51e8ff29daad049" + } + ], + "canUseBufferForSwaps": true, + "useUnderlyingForAddRemove": true, + "useWrappedForAddRemove": true } } } \ No newline at end of file diff --git a/rate-providers/WrappedNeverlandgMONRateProviderReviewaa4c.md b/rate-providers/WrappedNeverlandgMONRateProviderReviewaa4c.md new file mode 100644 index 0000000..3de404e --- /dev/null +++ b/rate-providers/WrappedNeverlandgMONRateProviderReviewaa4c.md @@ -0,0 +1,31 @@ + +# Rate Provider: WrappedNeverland gMON rate provider + +## Details +This report was autogenerated on 02/03/2026. + +- Deployed at: + - [Monad:0x1ade4352e59A9f6effd652ceC70ad2bf9346ae02](https://monadvision.com/address/0x1ade4352e59A9f6effd652ceC70ad2bf9346ae02) +- Audit report(s): + - [Audits](https://github.com/Neverland-Money/security-audits) + +## Context +Neverland is built on the Aave V3 architecture: a battle-tested,highly secure lending protocol. + +## 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/1ac15f42-4e43-4a06-a33e-6b1603f991b7) + +## 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 57ecd2d..628d757 100644 --- a/rate-providers/registry.json +++ b/rate-providers/registry.json @@ -6657,6 +6657,40 @@ "implementationReviewed": "0xb45a3109bbe59b8812f7e4201531008c76f7de32" } ] + }, + "0x1ade4352e59A9f6effd652ceC70ad2bf9346ae02": { + "asset": "0x29D2075E5151B1A6863bDC40EA86bD5e8aFd1705", + "name": "WrappedNeverlandgMONRateProvider.md", + "summary": "safe", + "review": "./WrappedNeverlandgMONRateProviderReviewaa4c.md", + "warnings": [], + "factory": "", + "upgradeableComponents": [ + { + "entrypoint": "0x29d2075e5151b1a6863bdc40ea86bd5e8afd1705", + "implementationReviewed": "0xf20a545013b74f7ed0239399217b130e4177e085" + }, + { + "entrypoint": "0x80f00661b13cc5f6ccd3885be7b4c9c67545d585", + "implementationReviewed": "0xe3b56aad3c21531055f39e73a51e8ff29daad049" + }, + { + "entrypoint": "0x8c9f39f0d08ee284a4fe0198524fe7c28630ceab", + "implementationReviewed": "0x4d6092fde125ad5cb9f2941e095040bc8dc39a95" + }, + { + "entrypoint": "0x22d47686b3aec9068768f84efd8ce2637a347b0a", + "implementationReviewed": "0xf6de0bbe3b277a7c1d56139e4084e917aaaa74d2" + }, + { + "entrypoint": "0x368ee51e47a594fe1e9908b48228748a30bc7ca4", + "implementationReviewed": "0xe4bfe4071d363e1d4274fb8f79cb510b75913020" + }, + { + "entrypoint": "0x98dc6e90d4c2f212ed9d124ad2afba4833268633", + "implementationReviewed": "0xe94c9f9a1893f23be38a5c0394e46ac05e8a5f8c" + } + ] } } } \ No newline at end of file