# Forwarding Addresses

### Definition

ChainArgos tags wallets that are considered "forwarding" where the address only ever sends tokens to a single organization.&#x20;

There are two types of "forwarding" addresses, regular wallet addresses, and "forwarding" contracts.&#x20;

"Forwarding" addresses are displayed in the following formats:  &#x20;

* \[name of organization] Forwarding ;; ➡️Fwds tracked tkns to \[name of organization]
* \[name of organization] Forwarding
* \[name of organization] forwarding&#x20;
* \[name of organization]: Fwder

"Forwarding" contracts are smart contracts and displayed in the following formats:&#x20;

* \[name of organization] Forwarding contract

The "forwarding" label is applied to addresses where all the tokens tracked by ChainArgos are sent to a specific organization.&#x20;

The "forwarding" label is intended to be inclusive and therefore it is possible for an address to be tagged "Bitforex Forwarding" if it only ever sends all tokens tracked by ChainArgos to Bitforex, but if it sends a token that is not tracked by ChainArgos to another random address, the "forwarding" address will still be tagged "Bitforex Forwarding" in order to warrant further investigation.

The "tracked tkns" caveat refers to the tokens that are tracked by ChainArgos.&#x20;

In this analysis, the "forwarding" address only ever sends tokens tracked by ChainArgos to the organization concerned.&#x20;

**NOTE: THE FORWARDING LABEL IS ACCURATE FOR TOKENS TRACKED BY CHAINARGOS, AND IS NOT INTENDED TO BE RELIED ON FOR TOKENS THAT CHAINARGOS DOES NOT TRACK.**

### Use Case

"Forwarding" addresses are useful because many counterparties use intermediate wallets to funnel tokens.&#x20;

For example, market makers always funnel their tokens to "forwarding" addresses before moving the tokens in bulk to an exchange.&#x20;

Consider "forwarding" addresses as akin to a staging area, for example, where troops are gathered before an invasion. Without such "forwarding" address labels, substantial precision with respect to transactions, would be lost.&#x20;

E.g. AmirSender is a "forwarding" address that breaks up $40 mm USDT to 16,600 addresses, none of which are labeled "Binance" but most of the Top 100 of these addresses are "Binance Forwarding." Using the "forwarding" label, this information is immediately clear, whereas without these labels, that transaction behavior would be lost.


---

# 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/forwarding-addresses.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.
