How we earn institutional trust.
Sylaris is infrastructure for real capital. That means every decision must be auditable, every model output must be reproducible, and every constraint must be provably enforced. Here's how we do it.
Every RiskOS decision is reproducible. Given the same inputs and config hash, every layer produces identical outputs. No randomness, no hidden state, no side effects.
Every trading plan Synapse produces includes a complete decision tree: which signals drove the trade, how allocations were bounded, what hallucination scores were assigned, and why.
Each decision is hashed and immutably logged. Institutional clients can replay any decision at any point in time using the decision hash and config version.
Axon artefacts are versioned with model ID, config hash, and timestamp. No silent model updates. Clients pin to specific versions and upgrade on their schedule.
Sylaris processes market data and agent requests. We do not store trading positions, PII, or client portfolio state beyond the minimum required for constraint validation.
Each client vault runs in an isolated compute environment. No shared state between vaults. API keys are scoped per vault with granular permission controls.
All systems operational
| Service | Status | Uptime (30d) |
|---|---|---|
| Axon Signal Pipeline | Operational | 99.97% |
| Tensor Allocation Engine | Operational | 99.99% |
| Myelin Verification | Operational | 99.95% |
| Synapse Plan Generation | Operational | 99.98% |
| API Gateway | Operational | 99.99% |
Recent policy evaluations
Simulated feed showing how every decision is logged with a cryptographic hash.
| Time | Event | Result | Latency |
|---|---|---|---|
| 14:00:12 | Policy evaluation | PASS | 0.4ms |
| 14:00:09 | Hallucination check | PASS | 1.2ms |
| 13:59:58 | Allocation constraint | PASS | 0.3ms |
| 13:59:45 | Policy evaluation | REFUSED | 0.8ms |
| 13:59:31 | Regime classification | PASS | 0.2ms |
| 13:59:22 | Allocation constraint | PASS | 0.3ms |
| 13:59:10 | Hallucination check | PASS | 1.1ms |
| 13:58:58 | Policy evaluation | PASS | 0.5ms |
Regulatory posture
Compute runs on Google Cloud (US). Inference caches on Azure Blob. No client data leaves designated regions. GDPR-ready architecture.
Per-vault API keys with granular scopes. OAuth 2.0 for dashboard access. All API calls are logged with caller identity, timestamp, and request hash.
TLS 1.3 in transit. AES-256 at rest. API keys are hashed and never stored in plaintext. Decision hashes use SHA-256.