TRAXR-SOLANATRAXR-SOLANA | Data Model

TRAXR-SOLANA Data Model

Indexed Solana pool entities used for normalization and scoring.

Data Model Overview

TRAXR-SOLANA operates on a read-only data model derived from Solana pool inputs. The model separates source-backed fields from derived heuristics and external scoring signals.

Core Entities

  • Pool Program
    Pool address, identifiers, program attribution, and fee metadata.
  • Token Metadata
    Token name, symbol, mint, and decimals from the source feed.
  • Snapshot
    Point-in-time capture of liquidity and volume metrics.

Deterministic Data Model

All TRAXR-SOLANA scores are derived from a single snapshot. No predictions, no trading features, and no wallet interactions.

SnapshotDeterministic Solana statePool ProgramActivity SignalsDerived MetricsTrust Signals

Snapshot-based data model - deterministic inputs - reproducible metrics

Derived Metrics

From core entities, TRAXR-SOLANA derives normalized heuristics such as liquidity depth and price impact. These are marked as best-effort and never presented as protocol guarantees.

Scoring Signals (Embedded)

Pool-only CTS signals (depth, activity, stability, trust, fee, impact) are computed in-app using the same logic as the backend scorer.

Current Alpha Data Model

  • NodeZero snapshots cached in JSON
  • Manual refresh cycle for validation
  • Deterministic normalization over cached state
  • CTS scoring handled in-app

Evolution (Optional)

The target data model can evolve toward continuous indexing and automated ingestion without altering core entity definitions.

Data structures are intentionally minimal to preserve auditability and reduce complexity during alpha.

Know the data. Know the risk.