πŸš‚Execution Engine

Overview

Strategy execution in Liquid Curator follows a multi-phase process designed to ensure atomicity, efficiency, and protection against various forms of manipulation. The execution process begins with a planning phase, where the strategy's current state is evaluated and the sequence of required actions is determined.

The Execution engine is the core brain of Liquid protocol. It Handles atomic execution of strategy steps and other functions listed below:

  • Validates and executes multi-step strategies

  • Manages token approvals and transfers

  • Ensures atomic execution (all steps succeed or revert)

  • Updates strategy and user statistics

Last updated