> For the complete documentation index, see [llms.txt](https://docs.gatenox.com/gatenox-hub-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gatenox.com/gatenox-hub-wiki/compliance-cloud-how-to/comprehensive-screening/check-crypto-addresses.md).

# Check crypto addresses

The "Check Crypto Addresses" feature is a security and compliance tool that allows users to verify the risk level associated with cryptocurrency addresses by cross-referencing them against databases of known risk indicators and reports of illicit activity.

We are analyzing blockchain addresses to detect potential exposure to illicit activities like fraud, money laundering, or connections with sanctioned entities.

<figure><img src="/files/QLEfjcqataewGNC4UG6F" alt=""><figcaption><p>Check crypto addresses - list view</p></figcaption></figure>

{% hint style="warning" %}
**Understanding the results**

* The results will present an overview of the risk associated with the address, categorizing it into different levels such as Low (0 - 32), Medium (33 - 65), or High (66 - 100).
  {% endhint %}

### Request for crypto address report

To request for crypto address report:

1. Click the "Check the new crypto address" button.
2. Select a provider and choose a suitable operation, if available.

{% hint style="info" %}
Find out more about different provides under the following links:

AMLBot: <https://amlbot.com/#faq>

Coinfirm: <https://coinfirm.zendesk.com/hc/en-us>
{% endhint %}

3. Provide a blockchain and enter crypto addresses and other necessary information. The range of parameters may vary depending on the chosen scenario.&#x20;
4. For some crypto addresses the existence on the blockchain of the crypto address will be checked.
5. Press the "Check" button" to start the analysis.

<figure><img src="/files/CaHm8Efrfl9DY9fCwGhZ" alt=""><figcaption><p>Check crypto addresses - request for verification - Coinfirm</p></figcaption></figure>

<figure><img src="/files/sL4yaNiWSTvqc3ezPdz9" alt=""><figcaption><p>Check crypto addresses - request for verification - AMLBot</p></figcaption></figure>

{% hint style="danger" %}
You will be redirected back to the crypto address report list. All the filters will be clear and you can find your newly requested report at the top.
{% endhint %}

After the report generation is finished, the information about the risk score associated with the crypto address will be displayed. Click on the item on the list to display the report. You can download the report using the link in the top right corner of the modal.

<figure><img src="/files/LKNeuo2WIuJfdRZhIC1J" alt=""><figcaption><p>Check crypto addresses - report from Coinfirm</p></figcaption></figure>

<figure><img src="/files/gJEMk3f7HVDFDLCdo8Ml" alt=""><figcaption><p>Check crypto addresses - report from AMLBot</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.gatenox.com/gatenox-hub-wiki/compliance-cloud-how-to/comprehensive-screening/check-crypto-addresses.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
