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

# WalletLabelType

> A wallet label category exposed by the walletLabelTypes query.

### TypeScript shape

```ts theme={null}
interface WalletLabelType {
  name: string;
  displayName: string;
  description: string;
}
```

### Fields

<ResponseField name="name" type="String!">Machine-readable label name (e.g. `sniper`, `insider`, `bundler`, `proTrader`, `smartTrader`, `freshTrader`, `dev`, `liquidityPool`, `agent`, `locker`, `stakingPool`).</ResponseField>
<ResponseField name="displayName" type="String!">Human-readable label name suitable for UI display.</ResponseField>
<ResponseField name="description" type="String!">Description of what the label means and when it is applied.</ResponseField>
