Exchange Flows
Observes verified exchange movements, known DEX pool flows, and large unverified Base transfers.
Point-in-time operational summary
This worker exposes a current loop-state record in this view. No multi-run history is requested or inferred.
Input to product surface
Scans confirmed ERC-20 Transfer logs for the configured QUAI token contract on Base.
Resolves canonical block timestamps, normalizes addresses and amounts, and repairs older ingestion-fallback timestamps.
Matches active exchange wallets, identifies known DEX pools, and separates large unverified transfer candidates.
Upserts verified exchange flows and candidate transfers with independent confidence and reasoning.
Feeds QUAI Live markers, exchange-pressure context, and downstream signal views.
The chain cannot produce its canonical output without these dependencies.
Block number, transfer logs, and block timestamp reads.
Exchange wallet registry, checkpoints, and flow persistence.
Contract address, symbol, and decimals used to decode transfers.
Recovery, enrichment, transport, or coordination paths that do not replace the canonical source of truth.
Promotes matched counterparties to verified exchange flows.
Recognizes known pool inflows and outflows before large-transfer candidate logic.
Adds USD amounts when a reliable configured price is available.
Storage contract
Tables read or written by this worker chain.
Swipe horizontally to inspect all columns
| Table | Purpose |
|---|---|
| exchange_wallets | Active known exchange counterparties read by the worker. |
| exchange_flows | Verified exchange deposits and withdrawals. |
| exchange_flow_candidates | Known DEX pool flows and large unverified candidates. |
Product outputs
User-facing workspaces directly powered by this chain.
Base block scan range
- To Block
- 49 334 580
- From Block
- 49 334 256
- Next Block
- 49 334 581
Cycle metadata
- Transfer Log Count
- 0
- Verified Inserted
- 0
- Candidate Inserted
- 0
- Block Timestamp Fallback Count
- 0
Implementation map
Primary repository files implementing this worker chain and its product read path.
