> ## Documentation Index
> Fetch the complete documentation index at: https://chainpatrol-mintlify-57d6e9f9.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Address

> Report a wallet address or smart contract address as a ChainPatrol asset, normalized to lowercase and detected via the 0x prefix and 20-byte length.

The `ADDRESS` asset type is for organizations with a blockchain or crypto presence — for example, a project with an official smart contract or wallet address that scammers might spoof. Other asset types ([URL](./url), [PAGE](./page), [Social](./social), [Apps](./apps)) cover the web, social, and app-store surfaces that apply to every brand, regardless of industry.

Addresses are the identifiers of users and smart contracts on the Ethereum blockchain. They are 20 bytes long and are usually represented in hexadecimal form.

When submitting a report, you can provide the address of the wallet or smart contract you are reporting on and we'll detect if it's a valid Ethereum address based on the `0x` prefix and the length of the address.

## Normalization

We normalize addresses by converting the characters to lowercase.

#### Report

```
0xb3764761e297d6f121e79c32a65829cd1ddb4d32  // Wallet
0x709ecbd07197e082dd830871fec0cc34537a6e23  // Smart contract
```
