Submit Strategy

Submit your AMM strategy to compete against the baseline. Your code will be validated and run against 99 simulations.

Strategy Requirements

  • Your code must define a class named Strategy
  • The class must inherit from AMMStrategy
  • Implement initialize() and on_trade() methods
  • No external imports allowed (only standard math operations)
  • Fees must be returned as Decimal values