{% extends "base.html" %} {% block content %}

{{exchange['name']}}

{{exchange['score']}} KS

{{exchange['short-description']}}

Quick Info

{% if exchange['btc'] %} BTC available {% else %}

BTC not available

{%endif%}
{% if exchange['xmr'] %} XMR available {% else %}

XMR not available

{%endif%}
{% if exchange['buy'] %} You can buy with fiat {% else %}

You can't buy with FIAT

{%endif%}
{% if exchange['exchange'] %} Crypto exchange available {% else %}

Crypto exchange not available

{%endif%}
{% if not exchange['registration'] %} No account needed {% else %}

Registration needed

{%endif%}
{% if exchange['p2p'] %} P2P Exchange {% else %}

Non-P2P Exchange

{%endif%}
{% if exchange['tor'] %} Tor available {%endif%}

Detailed Info

Description

{{exchange['long-description']}}
{% if exchange['verified'] == True %}

Verified

{%else%}

Not verified

{%endif%}
{% if exchange['verified'] %} This is a trusted exchange. It has been tested by KYCNOT.ME or it has a long-time good reputation. {%else%} This exchange has not been tested by KYCNOT.ME or does not have it doesn't have a long or old enough good-review history. {%endif%}
{% if exchange['kyc-check'] == True %}

KYC Check

{%else%}

KYC Check

{%endif%}
{% if exchange['kyc-check'] == True%}

This exchange passes the automated KYCNOT.ME check. The ToS of this exchange seem no-kyc friendly.

{%else%}

The automated KYCNOT.ME check has failed for this exchange. The exchange may require KYC for some cases or ToS may have changed since the listing and may need review.

{% if exchange['suspicious-tos'] %}

EXTRACTED SUSPICIOUS TOS:

{% for part in exchange['suspicious-tos'] %}

{{part | safe}}

{% endfor %}
{% endif %} {%endif%}
{% if exchange['kyc-type'] == 0 %}
{% else %}
{% endif %}

{{exchange['kyc-type']}} / 3 KYC

{% if exchange['kyc-type'] == 0 %} No KYC. The exchange ToS do not mention that it will ever request the user for a KYC verification. {% elif exchange['kyc-type'] == 1 %} KYC is rare. The platform does not mention KYC/AML procedures as such, but the service has the right to share acquired data with representatives of the authorities and block funds or reject transactions. {% elif exchange['kyc-type'] == 2 %} The exchange may request KYC. Although KYC is not mandatory, the exchange reserves the right to require KYC for a certain user at a certain moment and may block funds. May be that a transaction is detected as suspicious or any other reason. {% elif exchange['kyc-type'] == 3 %} KYC is mandatory in order to use some features. Also, a non-KYCed user can be asked to verify their identity at any time or any moment for any reason. {% endif %}
{% if exchange['custodial'] %}

Custodial Wallet

{%else%}

Non-Custodial Wallet

{%endif%}
{% if exchange['custodial'] %} The exchange provides you a wallet and controls the private key (aka seed/words/mnemonic) of it. {%else%} The exchange does not provide a wallet or it does not hold the private key. {%endif%}
{% if exchange['open-source'] %}

Open Source

{%else%}

Not Open Source

{%endif%}
{% if exchange['open-source'] %} This service code is available for study. {%else%} This service's code is not available. {%endif%}
{% if exchange['refunds'] %}
{% if exchange['refunds'] %}

Refunds without KYC

{%else%}

No Refunds

{%endif%}
{% if exchange['refunds'] %} You can get a refund without KYC. {%else%} You can't get refunds or refunds need KYC. {%endif%}
{%endif%}
{% if exchange['tor-url'] %}
TOR ONION AVAILABLE
{% endif %}
{% if exchange['tos-urls'][0] and exchange['tos-urls'][0] != -1 %}

Read exchange Terms and Conditions

{% endif %} {% endblock %}