> For the complete documentation index, see [llms.txt](https://support.cregis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.cregis.com/faq/transaction-management/what-should-i-do-if-my-wallet-receives-blacklisted-usdt-black-u.md).

# What Should I Do if My Wallet Receives Blacklisted USDT (Black U)?

If your wallet receives Black U (USDT flagged as potentially linked to illegal activities), you should immediately stop using the address and create a new sub-address in your wallet. Steps are as follows:

1. Enter the **Address Book**.<br>

   <figure><img src="/files/heySG0Xo27Rs15WHTlNU" alt=""><figcaption></figcaption></figure>
2. Click the **Add (+)** button to add a new address, input the address name, and press **"Enter"**.<br>

   <figure><img src="/files/6UXlpcotYFxK00xR4Sn0" alt=""><figcaption></figcaption></figure>
3. Complete **Google Verification**.<br>

   <figure><img src="/files/oPiYXefEo0lFBycWb5LE" alt=""><figcaption></figcaption></figure>
4. Click <mark style="color:green;">**More**</mark> on the new address, then set it as the default address for receiving and sending transactions.

   <figure><img src="/files/7ayoxXvkusK82FRu1AuQ" alt=""><figcaption></figcaption></figure>

In addition to these steps, we recommend:

* Using an [**AML tool**](/risk-management/aml-query.md) to verify if the source address of the transaction is listed as high-risk.
* Notifying your legal or compliance team to evaluate the legal risks and address the situation appropriately.


---

# 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://support.cregis.com/faq/transaction-management/what-should-i-do-if-my-wallet-receives-blacklisted-usdt-black-u.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.
