# Tether Customers

ChainArgos programmatically and automatically tags and ranks Tether's customers according to the following criteria: &#x20;

* **USDT Customer  Number (e.g. 5th USDT Customer)**&#x20;
* **by USDT Minted** **(amount)**
* **Minter**
* **by # of Mints**&#x20;

### USDT Customer

"USDT Customer" ranks the canonical sequence an address is recorded as a Tether customer. A static ranking which does not change over time, USDT Customer is labeled in the following format: &#x20;

* \[rank] USDT Customer

E.g. An address that is the 10th USDT Customer will be labeled:&#x20;

```
10th USDT Customer
```

The "Label" indicates the address was a very early USDT customer, and when combined with other "Labels" can provide more information on the user of the address.&#x20;

### by USDT Minted (amount)

"by USDT Minted (amount)" is a dynamic ranking and constantly changes. The ranking is accurate for that instance a query is made and is labeled in the following format: &#x20;

* \#\[ranking] by USDT Minted ($XXmm); or
* \#\[ranking] by USDT Minted ($XXbn)

with "mm" indicating millions, and "bn" indicating billions.&#x20;

E.g. An address that is currently the 10th largest minter of USDT with $24 million minted will be labeled:&#x20;

```
#10 by USDT Minted ($24mm) 
```

E.g. An address may currently be the 10th largest minter of USDT, but will no longer receive this ranking if it is surpassed by another larger minter, and as such, this ranking is dynamic. &#x20;

### Minter

"Minter" is a static ranking and provides information about whether an address is an early minter of USDT. The ranking for "Minter" does not change over time and is labeled in the following format:

* \[ranking] Minter

E.g. An address that was the 10th minter of USDT of all time will be labeled:&#x20;

```
10th Minter 
```

E.g. An address which is the 10th "Minter" of USDT provides some information on the nature of that address. For example, it could suggest the address was an  insider, part of the founding team, closely associated with Tether, a market maker, etc.&#x20;

### by # of Mints

"by # of Mints" is a dynamic ranking and constantly changes. The ranking is accurate for that instance a query is made and is labeled in the following format:&#x20;

* \[token symbol] #\[ranking] lifetime received

E.g. An address may currently be the 10th largest lifetime receiver of a specific token, but will no longer receive this ranking it is surpassed by another larger receiver, and as such, this ranking is dynamic.


---

# Agent Instructions: 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:

```
GET https://docs.chainargos.com/documentation/labels/programmatic-labels/tether-customers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
