# Bitdax > Bitdax is Africa's Bitcoin-native digital asset platform (BBT PLC). Public marketing lives at https://www.bitdax.io/ . Product apps use the same Next.js deployment with host-based routing. ## What Bitdax is - Multi-product stack: BX-Exchange (spot), BX-KOMEX (commodities / receipts), BX-P2P, BX-OTC, BX-Custody, BX-Self (wallet), BX-Shield (insurance), BX-Community (Fedimint), BX-Connect (NSE FIX gateway). - Regulatory framing: Kenya VASP Act 2025; CMA + CBK; Kenya data residency; 2FA for financial users. ## Canonical URLs (HTTPS) Use `https://www.bitdax.io` as the preferred origin; the same Next.js app answers `https://bitdax.io` with identical paths (verified: HTTP 200 for each path on both hostnames when `Host` is `www.bitdax.io` or `bitdax.io`). - https://www.bitdax.io/ — Marketing homepage (apex `/` is rewritten internally to `/marketing`; also https://bitdax.io/). - https://www.bitdax.io/dashboard — Signed-in style hub (also https://bitdax.io/dashboard). - https://www.bitdax.io/exchange — BX-Exchange surface (also https://bitdax.io/exchange). - https://www.bitdax.io/commodities — BX-KOMEX discovery (also https://bitdax.io/commodities). - https://www.bitdax.io/login — Authentication entry (also https://bitdax.io/login). - https://www.bitdax.io/onboarding — Onboarding (also https://bitdax.io/onboarding). ## Machine-readable discovery - https://www.bitdax.io/sitemap.xml — URL list for crawlers. - https://www.bitdax.io/robots.txt — Crawl policy (includes common AI user-agents where allowed). ## JSON APIs (no auth unless noted) - GET /api/exchange/health — BX-Exchange connectivity. - GET /api/exchange/market-state — Markets + portfolio summary shape. - GET /api/komex/market-state — Fixture-backed KOMEX state. - GET /api/komex/odoo-health — Odoo JSON-RPC health (server env required). ## Brand (static) - https://www.bitdax.io/brand/bitdax-coin.png — Primary nav mark (gold lion coin; circular crop + dark-UI screen blend in app CSS). - https://www.bitdax.io/brand/bitdax-coin-200.png — Larger coin for Open Graph / Apple touch. - Horizontal logo PNGs (wordmarks) remain under /brand/ for print and light-background contexts. ## Optional - Optional extra marketing hostnames: set server env BITDAX_MARKETING_HOSTS (comma-separated hostnames) for staging mirrors.