From 748dfb6d44ce1fcb7b2ffc439527e9bde1ccdb85 Mon Sep 17 00:00:00 2001 From: mkflow27 Date: Mon, 2 Mar 2026 17:12:30 +0000 Subject: [PATCH] [create-pull-request] automated change --- ...ppedNeverlandsMONErc4626VaultReviewda69.md | 32 +++++++++++++++++ erc4626/registry.json | 20 +++++++++++ ...ppedNeverlandsMONRateProviderReview2f66.md | 31 +++++++++++++++++ rate-providers/registry.json | 34 +++++++++++++++++++ 4 files changed, 117 insertions(+) create mode 100644 erc4626/WrappedNeverlandsMONErc4626VaultReviewda69.md create mode 100644 rate-providers/WrappedNeverlandsMONRateProviderReview2f66.md diff --git a/erc4626/WrappedNeverlandsMONErc4626VaultReviewda69.md b/erc4626/WrappedNeverlandsMONErc4626VaultReviewda69.md new file mode 100644 index 0000000..6dc73a1 --- /dev/null +++ b/erc4626/WrappedNeverlandsMONErc4626VaultReviewda69.md @@ -0,0 +1,32 @@ + +# Rate Provider: WrappedNeverland sMON rate provider + +## Details +This report was autogenerated on 02/03/2026. + +- Deployed at: + - [Monad:0x08139339dd9A480CEB84D9C7CcE48BE436dB20b3](https://monadvision.com/address/0x08139339dd9A480CEB84D9C7CcE48BE436dB20b3) +- 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/0405f788-0aae-4120-9751-f701c72b9a32) + +## 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..2850920 100644 --- a/erc4626/registry.json +++ b/erc4626/registry.json @@ -2694,6 +2694,26 @@ "canUseBufferForSwaps": true, "useUnderlyingForAddRemove": true, "useWrappedForAddRemove": true + }, + "0x08139339dd9A480CEB84D9C7CcE48BE436dB20b3": { + "asset": "0xA3227C5969757783154C60bF0bC1944180ed81B9", + "name": "WrappedNeverlandsMONErc4626Vault.md", + "summary": "safe", + "review": "./WrappedNeverlandsMONErc4626VaultReviewda69.md", + "warnings": [], + "upgradeableComponents": [ + { + "entrypoint": "0x08139339dd9a480ceb84d9c7cce48be436db20b3", + "implementationReviewed": "0xf20a545013b74f7ed0239399217b130e4177e085" + }, + { + "entrypoint": "0x80f00661b13cc5f6ccd3885be7b4c9c67545d585", + "implementationReviewed": "0xe3b56aad3c21531055f39e73a51e8ff29daad049" + } + ], + "canUseBufferForSwaps": true, + "useUnderlyingForAddRemove": true, + "useWrappedForAddRemove": true } } } \ No newline at end of file diff --git a/rate-providers/WrappedNeverlandsMONRateProviderReview2f66.md b/rate-providers/WrappedNeverlandsMONRateProviderReview2f66.md new file mode 100644 index 0000000..89acaae --- /dev/null +++ b/rate-providers/WrappedNeverlandsMONRateProviderReview2f66.md @@ -0,0 +1,31 @@ + +# Rate Provider: WrappedNeverland sMON rate provider + +## Details +This report was autogenerated on 02/03/2026. + +- Deployed at: + - [Monad:0x9f80b425Fe4A6A31Da5f5fCDd285d951244D1ea1](https://monadvision.com/address/0x9f80b425Fe4A6A31Da5f5fCDd285d951244D1ea1) +- 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/3cc2c382-a539-4b9f-87f4-3fc56afd9bd8) + +## 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..3f2603b 100644 --- a/rate-providers/registry.json +++ b/rate-providers/registry.json @@ -6657,6 +6657,40 @@ "implementationReviewed": "0xb45a3109bbe59b8812f7e4201531008c76f7de32" } ] + }, + "0x9f80b425Fe4A6A31Da5f5fCDd285d951244D1ea1": { + "asset": "0x08139339dd9A480CEB84D9C7CcE48BE436dB20b3", + "name": "WrappedNeverlandsMONRateProvider.md", + "summary": "safe", + "review": "./WrappedNeverlandsMONRateProviderReview2f66.md", + "warnings": [], + "factory": "", + "upgradeableComponents": [ + { + "entrypoint": "0x08139339dd9a480ceb84d9c7cce48be436db20b3", + "implementationReviewed": "0xf20a545013b74f7ed0239399217b130e4177e085" + }, + { + "entrypoint": "0x80f00661b13cc5f6ccd3885be7b4c9c67545d585", + "implementationReviewed": "0xe3b56aad3c21531055f39e73a51e8ff29daad049" + }, + { + "entrypoint": "0xe77456457619ad1948336fbabc3883cb965b50d1", + "implementationReviewed": "0xb12c4bdf99c4ed3b78137b921a0eae382e710ddc" + }, + { + "entrypoint": "0x22d47686b3aec9068768f84efd8ce2637a347b0a", + "implementationReviewed": "0xf6de0bbe3b277a7c1d56139e4084e917aaaa74d2" + }, + { + "entrypoint": "0x368ee51e47a594fe1e9908b48228748a30bc7ca4", + "implementationReviewed": "0xe4bfe4071d363e1d4274fb8f79cb510b75913020" + }, + { + "entrypoint": "0x98dc6e90d4c2f212ed9d124ad2afba4833268633", + "implementationReviewed": "0xe94c9f9a1893f23be38a5c0394e46ac05e8a5f8c" + } + ] } } } \ No newline at end of file