Limen Docs
This page is the routing hub for the Limen docs. Use it to choose the right path based on what you are trying to do.
Limen In One Page
Limen is a Bitcoin alpha research engine for turning market data into experiments, logged analytics, backtests, and decoder cohorts. It keeps the research loop inside one Python system: data preparation, indicators, features, targets, scaling, parameter search, and post-run evaluation.
Limen does not perform downstream trade decisioning or execution. In the wider Vaquum architecture, Origo sits upstream as the data layer, while Nexus, Praxis, and Veritas sit downstream for decisioning, execution, and oversight.
Start Here
If You Are New To Limen
- Read the product home page
- Learn how data enters Limen in Historical Data
- Learn how experiments are packaged in Single-File Decoder
- Review the shipped patterns in Built-In SFDs
- Learn the standard declarative path in Experiment Manifest
- Run experiments in Universal Experiment Loop
- Review outcomes in Log
If You Want To Author Experiments
- Start with Single-File Decoder
- Review the shipped patterns in Built-In SFDs
- Continue to Experiment Manifest
- Use Indicators, Features, Transforms, Scalers, and Reference Architecture as your reference layer
- Run the search in Universal Experiment Loop
- If you need adaptive search, continue to Advanced Search and Reducers And Feedback
- Inspect results in Log, Benchmark, and Backtest
If You Want To Review Finished Runs
- Start with Log
- Compare model behavior in Benchmark
- Evaluate trading behavior in Backtest
- Review helper metrics in Standard Metrics Library and Reference Architecture
- Continue to Trainer and Cohort if you are promoting outputs downstream
If You Want To Extend Limen
- Start with Reference Architecture and Built-In SFDs
- Continue to Advanced Search for
SearchStrategy,ParamDomain,MSQ, and checkpoints - Continue to Reducers And Feedback for adaptive interventions
- Use Utilities when you need the helper layer rather than the main workflow
If You Want To Contribute Or Maintain
- Start with Developer Guidelines
- Read the docs contract in Documentation System
- Use Contributing Foundational SFDs for SFD work
- Use Making Release and Semantic Versioning for maintenance work
How Limen Flows
- Data enters through Historical Data or compatible external OHLC data.
- Data can be reshaped with Data Bars when threshold bars are the right research surface.
- Indicators, features, transforms, and scalers define the research surface.
- An experiment is packaged in an SFD, often starting from Built-In SFDs and usually expressed through an Experiment Manifest.
- Universal Experiment Loop executes the search, with Advanced Search and Reducers And Feedback extending the artifact-rich path.
- Log, Benchmark, and Backtest explain what happened and why.
- Trainer turns selected rounds into reusable sensors.
- Cohort defines selector-driven ensemble inference for multi-member decoder aggregation.
- Those outputs then move downstream into Nexus and the rest of the Vaquum stack.
Docs Map
Overview: Product Home, this docs hubGuides: Historical Data, Data Bars, Single-File Decoder, Built-In SFDs, Experiment Manifest, Universal Experiment Loop, Advanced Search, Reducers And Feedback, Log, Benchmark, Backtest, Trainer, Cohort, Conserved Flux RenormalizationReference: Indicators, Features, Transforms, Scalers, Calibration, Standard Metrics Library, Reference Architecture, UtilitiesDeveloper: Developer Guidelines, Documentation System, Contributing Foundational SFDs, plus external Making Release and Semantic VersioningPackages: the packageREADMEs under/limen, which provide module-level orientation and route back to the canonical docs
Product Boundary
Limen Owns
- experiment-oriented data access
- indicator, feature, transform, and scaler composition
- manifest-driven and custom SFD-based research units
- parameter sweep and experiment logging
- benchmark-style analytics and backtesting
- retraining and cohort construction
Limen Does Not Own
- upstream source-of-truth market data infrastructure
- downstream trade decisioning
- execution and exchange operations
- system-wide oversight and audit
Read Next
- For a first real run, continue to Historical Data, then Single-File Decoder, then Universal Experiment Loop
- For architecture and system boundaries, continue to Trainer and Cohort
- For the extension layer, continue to Built-In SFDs, Reference Architecture, and Advanced Search
- For contributor work, continue to Developer Guidelines