Key Characteristics

1.1 Security

Multisig Protected Allocation and Parameter Governance

All critical actions, including capital allocation, strategy onboarding, and risk parameter adjustments, are executed via multi signature governance to ensure decentralization and operational security.

Fully Contract Defined Strategy Execution

Strategy logic must be implemented entirely on chain through smart contracts rather than off chain discretionary execution or signature filtering. This enhances auditability, composability, and trust minimization.

Internal Guardrails and Parameter Bounds

Hard coded internal constraints such as exchange rate deviation thresholds and exposure ratios automatically revert transactions when execution exceeds acceptable risk boundaries, protecting user capital.

1.2 Transparency

On Chain Strategy Contracts

All strategies are deployed on chain, allowing users to independently verify capital routing and strategy status.

On Chain NAV and Share Accounting

Net asset value calculations and share accounting are executed entirely on chain, eliminating opacity and manual intervention risks.

Multisig and Timelock Governance

Adjustments to allocation parameters follow multisig approval combined with timelock enforcement to ensure predictability.

On Chain Settlement for Withdrawals

User withdrawals are processed entirely on chain to ensure transparent, auditable settlement.

1.3 Flexibility

Contract Enforced Strategy Boundaries

Strategy behavior is restricted by on chain rules rather than relying on implicit trust in executors, enabling higher execution efficiency without compromising security.

Unified Strategy Integration Interface

All strategies must comply with a standardized ABI interface, allowing seamless integration of new strategies without disrupting system architecture.

1.4 Efficiency

  • Contract level constraints enable faster execution and confirmation

  • Batched settlement improves redemption throughput and gas efficiency

  • Critical parameters are computed on chain, reducing external dependencies and execution risk

Last updated