Architecture

Architecture Each strategy (ETH++, eBERA, dgnETH, ARB++, etc.) is a standalone unit comprising two key components: the Vault and the Trader OMS. The Vault The Vault is an ERC-4626 compatible single staking vault, which handles all deposits, withdrawals, and share accounting functions. When a user deposits funds in the vault, they receive a vault token representing their share in the vault. The vault facilitates simplified single-click access to the strategies in a familiar interface. The Trader OMS The Trader OMS serves as the interface for our trading team to actively trade according to strategy mandates. The OMS embeds traditional hedge fund risk limit parameters within its smart contracts, ensuring trading is limited within the defined smart contract parameters, direct withdraws are restricted, and no exposure to front end exploits to integrated DeFi protocols. OMS smart contracts are built on a modular (diamond / cutter) system facilitating protocol interactions and expansion. Each module can be assembled to modify or create new strategies with minimal development or security risks to quickly capture market opportunities as they arise. The OMS provides a secure and powerful interface for safely executing the strategy within the risk parameters of the smart contracts.

Strategy Flow

The strategies are deployed in cycles called “epochs.” Each epoch has a funding phase, a trading phase, and a withdraw phase. Funding Phase: When the vault opens in the funding phase, users can deposit the vault’s underlying currency. Trading Phase: During the trading phase, users may not deposit or withdraw, and the trader may take custody of the vault’s funds to run the strategy mandates. Withdraw Phase: At the conclusion of the epoch, the funds are returned to the vault +/- PNL for users to withdraw at NAV or rollover to next epoch.

Last updated