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

# E1402 — Token already exists

> Token already exists

# E1402 — Token already exists

| Property     | Value                    |
| ------------ | ------------------------ |
| **Code**     | `1402`                   |
| **Slug**     | `E1402`                  |
| **Category** | `token` (Token (CIP-20)) |
| **CIP**      | CIP-20                   |

## What happened

Token already exists.

## Why it happened

A token has already been deployed at this address.

## How to fix

Token already deployed at this address. Use a different address or interact with the existing token.

## Receipt example

```json theme={null}
{
  "code": 1402,
  "slug": "E1402",
  "category": "token",
  "what": "Token already exists",
  "fix": "Token already deployed at this address.",
  "docs_url": "https://docs.cowboy.inc/errors/E1402"
}
```

***

<Card title="All Error Codes" icon="list" href="/errors/overview">
  View the complete error code reference
</Card>
