<?xml version="1.0" encoding="UTF-8"?>
<!--
  Arena (app) URLs — hand-maintained, served as a static asset by the 0g-edge worker.

  Kept SEPARATE from sitemap.xml because that one is the Webflow marketing sitemap,
  host-rewritten live by the worker on every request — anything added there would be
  overwritten by the next fetch. The Arena app is served by Vercel (arena.0g.ai), not
  Webflow, so its pages never appear in Webflow's auto-sitemap.
  Discovered via its own `Sitemap:` line in robots.txt.

  ONLY list public, indexable pages: robots.index = true AND self-canonical to
  https://0g.ai/arena... The rest of the app is noindex by default, so do NOT add
  /arena/login, /arena/h/*, /arena/settings, etc. When a new public event/page
  ships, add its canonical URL here and bump <lastmod>.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <url>
        <loc>https://0g.ai/arena</loc>
        <lastmod>2026-06-14</lastmod>
    </url>
    <url>
        <loc>https://0g.ai/arena/zero-cup</loc>
        <lastmod>2026-06-14</lastmod>
    </url>
    <url>
        <loc>https://0g.ai/arena/zero-cup/competition-rules</loc>
        <lastmod>2026-06-14</lastmod>
    </url>
    <url>
        <loc>https://0g.ai/arena/zero-cup/submission-criteria</loc>
        <lastmod>2026-06-14</lastmod>
    </url>
</urlset>
