Project Information
CATEGORY
De-Fi Protocols
NETWORK
Ethereum
WEBSITE
https://www.3jane.xyz/
DESCRIPTION
From Apr. 22, 2024 to Apr. 25, 2024, 3Jane engaged Veridise to review the security of their 3JANE-EETH-X-C project. The review covered the on-chain contracts of the 3JANE-EETH-X-C. The audit was limited to changes performed in 3 commits that adds some features to 3JANEEETH-X-C protocol. Veridise conducted the assessment over 8 person-days, with 2 engineers reviewing code over 4 days. The auditing strategy involved a tool-assisted analysis of the source code performed by Veridise engineers as well as an extensive manual code review.
Audit Report
SCOPE
The scope of this audit is limited to the files
- EthenaDepositHelper.sol
- EtherfiDepositHelper.sol
- VaultLifecycleWithSwap.sol
- RibbonThetaVaultStorage.sol
- RibbonThetaVaultWithSwap.sol
- RibbonVault.sol
The contracts EthenaDepositHelper, and EtherfiDepositHelper are entirely new contracts which accept user funds, swap them to corresponding assets (accepted by the vaults) and deposit them to the RibbonVault. The contracts VaultLifecycleWithSwap, RibbonThetaVaultStorage and RibbonThetaVaultWithSwap are inherited by the RibbonVault and these contracts include some additions/removals from the Ribbon Finance implementation