Documentation
How Gilver works.
The complete reference for the platform — what each view does, how the live data flows, and how to build on top of it. This is an early skeleton; sections below are being filled in.
Overview
DraftGilver.ai turns gold, silver and bitcoin into a living, interactive scene. The three views — Assets, Capital Flow and Intelligence — share one real-time price feed and one analyst layer. Detailed walkthroughs for each view land here.
The three views
DraftAssets — a 3D bullion terminal where every motion encodes price and sentiment. Capital Flow — rotation between safe-havens and risk assets on a single diagram. Intelligence — a fused institutional analyst panel. Per-view guides coming soon.
Live data & feeds
DraftSpot prices for gold, silver and bitcoin are published to a Redis cache by a standalone feed ingester (~5s cadence) and served to clients straight from cache. Data is aggregated from Binance, CoinGecko, CoinMarketCap, CNBC, Yahoo Finance, Twelve Data, Polygon, FMP and gold-api. Freshness, staleness and weekend handling will be documented here.
API reference
Coming soonPublic read endpoints (prices, history, ratios), payload shapes, caching headers, and rate limits. Example: the Redis-backed batch snapshot at
GET /api/prices/redis/all returns gold/silver/btc in a single response. Full endpoint catalogue and schemas to follow.Developer guide
Coming soonRunning the stack locally, environment configuration, the feed/worker/api roles, and how to embed or extend the views. Step-by-step setup will be published here.
Authentication
PlannedAccounts, API keys and access tiers are not live yet. When auth ships, key management and request signing will be documented in this section.