# The Chain-Agnostic Token Standard

Nexa is a cross-chain interoperability protocol that makes tokens and NFTs truly **chain-agnostic** and **bridge-agnostic**.&#x20;

We have created a new standard for tokens, **Chain-Agnostic Token (CAT),** where tokens are native to multiple chains and fungible across EVM and non-EVM chains.&#x20;

Chain-Agnostic Token contracts are **compatible with any bridges** (i.e. message passing protocols) such as Axelar, LayerZero, CCIP and Wormhole.

This industry-defining standard enables tokens to exist in a connected manner across all blockchains, and allows for:

* No funds escrowed in bridging contracts
* No vendor lock-in to message passing protocols.&#x20;

Key features include:&#x20;

* Token contracts are owned by the token-issuer
* Flexibility to add new blockchains at any time
* Maximum compatibility with message passing protocols to guard against having a single point of failure
* Effortless cross-chain transfers using a burn & mint mechanism for new tokens, and using lock & mint in a proxy contract for existing tokens
* The same token address on all EVM chains&#x20;

The **Chain-Agnostic Token (CAT)** standard can be applied to:&#x20;

* New tokens&#x20;
* Existing tokens
* New NFT collections&#x20;
* Existing NFT collections&#x20;

Our contracts are fully non-custodial, which means that Nexa never takes custody of project tokens, NFTs or end-user funds.&#x20;

Our core products support the creation, transfer and distribution of **Chain-Agnostic Tokens.**&#x20;

1. [cat-deployment](https://nexanetwork.gitbook.io/nexa/products/cat-deployment "mention")**:** An interface that allows for tokens and NFTs to be deployed as Chain-Agnostic Tokens (CATs) in minutes.&#x20;
2. [cat-bridge](https://nexanetwork.gitbook.io/nexa/products/cat-bridge "mention")**:** A bridge to transfer Chain-Agnostic Tokens (CATs) between chains, using multiple message passing protocols as the underlying infrastructure.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://nexanetwork.gitbook.io/nexa/the-chain-agnostic-token-standard.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
