> For the complete documentation index, see [llms.txt](https://docs.chainargos.com/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chainargos.com/documentation/labels/sourced-labels.md).

# Sourced Labels

Besides publicly available data sources, ChainArgos also tracks social media, news reports, police investigations, national security bulletins, OFAC sanctions notices, and thousands of other public databases to develop "Sourced Labels."&#x20;

While every effort is made to verify, crosscheck, and validate "Sourced Labels," blockchain address labeling is an ongoing research effort that is often heavily assisted by grassroots contributions.&#x20;

### Conviction Level of a Label

Occasionally, a "Label" where a higher level of precision may be lacking, will be marked with question marks.&#x20;

A single question mark indicates that there are some doubts as to the precision of the address "Label."&#x20;

```
? 
```

More speculative address "Labels" are indicated by a series of three question marks.&#x20;

```
???
```

Blockchain address labeling is not a precise science, and where ChainArgos marks Labels with question marks, such Labels ought to be treated with a degree of caution, and attempts to independently crosscheck and verify such Labels should be made by users.&#x20;

### Label Corrections&#x20;

If you notice an incorrectly labelled wallet or smart contract address, please notify ChainArgos at:&#x20;

<info@chainargos.com>

and we will investigate the matter further.&#x20;

### Contribute to our Database

If you would like to provide wallet and/or smart contract tags, to contribute to the existing database, please email us at:&#x20;

<info@chainargos.com>

your contribution could help to prevent the next illicit transaction.&#x20;

Thank you for your help.&#x20;


---

# 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.chainargos.com/documentation/labels/sourced-labels.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.
