# Dexlocate Dexlocate is a machine-readable directory for verified tradable real world assets on the XRP Ledger DEX. It focuses on distributed RWAs that can be traded on XRPL and excludes represented-only assets that are not distributed/tradable, as well as stablecoins from the main RWA asset list. ## Primary Machine Files - Registry index: https://dexlocate.com/registry/index.json - RWA assets: https://dexlocate.com/registry/assets.json - Stablecoins: https://dexlocate.com/registry/stablecoins.json - Issuers: https://dexlocate.com/registry/issuers.json - Categories: https://dexlocate.com/registry/categories.json - Sitemap: https://dexlocate.com/sitemap.xml - XRPL TOML: https://dexlocate.com/.well-known/xrp-ledger.toml ## Per-Asset JSON Each tracked RWA asset has a static JSON file: https://dexlocate.com/registry/assets/{SYMBOL}.json Examples: - https://dexlocate.com/registry/assets/HAT.json - https://dexlocate.com/registry/assets/SOLA.json - https://dexlocate.com/registry/assets/ABVC.json ## Per-Stablecoin JSON Each tracked stablecoin has a static JSON file: https://dexlocate.com/registry/stablecoins/{SYMBOL}.json Examples: - https://dexlocate.com/registry/stablecoins/RLUSD.json - https://dexlocate.com/registry/stablecoins/USDC.json - https://dexlocate.com/registry/stablecoins/EUROP.json ## Data Interpretation - `issuerAccount` is the XRPL issuer account. - `currencyCode` is the XRPL issued currency code. - `ammAccount` is the tracked AMM account when available. - `links.xrpl` points to the XRPL Livenet token page. - `links.html` points to the human-readable Dexlocate page. - `links.json` points to the machine-readable Dexlocate JSON record. - `issuer` identifies Dexlocate's issuer/entity grouping. ## Crawl Guidance Prefer the JSON registry files for extraction. Use the HTML pages for richer human-readable descriptions, structured data, and social metadata. Do not treat Dexlocate as legal, investment, or redemption advice.