Inference Labs contributed the following description of Omron:
Omron provides verified inferences of restaking optimizations to improve efficiency and yields in existing liquid restaking protocols. In its first stage, Omron deploys an LRT and WETH deposit, which allows users to accrue omron points in exchange for their deposits into the contract. During this stage, Omron is using user deposits to track on-chain restaking information for training purposes.
Zellic conducted a security assessment for Inference Labs on April 10th, 2024. During this engagement, Zellic reviewed Omron's code for security vulnerabilities, design issues, and general weaknesses in security posture.
We conducted an earlier audit of this codebase on March 26th, 2024, focusing on commit 1d8aeb9f↗. This audit reviewed modifications made to the OmronDeposit contract following our previous assessment.
Changes made to the contract after the March 26th audit include the following:
Addition of the claim method
Addition of the withdrawal method
Addition of a timestamp where points will cease accruing, withdrawals will become enabled, and deposits will become disabled
Delegation of claims and withdrawals to a claim manager contract, to be set by the owner in the future