Contributors who need Sats are able to list their Merits for sale, to sponsor them simply buy some of their Merits. Your Bitcoin Addresses
Merit purchases must be conducted with a Bitcoin address that is associated with your pubkey, otherwise you will not recieve the Merits upon payment.
{#if ($associatedAddresses.size == 0 && !associations) || ($associatedAddresses.size == 0 && associations && $associations.length == 0)} You do not have any registered addresses {:else if $associatedAddresses.size == 0 && associations && $associations && $associations.length > 0}

Pending Additions

    {#each $associations as event}
  • {event.getMatchingTags('onchain')[0][1]}
  • {/each}
{:else if $associatedAddresses.size > 0}

Your registered addresses

    {#each $associatedAddresses as address}
  • {address}
  • {/each}
{/if}

Add a new address now