<turbo-stream action="update" target="modal"><template>
  


<dialog class="modal" data-controller="modal">
  <div class="modal-box space-y-3 max-w-3xl">
    <header class="sticky">
        <h3 class="text-lg font-bold">
          <img title="Monero" alt="Logo for Monero" loading="lazy" class="w-10 rounded-full inline-flex mr-2" src="/assets/coins/logo-monero-cbf28e68.svg" />Monero<span class="opacity-60"> (XMR)</span>
        </h3>
    </header>

    <form method="dialog">
      <button
        class="btn btn-sm btn-square btn-ghost absolute right-2 top-2"
        aria-label="Close"
      >
        <svg aria-hidden="true" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M18 6 6 18"></path><path d="m6 6 12 12"></path></svg>
      </button>
    </form>

    <div class="body space-y-2 overflow-y-auto max-h-[80lvh]">
        
      <p>A means of exchange focused on total confidentiality, it guarantees untraceable transactions like digital cash. Secured by Proof of Work (PoW) on a conventional computer, the US tax authorities offered $620,000 to anyone who succeeded in breaking its encryption, without success.</p>
      <p>Its strength lies in its complete anonymity, unlike the digital euro, which will be highly monitored. Although banking and government systems disparage it because they fear it, attacks against Monero have greatly strengthened it.</p>
      <p>Its price was relatively stable from 2022 to 2025 compared to Bitcoin&#39;s rise.</p>

      <ul class="list-disc list-inside mt-3">
          <li class="truncate">
            <a target="_blank" href="https://getmonero.org">https://getmonero.org</a>
          </li>
          <li class="truncate">
            <a target="_blank" href="https://monero.eco">https://monero.eco</a>
          </li>
          <li class="truncate">
            <a target="_blank" href="https://www.abcbourse.com/graphes/eod/XMRUSDu/lc9">https://www.abcbourse.com/graphes/eod/XMRUSDu/lc9</a>
          </li>
      </ul>

    </div>

  </div>

    <form class="modal-backdrop" method="dialog">
      <button>
        Close
      </button>
    </form>
</dialog></template></turbo-stream>