📄️ IndexStorage.sol
As the Diamond pattern relies on delegatecall, state must be carefully managed to avoid storage collisions. Blok Capital uses the Diamond Storage pattern.
📄️ IIndex.sol
This interface defines the essential data structures passed between the off-chain Centralized Relayer Engine (CRE) and the on-chain protocol.
📄️ Base.sol & Facet.sol
These files house the core business logic for portfolio rebalancing. The process is divided into two distinct transactions to guarantee security.