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

# Asset types

> Reference for ChainPatrol asset type enums used in reports, checks, and lists: URL, PAGE, ADDRESS, plus social, messaging, app store, and other platforms.

The **Glossary** is a reference for **asset types**: the enum values used when you report, check, list, or filter an asset.

Product ideas such as organizations, detections, reports, and takedowns are in [Concepts](/docs/concepts/organizations).

`URL`, `PAGE`, and `ADDRESS` have dedicated pages because those pages already document normalization. Every other type is listed with the same labels used in [`POST /threats/list`](/docs/external-api/threats-list), [`POST /detection/list`](/docs/external-api/detection-list), and [`chainpatrol asset types`](/docs/cli/commands/asset#asset-types).

## Core types

<CardGroup cols={3}>
  <Card title="URL" href="/docs/glossary/asset-types/url">
    Website URLs. Blocking a domain also covers its subdomains.
  </Card>

  <Card title="PAGE" href="/docs/glossary/asset-types/page">
    Web pages, including paths on shared hosts in the PAGE domain list.
  </Card>

  <Card title="ADDRESS" href="/docs/glossary/asset-types/address">
    Blockchain addresses.
  </Card>
</CardGroup>

## Other types

| Group                                                | Types                                          |
| ---------------------------------------------------- | ---------------------------------------------- |
| [Social and messaging](/docs/glossary/asset-types/social) | Social and messaging enums from the API        |
| [Apps and extensions](/docs/glossary/asset-types/apps)    | App store and browser addon enums from the API |
| [Other platforms](/docs/glossary/asset-types/other)       | Remaining enums from the API and CLI           |
