From 0f601112fd62f059d1537cba6b8d4ac3e498364c Mon Sep 17 00:00:00 2001 From: mkflow27 Date: Mon, 16 Feb 2026 11:27:05 +0000 Subject: [PATCH] [create-pull-request] automated change --- ...pedNeverlandUSDT0Erc4626VaultReviewece4.md | 32 +++++++++++++++++++ erc4626/registry.json | 20 ++++++++++++ ...pedNeverlandUSDT0RateProviderReview492b.md | 31 ++++++++++++++++++ rate-providers/registry.json | 18 +++++++++++ 4 files changed, 101 insertions(+) create mode 100644 erc4626/WrappedNeverlandUSDT0Erc4626VaultReviewece4.md create mode 100644 rate-providers/WrappedNeverlandUSDT0RateProviderReview492b.md diff --git a/erc4626/WrappedNeverlandUSDT0Erc4626VaultReviewece4.md b/erc4626/WrappedNeverlandUSDT0Erc4626VaultReviewece4.md new file mode 100644 index 0000000..03a9696 --- /dev/null +++ b/erc4626/WrappedNeverlandUSDT0Erc4626VaultReviewece4.md @@ -0,0 +1,32 @@ + +# Rate Provider: WrappedNeverland USDT0 rate provider + +## Details +This report was autogenerated on 16/02/2026. + +- Deployed at: + - [Monad:0x4e8aaecCE10ad9394e96fE5f2bd4e587A7B04298](https://monadvision.com/address/0x4e8aaecCE10ad9394e96fE5f2bd4e587A7B04298) +- 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/c53569ce-3e93-412c-bf94-01a016bc11d0) + +## 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 3df32ed..4cfec41 100644 --- a/erc4626/registry.json +++ b/erc4626/registry.json @@ -2524,6 +2524,26 @@ "canUseBufferForSwaps": true, "useUnderlyingForAddRemove": true, "useWrappedForAddRemove": true + }, + "0x4e8aaecCE10ad9394e96fE5f2bd4e587A7B04298": { + "asset": "0xe7cd86e13AC4309349F30B3435a9d337750fC82D", + "name": "WrappedNeverlandUSDT0Erc4626Vault.md", + "summary": "safe", + "review": "./WrappedNeverlandUSDT0Erc4626VaultReviewece4.md", + "warnings": [], + "upgradeableComponents": [ + { + "entrypoint": "0x4e8aaecce10ad9394e96fe5f2bd4e587a7b04298", + "implementationReviewed": "0xf20a545013b74f7ed0239399217b130e4177e085" + }, + { + "entrypoint": "0x80f00661b13cc5f6ccd3885be7b4c9c67545d585", + "implementationReviewed": "0xe3b56aad3c21531055f39e73a51e8ff29daad049" + } + ], + "canUseBufferForSwaps": true, + "useUnderlyingForAddRemove": true, + "useWrappedForAddRemove": true } } } \ No newline at end of file diff --git a/rate-providers/WrappedNeverlandUSDT0RateProviderReview492b.md b/rate-providers/WrappedNeverlandUSDT0RateProviderReview492b.md new file mode 100644 index 0000000..c03b62f --- /dev/null +++ b/rate-providers/WrappedNeverlandUSDT0RateProviderReview492b.md @@ -0,0 +1,31 @@ + +# Rate Provider: WrappedNeverland USDT0 rate provider + +## Details +This report was autogenerated on 16/02/2026. + +- Deployed at: + - [Monad:0x1df8F7c17a762F6C7834e18D5A7971Cf84C02Ba0](https://monadvision.com/address/0x1df8F7c17a762F6C7834e18D5A7971Cf84C02Ba0) +- 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/9d8a7ff9-eacc-47d1-91a5-6b60ce7df4c7) + +## 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 a1c7e6a..9767b46 100644 --- a/rate-providers/registry.json +++ b/rate-providers/registry.json @@ -6469,6 +6469,24 @@ "implementationReviewed": "0xe94c9f9a1893f23be38a5c0394e46ac05e8a5f8c" } ] + }, + "0x1df8F7c17a762F6C7834e18D5A7971Cf84C02Ba0": { + "asset": "0x4e8aaecCE10ad9394e96fE5f2bd4e587A7B04298", + "name": "WrappedNeverlandUSDT0RateProvider.md", + "summary": "safe", + "review": "./WrappedNeverlandUSDT0RateProviderReview492b.md", + "warnings": [], + "factory": "", + "upgradeableComponents": [ + { + "entrypoint": "0x4e8aaecce10ad9394e96fe5f2bd4e587a7b04298", + "implementationReviewed": "0xf20a545013b74f7ed0239399217b130e4177e085" + }, + { + "entrypoint": "0x80f00661b13cc5f6ccd3885be7b4c9c67545d585", + "implementationReviewed": "0xe3b56aad3c21531055f39e73a51e8ff29daad049" + } + ] } } } \ No newline at end of file