Data flows from cell sensors to market algorithms in milliseconds. Trading steers dispatch, asset health shapes bids — one closed loop, end to end.
Most vendors bolt a trading tool onto someone else's hardware. Auronyx is one system: every layer reads the others, every five seconds.
Cell state, SoC and site limits reach the optimizer in real time.
Market positions become setpoints the assets can physically honor.
Markets, risk & settlement
Forecasting & dispatch
Cell analytics & safety
Solar · storage · stations
A single stochastic optimizer weighs market value against physical state and degradation cost — committing each asset where it earns most, within its limits.
Predictive thermal models, in-path trade limits and a tamper-evident decision journal — every action attributable to the model version that made it.
Edge controllers keep enforcing grid code and safety through backhaul loss; the cloud handles fleet optimization, learning and reporting.
REST and streaming APIs, native industrial protocols and any-OEM hardware support. Your data is yours — exportable, never locked in.
Pull live telemetry, push dispatch instructions, subscribe to market events or stream settlement data — over clean, documented, versioned APIs.
# Dispatch a battery into the intraday market from auronyx import Client ax = Client(api_key="ax_live_...") # live state, straight from Core BMS soc = ax.assets["bess-de-01"].state().soc print(f"SoC: {soc:.1%}") # SoC: 63.8% # co-optimized bid, limits enforced in-path order = ax.trade.submit( market="EPEX_INTRADAY", asset="bess-de-01", strategy="spread_capture", max_power_mw=2.5, ) print(order.status) # ACCEPTED · 4ms
Your assets touch the grid. We treat every layer — silicon to cloud — as critical infrastructure.
Signed firmware, secure boot and hardware root of trust on every controller. TLS 1.3 everywhere, mutual auth between layers.
An immutable, tamper-evident journal of every signal, decision and fill — replayable for any regulator, any incident, any time.
Regional data residency, role-based access and graceful degradation. Lose the cloud and the grid still stays safe at the edge.
We evaluated six vendors. Auronyx was the only one where the battery, the controller and the trading engine were actually the same system.
A technical deep-dive with our platform engineers — architecture, APIs, security, integration. No slides.