Technical Architecture
Last updated
Last updated
[Data Collection Layer] → [Processing Layer] → [Analysis Layer] → [Data Serving Layer] → [Interface Layer]
This is the backbone of Equinox AI. The platform continuously ingests:
• On-chain Data: Multichain RPC and WebSocket-based transaction fetchers with native indexing for Ethereum, BSC, and L2s. • Off-chain Data: Scraping bots for Telegram groups, public X accounts, Discord servers, GitHub activity, and web2 endpoints. • Storage: Raw logs are time-stamped, hashed, and tagged by data type before being pushed to a distributed data lake.
At this layer, raw inputs are transformed into usable records:
• Data Normalisation: Converts blockchain logs and social data into a unified schema. • Linkage Engine: Detects alias overlaps across usernames, wallets, and public messages. • Sequencer: Arranges token flows, mixer hops, bridge routes, and social events in chronological trails.
Here, the intelligence begins to form:
• Pattern Recognition: Machine learning models that score social-financial behaviour. • Entity Grouping: Clustering based on shared wallets, post timing, or trading behaviour. • Custom Alerts: Developer-tunable rules for behavioural thresholds, flagging, and risk scoring.
All computed data is served through structured access:
• Caching Engine: Reduces latency for common wallet or group queries. • Graph DBs: Stores social–wallet–token links in a retrievable graph structure. • Rate-Limited API: Ensures equitable bandwidth distribution for dApp, partners, and backend tooling.
The visible layer of Equinox:
• Equinox dApp: Web interface to explore analytics, scan identities, and monitor wallets. • Builder Portal: Advanced toolkit with custom API generation, report exports, and SDKs. • Partner Tools: Access modules for analysts, security auditors, and exchanges.
• ENOX Token: ERC-20, with built-in burn hooks for cloaking behaviour.
• Opt-Out Contract: burn-to-delist feature with Merkle root tracking for accountability.
• Billing Mechanism: optional fee model for third-party API calls and integrations.
Blockchain Access
Alchemy, Infura, QuickNode, custom RPC relays
Social Indexing
Python, Puppeteer, Selenium, NodeJS
Analysis Engine
Python (Pandas, NumPy, Scikit), Rust, Jupyter
Frontend
React, Tailwind, Next.js, WebSockets
Backend API
FastAPI, PostgreSQL, Redis, TimescaleDB
Infra
Docker, Kubernetes, NGINX, Cloudflare, S3
Equinox AI's architecture is purpose-built to evolve with the ecosystem. As new dApps, bridges, chains, or communication platforms emerge, our plug-and-play design ensures they can be integrated with minimal downtime and no overhaul. This foundation supports future upgrades such as ZK-layer enhancements, wallet fingerprinting, and advanced wallet–social trust scoring models.