<?xml version="1.0" encoding="UTF-8"?>
<!--
  Development / static fallback sitemap.
  In production this URL is served dynamically by the API server so it always
  reflects every active country hub. See:
    artifacts/api-server/src/routes/sitemap.ts
    infra/static_sites.tf  (CloudFront ordered behavior for /sitemap.xml → ALB)
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://cashnet.live/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://cashnet.live/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://cashnet.live/pricing</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://cashnet.live/network</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
