<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static routes only. This is a client-rendered SPA with no build-time list of tokens,
  creators, or curves (see src/lib/routes.ts) — /coin/:address, /creator/:address, and
  /curve/:address pages are dynamic and only exist for addresses that actually exist
  on-chain. Listing guessed or synthetic addresses here would put URLs in a sitemap that
  may 404, which is worse than a smaller, honest sitemap.

  CORRECTION (Aug 3): an indexer DOES already exist. services/market-data indexes the real
  factory, holds every launched token in SQLite, and is what Explore reads by default. So a
  real per-token sitemap is generatable today from that service — it is a build step nobody
  has written yet, not a missing capability. It should emit real URLs from real rows and be
  listed here through a sitemap index. Still never fabricated by hand.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://app.robinsnipe.fun/</loc>
    <changefreq>hourly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://app.robinsnipe.fun/launch</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://app.robinsnipe.fun/swap</loc>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://app.robinsnipe.fun/docs</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://app.robinsnipe.fun/fees</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://app.robinsnipe.fun/contracts</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://app.robinsnipe.fun/bounties</loc>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://app.robinsnipe.fun/callouts</loc>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://app.robinsnipe.fun/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
  <url>
    <loc>https://app.robinsnipe.fun/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
  <url>
    <loc>https://app.robinsnipe.fun/risk</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
</urlset>
