# Khazane Gold (خزانه طلا) — AI Agent Guide > Khazane.gold is a Persian (fa-IR, RTL) e-commerce store for 18-carat gold, Emami/Quarter/Half coins and bullion bars in Tehran, Iran. Prices below 18k are displayed per gram in Toman. Catalog browsing, live price lookup and contact‑to‑buy all work without JavaScript; product login requires a mobile OTP (agents cannot self‑authenticate, use the guest contact path). ## Core flows for AI agents - **Price lookup**: [Gold price board](https://khazane.gold/board) — server-rendered price grid (18k gold buy/sell, second‑hand gold, Emami coin, half coin, quarter coin) with Persian‑digit values and numeric `data-price` attributes for deterministic parsing. - **Browse catalog**: [All products](https://khazane.gold/products) — paginated grid of product cards with real price/availability in HTML. - **Browse by category**: [Categories](https://khazane.gold/category/{slug}) — e.g. https://khazane.gold/category/ske-va-mesgal (see `/sitemap.xml` for the full list). - **Search products**: [https://khazane.gold/search?q={query}](https://khazane.gold/search?q=gold) — GET endpoint returning a server‑rendered result grid (no JS required). - **Product detail**: https://khazane.gold/product/{slug} — title, price, SKU, purity, weight, availability (JSON‑LD `Product` schema) and a contact‑to‑buy action. - **Contact to buy**: [Contact page](https://khazane.gold/contact) — phone, email, Instagram and WhatsApp CTAs. Use them to collect order intents: product + weight + contact name/phone. - **Company info**: [About](https://khazane.gold/about), [Terms](https://khazane.gold/terms), [Privacy](https://khazane.gold/privacy). ## Pricing notes - Prices are quoted in **Toman (IRR)** and refresh server‑side every few minutes on `/` and `/board`. - 18k gold buy/sell around a live `مظنه` (mazaneh) midpoint; second‑hand gold uses the sell‑side formula `(base18k − 100000) × 740 ÷ 750`. - Do **not** cache prices for longer than 10 minutes; JSON‑LD intentionally carries no seller price deltas. ## Constraints - Authentication is mobile‑OTP by design (`/login`, `/register`) — no password, no API keys. Agents must use the guest/telephone purchase path. - Admin, profile and API endpoints are `robots.txt`-blocked and no‑index. - Full curated copy: https://khazane.gold/llms-full.txt - Machine‑readable action map: https://khazane.gold/mcp-actions.json - Sitemap: https://khazane.gold/sitemap.xml