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 90095b7..27ae7d1 100644 --- a/erc4626/registry.json +++ b/erc4626/registry.json @@ -2695,6 +2695,26 @@ "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 + }, "0x5e073494678fB7FA4a05bB17d45941Dd9Dc469c1": { "asset": "0x1B68626dCa36c7fE922fD2d55E4f631d962dE19c", "name": "WrappedNeverlandshMONErc4626Vault.md", 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 cf8de8e..89b7e53 100644 --- a/rate-providers/registry.json +++ b/rate-providers/registry.json @@ -6658,6 +6658,40 @@ } ] }, + "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" + } + ] + }, "0x3b13D015D5249dE0614bB783193508E93520F140": { "asset": "0x5e073494678fB7FA4a05bB17d45941Dd9Dc469c1", "name": "WrappedNeverlandshMONRateProvider.md", @@ -6667,12 +6701,29 @@ "factory": "", "upgradeableComponents": [ { + "entrypoint": "0x08139339dd9a480ceb84d9c7cce48be436db20b3", "entrypoint": "0x5e073494678fb7fa4a05bb17d45941dd9dc469c1", "implementationReviewed": "0xf20a545013b74f7ed0239399217b130e4177e085" }, { "entrypoint": "0x80f00661b13cc5f6ccd3885be7b4c9c67545d585", "implementationReviewed": "0xe3b56aad3c21531055f39e73a51e8ff29daad049" + }, + { + "entrypoint": "0xe77456457619ad1948336fbabc3883cb965b50d1", + "implementationReviewed": "0xb12c4bdf99c4ed3b78137b921a0eae382e710ddc" + }, + { + "entrypoint": "0x22d47686b3aec9068768f84efd8ce2637a347b0a", + "implementationReviewed": "0xf6de0bbe3b277a7c1d56139e4084e917aaaa74d2" + }, + { + "entrypoint": "0x368ee51e47a594fe1e9908b48228748a30bc7ca4", + "implementationReviewed": "0xe4bfe4071d363e1d4274fb8f79cb510b75913020" + }, + { + "entrypoint": "0x98dc6e90d4c2f212ed9d124ad2afba4833268633", + "implementationReviewed": "0xe94c9f9a1893f23be38a5c0394e46ac05e8a5f8c" } ] }