Hey-LiSA Docs

These docs define the Hey-LiSA system: strategy specs, validation, Strategy Lab, controlled execution, and shared strategy markets.

Strategy script

The current Strategy Lab uses JSON strategy specs.

The shape is intentionally constrained:

  • version
  • type
  • name
  • market
  • timeframe
  • portfolio
  • execution
  • indicators
  • external_series
  • rules
  • constraints

This is not arbitrary code. It is a script the validator can reject before anything runs.

The current sandbox is BTC daily. That is a product constraint for the first milestone, not the final language boundary.