BARYCENTER · PRECISION TIME INFRASTRUCTURE
58/58 PLATFORM VALIDATION TESTS PASSED
7 CONTAINERIZED SERVICES
LTC CORE · EPHEMERIS · API GATEWAY · AUDIT LOG · DASHBOARD
JPL DE440 EPHEMERIS · ED25519 SIGNING · ITAR-CONTROLLED
DEDICATED VPS DEPLOYMENT
Precision Time Infrastructure

ITAR-compliant UTC→LTC relativistic time conversion for US lunar programs.

Aether BARYCENTER is a production-deployed relativistic time conversion platform. Seven containerized services applying JPL DE440 ephemeris corrections to convert UTC to Lunar Coordinated Time — with Ed25519-signed, audit-logged timestamps that any downstream mission system can verify. The only commercially available ITAR-compliant implementation of LTC for US operators.

BARYCENTER Platform Architecture

A purpose-built relativistic time pipeline. UTC enters the Core LTC Engine, which queries the Ephemeris service for real-time JPL DE440 data to compute TCB and apply lunar corrections. The result is signed, logged, and delivered through the API Gateway — with every request captured in the Audit Log and surfaced in the operator Dashboard.

LTC Core
LIVE
Ephemeris
LIVE
API Gateway
LIVE
Audit Log
LIVE
Dashboard
LIVE
AetherSat integration · LaunchSBOM integration · US persons and entities only (ITAR)

Aether BARYCENTER is ITAR-controlled software. Access is restricted to US persons and entities as defined under 22 CFR 120.62. All users must attest to US person status at registration. The conversion service, ephemeris data, and signing keys constitute defense-related technical data subject to ITAR Part 120-130 export control regulations.

ITAR enforcement is structural — not configurable. ITAR gating occurs at the API Gateway before any payload is delivered. No conversion request is processed without a valid ITAR-attested JWT. Every request is logged with caller identity, input UTC, output LTC, and the Ed25519 signature for that record.

Regulatory basis: ITAR 22 CFR §§120-130 · NASA SCB-2025-01 (Lunar Coordinated Time Standard) · NIST SP 800-63B (identity assurance)

BARYCENTER — Service Breakdown

Five application services backed by PostgreSQL and Redis. Every service maintains explicit inter-service contracts. No implicit data sharing.

LTC Core Engine
UTC to Lunar Coordinated Time Conversion with Relativistic Correction
Live · Complete
What It Does

The Core service accepts a UTC timestamp and a position vector (optional lunar surface reference), queries the Ephemeris service for current DE440 planetary positions, and computes the conversion via Barycentric Coordinate Time (TCB) as an intermediate. The lunar gravitational potential and velocity relative to the Solar System barycenter are applied to produce the final LTC value. The result is signed with Ed25519 and returned to the caller with a verification chain.

Operator Outcome

A provably correct LTC timestamp — not an approximation — signed and ready for embedding in any mission record. Microsecond-class relativistic accuracy aligned with the NASA lunar time standard.

Operational Detail
  • TCB intermediate: Solar System barycenter reference frame
  • Lunar gravitational potential correction applied per DE440 ephemeris position
  • Velocity correction: lunar orbital velocity relative to barycenter
  • Ed25519 signature over (UTC, LTC, conversion_id) — NIST FIPS 186-5 compliant
  • Result includes: input_utc, output_ltc, offset_microseconds, signature, ephemeris_epoch
Regulatory Alignment NASA SCB-2025-01 · ITAR 22 CFR §§120-130 · NIST FIPS 186-5 (Ed25519)
Validation Status 16/16 tests passing · Production-deployed · All phases complete
Ephemeris Service
JPL DE440 Planetary Positions for Relativistic Correction
Live · Complete
What It Does

The Ephemeris service provides real-time and historical planetary position data from the JPL DE440 standard — the same dataset used in NASA mission planning. For each conversion request, it returns the Moon's position vector relative to the Solar System barycenter, enabling the Core Engine to apply precise gravitational and velocity corrections rather than static approximations.

Operator Outcome

Physically accurate corrections at every conversion — not a fixed offset. LTC values remain correct across the full lunar orbital cycle.

Operational Detail
  • JPL DE440 ephemeris standard — same dataset as NASA lunar mission planning
  • Returns Moon position vector (x, y, z) relative to Solar System barycenter
  • Returns Moon velocity vector — used for Doppler/velocity correction
  • Queryable by UTC epoch — supports historical and real-time conversions
  • Internal service only — not exposed through the public API Gateway
Data Provenance JPL DE440 planetary and lunar ephemeris · NASA/JPL Solar System Dynamics Group
Validation Status 12/12 tests passing · Ephemeris query pipeline live
API Gateway
ITAR-Gated External Interface and Tenant Authentication
Live · Complete
What It Does

The API Gateway is the only externally-reachable surface of the BARYCENTER platform. It enforces ITAR access control before any request reaches the Core Engine — validating the caller's JWT, checking their ITAR attestation record, and enforcing per-tenant rate limits. Requests that fail ITAR validation are rejected before payload delivery. The gateway also handles tenant registration and token issuance.

Operator Outcome

ITAR enforcement happens at the entry point — structurally, not conditionally. No conversion request is processed without a valid, ITAR-attested identity on record.

Operational Detail
  • JWT authentication (HS256) — issued at registration, required on every request
  • ITAR attestation check: US entity type + itar_attested flag verified per request
  • Fail-closed: ITAR validation failure returns 403 before any upstream call is made
  • Per-tenant rate limiting on conversion endpoints
  • Tenant registration: org_name, email, entity_type (contractor/government/commercial), plan
  • Internal API key authentication for AetherSat and LaunchSBOM integrations
Regulatory Alignment ITAR 22 CFR §§120-130 · NIST SP 800-63B (identity) · NIST Zero Trust Architecture
Validation Status 20/20 tests passing · ITAR gate live · Rate limiting live · Integration auth live
Audit Log Service
Immutable Conversion Record for ITAR Accountability
Live · Complete
What It Does

Every UTC→LTC conversion request generates an immutable audit record capturing the caller identity, input UTC, output LTC, Ed25519 signature, ephemeris epoch used, and request metadata. The Audit Log service maintains these records in append-only storage. Records cannot be modified or deleted by application-layer processes. The audit trail is surfaced in the operator Dashboard for review and export.

Operator Outcome

A complete, tamper-resistant log of every LTC timestamp issued by the system — including who requested it, when, and the cryptographic signature that verifies the result. Supports ITAR accountability and mission post-mortems.

Operational Detail
  • Append-only audit records — no application-layer delete or update path
  • Fields: conversion_id, tenant_id, caller_email, input_utc, output_ltc, offset_us, signature, ephemeris_epoch, requested_at
  • Records surfaced to Dashboard with filtering by tenant, date range, and caller
  • Export endpoint: download audit records as structured JSON
  • NIST AU-2/AU-3 structured audit record format
Regulatory Alignment ITAR 22 CFR §§120-130 (accountability) · NIST SP 800-53 AU-2/AU-3 (audit records)
Validation Status 10/10 tests passing · Append-only storage live · Export endpoint live
ITAR Enforced at Entry

ITAR validation occurs at the API Gateway before any upstream service is called. Enforcement is structural — not a configuration flag. No conversion proceeds without a valid, attested US entity identity.

Ed25519-Signed Timestamps

Every LTC timestamp carries an Ed25519 cryptographic signature covering the input UTC, output LTC, and conversion ID. Downstream systems can independently verify any conversion record without calling BARYCENTER again.

Audit-Backed by Design

Every conversion generates an immutable audit record. The record includes caller identity, both timestamps, the signature, and the ephemeris epoch used. Records are append-only at the storage layer.

JPL DE440 Accuracy

Relativistic corrections are computed from real-time DE440 ephemeris data — the same planetary dataset used in NASA mission planning. No static offsets or approximations.

Fail-Closed Security

The platform denies access by default. JWT validation failure, ITAR attestation failure, or rate limit breach all close the request before any conversion is attempted.

Platform Integration

AetherSat and LaunchSBOM call BARYCENTER via an authenticated internal key. LTC timestamps are embedded in constellation maneuver records and launch attestations natively — no manual integration required.

BARYCENTER — 58/58 Tests Passing

Every BARYCENTER service has a dedicated test suite. 58 validation tests across 4 application services — covering UTC→LTC conversion accuracy, relativistic corrections, Ed25519 signing verification, audit log integrity, gateway ITAR enforcement, rate limiting, and AetherSat/LaunchSBOM integration endpoints.

barycenter_core
16
barycenter_ephemeris
12
barycenter_gateway
20
barycenter_audit
10
Total
58/58
Combined Platform Total Aether BARYCENTER contributes 58/58 tests to the combined platform total of 781/781 validation tests across three production platforms.
BARYCENTER is available for pilot engagement to qualified US lunar program operators. Starting point: a discovery session to map your mission's LTC requirements, followed by a scoped integration review. Deliverable: a BARYCENTER integration specification and LTC audit log sample for your mission profile.
01
ITAR Qualification

We confirm US entity status and scope the ITAR controls applicable to your program before any technical disclosure.

02
Mission Profile Review

We review your lunar mission's timing requirements — precision targets, mission phase, and downstream systems that will consume LTC timestamps.

03
Integration Scoping

We scope the integration path for your stack — direct API, AetherSat embedded, or LaunchSBOM certification flow — and deliver an integration specification.

04
Pilot Deployment

Time-bounded pilot with full access to the BARYCENTER API, audit trail, and verification tooling. LTC samples produced against your mission parameters.

Request a BARYCENTER Pilot