<?xml version="1.0" encoding="UTF-8"?>
<!--
  Two entries, because the site is two pages.

  The six phases of the sequence are fragments of the home page (/#dormant …
  /#live), not URLs: a fragment never reaches the server, so listing them
  would point a crawler at the same document six times.

  404.html is deliberately absent — it carries noindex, and a sitemap is a
  list of pages worth indexing.

  lastmod is maintained by hand. An out-of-date date is better than a false
  one, so move it when the page's content changes, not when a build runs.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://mochiplabs.com/</loc>
    <lastmod>2026-09-13</lastmod>
  </url>
  <url>
    <loc>https://mochiplabs.com/privacy</loc>
    <lastmod>2026-09-12</lastmod>
  </url>
</urlset>
