Utilities
›Trader-facing
Trader-facing
Utilities for the humans holding tokenized equities.
Utilities
| Utility | Data source | Third-party | Self-hosted |
|---|---|---|---|
| Overnight Gap Report — daily digest of what happened while the market slept | Catalyst Sentinel | Telegram Bot API (already in use) | Cron worker on the same box |
| Impact Simulator— “what does selling $50k of GMEx cost me right now?” | Pool depth indexer | — | — |
| Best Execution Window — cheapest hour to enter, per token | Historical risk scores | — | TimescaleDB continuous aggregate |
| Wallet Risk Scan— risk score across a wallet's entire tokenized-equity position | Risk engine + balance reads | Alchemy (already in use) | — |
Selection rule
Only utilities whose data already flows through the core pipeline.
Anything that needs a new data source is not an add-on — it is a separate product.
On This Page