<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static routes only, and that is a DELIBERATE choice, not an unfinished job.

  Verified 2026-07-15 across pump.fun, hood.fun, bags.fm, letsbonk.fun and noxa:
  NOT ONE of them lists token URLs in a sitemap. pump.fun's has 30 static entries
  (mostly its own /docs pages) despite millions of coins. Long-tail token pages
  are discovered through internal linking plus per-page head tags, not sitemaps -
  and a sitemap entry for a page whose head is identical to every other page buys
  nothing anyway. So this file stays small until token routes are rendered at the
  edge, at which point revisit it.

  bags.fm is the cautionary tale: their robots.txt advertises a sitemap that
  returns SPA HTML. A sitemap that 200s with the wrong content-type is worse than
  no sitemap. If a route is added here, curl it first.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://wobl.fun/</loc>
    <changefreq>hourly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://wobl.fun/create</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://wobl.fun/bridge</loc>
    <changefreq>weekly</changefreq>
    <priority>0.6</priority>
  </url>
</urlset>
