From f17c0b433e0e885e5374fbda217295a04237c317 Mon Sep 17 00:00:00 2001 From: mkflow27 Date: Thu, 25 Jun 2026 17:27:11 +0000 Subject: [PATCH] [create-pull-request] automated change --- erc4626/HastraPRIMEErc4626VaultReview51ba.md | 32 +++++++++++++++++++ erc4626/registry.json | 20 ++++++++++++ .../HastraPRIMERateProviderReviewab36.md | 31 ++++++++++++++++++ rate-providers/registry.json | 18 +++++++++++ 4 files changed, 101 insertions(+) create mode 100644 erc4626/HastraPRIMEErc4626VaultReview51ba.md create mode 100644 rate-providers/HastraPRIMERateProviderReviewab36.md diff --git a/erc4626/HastraPRIMEErc4626VaultReview51ba.md b/erc4626/HastraPRIMEErc4626VaultReview51ba.md new file mode 100644 index 0000000..d55fbf1 --- /dev/null +++ b/erc4626/HastraPRIMEErc4626VaultReview51ba.md @@ -0,0 +1,32 @@ + +# Rate Provider: HastraPRIME rate provider + +## Details +This report was autogenerated on 25/06/2026. + +- Deployed at: + - [Ethereum:0x19ebb35279A16207Ec4ba82799CC64715065F7F6](https://etherscan.io/address/0x19ebb35279A16207Ec4ba82799CC64715065F7F6) +- Audit report(s): + - [Audits](https://hastra.io/proof-of-reserves) + +## Context +PRIME is the staked version of wYLDS,developed by Hastra and available at https://hastra.io,which earns yield from Figure's Democratized Prime HELOC real-world lending pools so the wYLDS-per-PRIME ratio appreciates over time. Docs: https://help.hastra.io/prime/what-is-prime-(staked-wylds) + +## 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/321b452c-c75a-4045-b687-f98c6e7f193c) + +## Conclusion +**Summary judgment: USABLE** +Passing fork tests can be found at https://github.com/balancer/balancer-v3-erc4626-tests/pull/140. + +** 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 1c77c95..799b92f 100644 --- a/erc4626/registry.json +++ b/erc4626/registry.json @@ -936,6 +936,26 @@ "canUseBufferForSwaps": true, "useUnderlyingForAddRemove": true, "useWrappedForAddRemove": true + }, + "0x19ebb35279A16207Ec4ba82799CC64715065F7F6": { + "asset": "0x6aD038cA6C04e885630851278ca0a856Ad9a66Cc", + "name": "HastraPRIMEErc4626Vault.md", + "summary": "safe", + "review": "./HastraPRIMEErc4626VaultReview51ba.md", + "warnings": [], + "upgradeableComponents": [ + { + "entrypoint": "0xdf4ab20fa7752be52e41e42f1fd667f37964d6a3", + "implementationReviewed": "0xbc6023cb49f8e8ca6cef563d5fd97ba4c6a5d937" + }, + { + "entrypoint": "0x19ebb35279a16207ec4ba82799cc64715065f7f6", + "implementationReviewed": "0x90fd843c68db38e2de0618acbb39341cba5a5abd" + } + ], + "canUseBufferForSwaps": true, + "useUnderlyingForAddRemove": true, + "useWrappedForAddRemove": true } }, "gnosis": { diff --git a/rate-providers/HastraPRIMERateProviderReviewab36.md b/rate-providers/HastraPRIMERateProviderReviewab36.md new file mode 100644 index 0000000..9bd07de --- /dev/null +++ b/rate-providers/HastraPRIMERateProviderReviewab36.md @@ -0,0 +1,31 @@ + +# Rate Provider: HastraPRIME rate provider + +## Details +This report was autogenerated on 25/06/2026. + +- Deployed at: + - [Ethereum:0x3888Bb14cae8C313F5Bbd5B03Ae272D06868726f](https://etherscan.io/address/0x3888Bb14cae8C313F5Bbd5B03Ae272D06868726f) +- Audit report(s): + - [Audits](https://hastra.io/proof-of-reserves) + +## Context +The rate provider is used to provide the rate of PRIME in terms of underlying wYLDS using its ERC4626 contract. + +## 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/d42393e2-1c0c-4cac-8dcb-ee9365d5792a) + +## 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 9d52856..ed92b2d 100644 --- a/rate-providers/registry.json +++ b/rate-providers/registry.json @@ -2802,6 +2802,24 @@ "warnings": [], "factory": "", "upgradeableComponents": [] + }, + "0x3888Bb14cae8C313F5Bbd5B03Ae272D06868726f": { + "asset": "0x19ebb35279A16207Ec4ba82799CC64715065F7F6", + "name": "HastraPRIMERateProvider.md", + "summary": "safe", + "review": "./HastraPRIMERateProviderReviewab36.md", + "warnings": [], + "factory": "", + "upgradeableComponents": [ + { + "entrypoint": "0xdf4ab20fa7752be52e41e42f1fd667f37964d6a3", + "implementationReviewed": "0xbc6023cb49f8e8ca6cef563d5fd97ba4c6a5d937" + }, + { + "entrypoint": "0x19ebb35279a16207ec4ba82799cc64715065f7f6", + "implementationReviewed": "0x90fd843c68db38e2de0618acbb39341cba5a5abd" + } + ] } }, "fantom": {},