Skip to main content
← Wiki

Syntalium Wiki

Crypto Data Sources Used in Market Intelligence

TL;DR

Data quality determines model quality. The current public contract proves exchange/feed metadata plus derived snapshot features, and confidence should drop when data integrity degrades.

Clear explanation

The current canonical SNAP payload records source metadata such as exchange and feed alongside derived feature values.

Every source has failure modes such as stale updates, symbol mismatches, and venue outages.

Syntalium validates feed freshness and consistency before producing state outputs, but the public site should not overstate that contract as full depth-of-book coverage.

Technical example: validation before scoring

An exchange feed degrades during an outage. Validation flags suppress aggressive model reactions.

  1. 01Measure freshness and sequence continuity.
  2. 02Detect latency spikes and data gaps.
  3. 03Apply confidence penalties.
  4. 04Store flags in SNAP payload for audit.

ASCII model

Exchange OHLCV/feed metadata --> Data validation --> Feature engine --> SNAP payload
Latency + gaps ------> Confidence penalties

Source classes and controls

Source classKey riskControl
Exchange/feed metadataWrong venue or stale feedCanonical source fields + freshness checks
Derived feature valuesSchema driftCanonical feature order + hash verification
Runtime health flagsSilent degradationGuardrails + published context

Related pages

FAQ

Why not use one exchange only?

Single-source pipelines are fragile during local outages and anomalies.

Do delayed feeds distort models?

Yes. Stale data can create false transitions and poor risk decisions.

Should on-chain data be included?

It can be useful for context, but it is not part of the current public hourly BTC contract.