Skip to content

Commit 190bd37

Browse files
committed
docs: moving the erc 4626 audits to the top
1 parent d88c464 commit 190bd37

File tree

1 file changed

+23
-20
lines changed

1 file changed

+23
-20
lines changed

security-and-audits.md

Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,29 @@ We firmly believe that the true test of a smart contract's security lies in its
88

99
## Audits
1010

11+
### Venus ERC4626 Vaults
12+
13+
**Scope**: [ERC-4626](https://ethereum.org/en/developers/docs/standards/tokens/erc-4626/) wrapper for Venus markets for isolated pools, enabling seamless integration with external DeFi protocols that follow the ERC-4626 standard.
14+
15+
* [Certik audit report (2025/05/14)](https://github.com/VenusProtocol/isolated-pools/blob/1faa46139aaec06e0eb2e48341bff22cd6c38c6c/audits/129_erc4626_certik_20250514.pdf)
16+
* [Pessimistic audit report (2025/05/02)](https://github.com/VenusProtocol/isolated-pools/blob/1faa46139aaec06e0eb2e48341bff22cd6c38c6c/audits/131_erc4626_pessimistic_20250502.pdf)
17+
* [FairyProof audit report (2025/04/14)](https://github.com/VenusProtocol/isolated-pools/blob/1faa46139aaec06e0eb2e48341bff22cd6c38c6c/audits/130_erc4626_fairyproof_20250414.pdf)
18+
19+
<details>
20+
<summary>Detailed scope</summary>
21+
22+
- Pull request [#497](https://github.com/VenusProtocol/isolated-pools/pull/497) in the `isolated-pools` repository.
23+
- contracts/ERC4626/VenusERC4626.sol
24+
- contracts/ERC4626/VenusERC4626Factory.sol
25+
- contracts/ERC4626/Interfaces/IComptroller.sol
26+
- contracts/ERC4626/Interfaces/IProtocolShareReserve.sol
27+
- contracts/ERC4626/Interfaces/IRewardsDistributor.sol
28+
29+
- Pull request [#137](https://github.com/VenusProtocol/protocol-reserve/pull/137) in the `protocol-reserve` repository
30+
- contracts/Interfaces/IProtocolShareReserve.sol
31+
32+
</details>
33+
1134
### asBNB Oracle
1235

1336
**Scope**: Correlated oracle to get the price of [asBNB](https://bscscan.com/address/0x77734e70b6E88b4d82fE632a168EDf6e700912b6) token on BNB Chain, taking into account first the onchain conversion rate `asBNB` to [`slisBNB`](https://bscscan.com/address/0xB0b84D294e0C75A6abe60171b70edEb2EFd14A1B).
@@ -697,23 +720,3 @@ These contracts were in the scope of the audits done before the launch of Isolat
697720
**Scope**: Delegate Borrowing in Venus. Upgrade of BUSD, USDC, USDT, BTCB and ETH markets, to reduce the risks on Venus that resulted from the September 2022 BNB Bridge incident. Executed on [VIP-99](https://app.venus.io/governance/proposal/99).
698721

699722
* [Peckshield audit report - 2023/02/27](https://github.com/VenusProtocol/venus-protocol/blob/develop/audits/009_vtoken_peckshield_20230227.pdf)
700-
701-
### VenusERC4626 Vaults
702-
703-
**Scope**: VenusERC4626 Vaults
704-
705-
* [Certik audit report](https://github.com/VenusProtocol/isolated-pools/blob/1faa46139aaec06e0eb2e48341bff22cd6c38c6c/audits/129_erc4626_certik_20250514.pdf)
706-
* [Pessimistic audit report](https://github.com/VenusProtocol/isolated-pools/blob/1faa46139aaec06e0eb2e48341bff22cd6c38c6c/audits/131_erc4626_pessimistic_20250502.pdf)
707-
* [FairyProof audit report](https://github.com/VenusProtocol/isolated-pools/blob/1faa46139aaec06e0eb2e48341bff22cd6c38c6c/audits/130_erc4626_fairyproof_20250414.pdf)
708-
709-
<details>
710-
<summary>Detailed scope</summary>
711-
712-
- Pull request [#497](https://github.com/VenusProtocol/isolated-pools/pull/497) in the `isolated-pools` repo.
713-
- contracts/ERC4626/VenusERC4626.sol
714-
- contracts/ERC4626/VenusERC4626Factory.sol
715-
- contracts/ERC4626/Interfaces/IComptroller.sol
716-
- contracts/ERC4626/Interfaces/IProtocolShareReserve.sol
717-
- contracts/ERC4626/Interfaces/IRewardsDistributor.sol
718-
719-
</details>

0 commit comments

Comments
 (0)