Hey-LiSA Docs
These docs define the Hey-LiSA system: strategy specs, validation, Strategy Lab, controlled execution, and shared strategy markets.
State
Some strategies need memory.
Strategy Lab supports strategy-owned variables through set actions and get(name) reads.
Examples:
- a monthly counter for value averaging
- a running all-time high
- a regime flag
- a buy counter
Protected account reads such as get('cash'), get('spent'), and get('btc_value') are read-only. A strategy can observe them, but it cannot mutate holdings or fake account state.