Cashu Mint Online
{% if icon_url %} {{ name }} {% else %} {{ avatar_letter }} {% endif %}
{{ name }}
{% if description %}
{{ description }}
{% endif %} {% if description_long %}
{{ description_long }}
{% endif %} {% if version %}
{{ version }}
{% endif %}
{% if motd %}
Mint notice
{{ motd }}
{% endif %} {% if mint_disabled %}
Minting is currently disabled
{% endif %} {% if melt_disabled %}
Melting is currently disabled
{% endif %} {% if urls %}
{{ urls[0] }}
{% if urls|length > 1 %}
{% for url in urls[1:] %}
{% if ".onion" in url.lower() %}TOR{% else %}ALT{% endif %} {{ url }}
{% endfor %}
{% endif %}
{% endif %}
Mint details
{% if units %}
Units
{% for u in units %} {{ u }} {% endfor %}
{% endif %}
Minting
{% if mint_disabled %} disabled {% else %} {% for m in mint_methods %} {{ m }} {% endfor %} {% endif %}
Melting
{% if melt_disabled %} disabled {% else %} {% for m in melt_methods %} {{ m }} {% endfor %} {% endif %}
{% if mint_limits %}
Mint limits {% for lim in mint_limits %} {{ lim }}{% if not loop.last %} · {% endif %} {% endfor %}
{% endif %} {% if melt_limits %}
Melt limits {% for lim in melt_limits %} {{ lim }}{% if not loop.last %} · {% endif %} {% endfor %}
{% endif %} {% if supported_features %}
Supported features
{% for nut_num, feature_name in supported_features %}
{{ feature_name }}
{% endfor %}
{% endif %} {% if contact %}
Contact
{% for c in contact %} {% if c.method_lower == "email" %} {{ c.info }} {% elif c.method_lower == "twitter" %} {{ c.info }} {% elif c.method_lower == "nostr" %} {{ c.info }} {% else %} {{ c.method }}: {{ c.info }} {% endif %} {% endfor %}
{% endif %} {% if pubkey %}
Public key
{{ pubkey }}
{% endif %}
To use this mint, copy the mint URL above and add it to a Cashu-compatible wallet such as Cashu.me, Macadamia, or Minibits.