Getting Started
Our Signal Engine automates economic dispatch and high-value ancillary market participation—optimizing your energy assets right from the same Luxor dashboard you use for Pool, Firmware, and Derivatives.
Luxor's Dispatch Signal
Our dispatch signal delivers real-time, actionable data to guide optimal dispatch decisions for every settlement interval. Built by miners for miners, it incorporates:
- Market Conditions: Up-to-date power market dynamics to capitalize on power price fluctuations.
- Site Obligations: Committed energy contracts and hourly power exposure.
- Operational Constraints: Site-specific limitations to ensure seamless execution.
This comprehensive data stream allows your software to refine its configuration of entire fleets or facilities, balancing profitability with operational realities.
Why integrate with Luxor’s Dispatch Signal?
- Enhanced Decision-Making: Our signal provides rich, real-time data to inform your software’s dispatch logic, complementing your existing optimization capabilities.
- Market-Leading Design: Developed with deep mining expertise, the signal leverages Luxor’s understanding of energy markets and mining operations.
- Seamless Execution with LuxOS: When paired with Luxor’s firmware, the signal benefits from best-in-class control, automated thermal management, and rapid profile switching, ensuring flawless execution of dispatch decisions.
How to Get Started in 4 Steps
Set Up Your Energy Assets
First, register your energy facilities in the system. Each site represents a physical asset with specific operational characteristics.
Configure Your Commercial Arrangements
Add your energy contracts to compute all-in costs and track revenue streams. Retail Adders and Transmission & Distribution charges (T&D) are key inputs for accurate decision making. This may include PPAs, Options, and Day-Ahead trades.
Start Reporting Operational Data
Begin sending real-time operational data to track performance and enable market participation.
Process Site Conditions
Use the following two endpoints to pull every data point necessary to calculate all-in energy price and machine profitability:
Fetch Most Recent Site Conditions
This pulls the most recent market prices, along with any relevant operational constraints.
The most recent site_condition
contains the most recent market prices.
-
hashprice
&energy_price_spot
are the most recent market prices, which determine profitability and optimal state. -
min_load_kw
&max_load_kw
are operation constraints, often caused by DR programs and obligations.
Fetch Relevent Commercial Terms
This pulls contracts belonging to a site, including REP_Adder
and T_D_Adder
which determine realized_energy_cost
.
An agent should use energy_price_spot
from the site conditions and applicable adders (e.g., T_D_Adder
) drawn from the listed contracts to compute the all-in energy price:
The hashprice
(in $/TH/Day) represents the value of the machine’s compute capacity. By combining the current spot hashprice with the realized energy cost, an agent can calculate breakeven power price and profitability, along with the optimal LuxOS profile.
This enables dynamic, data-driven dispatch decisions that optimize your fleet for both revenue and cost efficiency.