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

# CdpFeature

```ts theme={null}
type CdpFeature = {
  cdp:: true;
};
```

Custom feature to distinguish CDP Solana Wallet from other standard Solana wallets.

This feature flag allows dapps to identify CDP wallets specifically.

## Properties

| Property              | Type   |
| --------------------- | ------ |
| <a id="cdp" /> `cdp:` | `true` |
