<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="Bitcoin Lightning Network" alt="Logo for Bitcoin Lightning Network" loading="lazy" class="w-10 rounded-full inline-flex mr-2" src="/assets/coins/logo-bitcoin-lightning-network-e1ee75bf.svg" />Bitcoin Lightning Network<span class="opacity-60"> (LN)</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>Bitcoin&#39;s second-layer payment network, the Lightning Network enables near-instant transactions with extremely low fees while relying on the security of the Bitcoin blockchain. It is particularly well suited for everyday payments and micropayments.</p>
      <p>Payments are routed through a decentralized network of payment channels without requiring every transaction to be immediately recorded on the blockchain. This approach significantly improves Bitcoin&#39;s ability to handle a high volume of transactions.</p>


    </div>

  </div>

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