Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions erc4626/StakedDolaErc4626VaultReview5690.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@

# Rate Provider: StakedDola rate provider

## Details
This report was autogenerated on 06/03/2026.

- Deployed at:
- [Ethereum:0xb45ad160634c528cc3d2926d9807104fa3157305](https://etherscan.io/address/0xb45ad160634c528cc3d2926d9807104fa3157305)
- Audit report(s):
- [Audits](https://www.inverse.finance/audits/sDOLA-yAudit.pdf)

## Context
sDOLA is a yield-bearing stablecoin that earns auto-compounding returns from FiRM's lending revenue. When you deposit DOLA,you receive sDOLA tokens that continuously appreciate as protocol revenue accrues — no staking required,no claiming necessary,no manual compounding.

## 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).
- [ ] 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/9b8f8408-d6e0-4b5e-a88e-79f30cd2e547)

## Conclusion
**Summary judgment: USABLE**
Passing fork tests can be found at https://github.com/balancer/balancer-v3-erc4626-tests/pull/116.

** upgradeable in this context means that:
- The contract is a proxy contract with an implementation sourced from Etherscan.

11 changes: 11 additions & 0 deletions erc4626/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -833,6 +833,17 @@
"canUseBufferForSwaps": true,
"useUnderlyingForAddRemove": true,
"useWrappedForAddRemove": true
},
"0xb45ad160634c528cc3d2926d9807104fa3157305": {
"asset": "0x865377367054516e17014CcdED1e7d814EDC9ce4",
"name": "StakedDolaErc4626Vault.md",
"summary": "safe",
"review": "./StakedDolaErc4626VaultReview5690.md",
"warnings": [],
"upgradeableComponents": [],
"canUseBufferForSwaps": true,
"useUnderlyingForAddRemove": true,
"useWrappedForAddRemove": true
}
},
"gnosis": {
Expand Down
31 changes: 31 additions & 0 deletions rate-providers/StakedDolaRateProviderReviewe3da.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

# Rate Provider: StakedDola rate provider

## Details
This report was autogenerated on 06/03/2026.

- Deployed at:
- [Ethereum:0xd02011c6c8aee310d0aa42aa98bfe9dca547fcc0](https://etherscan.io/address/0xd02011c6c8aee310d0aa42aa98bfe9dca547fcc0)
- Audit report(s):
- [Audits](https://www.inverse.finance/audits/sDOLA-yAudit.pdf)

## Context
https://docs.inverse.finance/inverse-finance/inverse-finance/products/tokens/dola/sdola

## 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).
- [ ] 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/5e01c424-ebc8-4028-b5f8-8e6fe14388d8)

## 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.

22 changes: 10 additions & 12 deletions rate-providers/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -2045,17 +2045,6 @@
}
]
},
"0xD02011C6C8AEE310D0aA42AA98BFE9DCa547fCc0": {
"asset": "0xb45ad160634c528Cc3D2926d9807104FA3157305",
"name": "ERC4626RateProvider",
"summary": "safe",
"review": "./sDOLARateProvider.md",
"warnings": [
"donation"
],
"factory": "",
"upgradeableComponents": []
},
"0xe3E123ED9fec48a6f40A8aC7bE9afEDDAD80F146": {
"asset": "0xB88a5Ac00917a02d82c7cd6CEBd73E2852d43574",
"name": "BalancerAMM",
Expand Down Expand Up @@ -3804,6 +3793,15 @@
"warnings": [],
"factory": "",
"upgradeableComponents": []
},
"0xd02011c6c8aee310d0aa42aa98bfe9dca547fcc0": {
"asset": "0xb45ad160634c528cc3d2926d9807104fa3157305",
"name": "StakedDolaRateProvider.md",
"summary": "safe",
"review": "./StakedDolaRateProviderReviewe3da.md",
"warnings": [],
"factory": "",
"upgradeableComponents": []
}
},
"fantom": {
Expand Down Expand Up @@ -6754,4 +6752,4 @@
]
}
}
}
}