TRAXR-SOLANA | ArchitectureTRAXR-SOLANA Architecture
Indexed Solana data, deterministic normalization, and CTS scoring.
Architectural Overview
TRAXR-SOLANA is a read-only indexing layer for Solana pools. It prioritizes correctness, reproducibility, and explicit separation between raw data and scoring logic.
Continuous read-only architecture - no signing - no custody
Core Data Pipeline
- NodeZero IngestionPool identifiers, token metadata, liquidity, volume, and program attribution.
- Normalization LayerRaw inputs are mapped into deterministic Solana pool metrics.
- CTS Scoring (Embedded)Pool-only CTS logic mirrors gecko_fetch_from_json.jsin crosswalk-dex-backend.
- Presentation & DistributionScores and warnings are surfaced via the UI and read-only API.
Read-Only by Design
TRAXR-SOLANA never signs transactions, never interacts with wallets, and never holds custody. All components operate in strict read-only mode.
Current Alpha Architecture
- Snapshot-based ingestion from GeckoTerminal
- Local JSON cache for repeatable runs
- Derived heuristics marked as best-effort
- CTS scoring logic embedded in-app
Roadmap (Optional)
- On-chain pool address resolution
- Protocol-specific contract decoding
- Historical snapshots for trend analysis
- Cross-chain expansion
Design Principles
- Indexing never guesses
- Scoring never rewrites facts
- Minimal scope and explicit TODOs
- Incremental, auditable rollout
Architecture is introduced incrementally. Alpha components remain intentionally constrained to reduce systemic risk.
Know the system. Know the risk.