> For the complete documentation index, see [llms.txt](https://cctp-express.gitbook.io/cctp-express/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cctp-express.gitbook.io/cctp-express/concept/how-is-cctp-express-different-from-across.md).

# How is CCTP Express different from Across

1. ## CCT&#x50;**-Specific**

The primary distinction between CCTP Express and Across lies in our positioning. While both protocols are intent-based bridges powered by fillers/relayers, CCTP Express is positioned to be a booster tool to use CCTP.\
\
Given this focus, CCTP Express is closely integrated with CCTP and evolves in tandem with it. For instance, if CCTP supports EURC, CCTP Express will promptly support it as well. \
\
And this alignment also applies to the choice of picking which chain CCTP Express supports.  CCTP Express aims to cover all EVM and non-EVM chains CCTP operates. And like [CCTP](https://developers.circle.com/stablecoins/docs/message-format#message-header), CCTP Express adopts the `bytes32`address format, instead of the 20 byte address used in EVM, to handle 32 byte addresses in many non-EVM chains. \
\
In contrast, Across is limited to EVM chains only, as it has a [hard requirement](https://docs.across.to/resources/new-chain-requests) to support EVM- chains only.&#x20;

2. ## Settlement Mechanism

In CCTP Express, the Hub Pool smart contract utilizes the Iris attestation service used in CCTP to relay and verify messages. `Deposit` and `Filled` messages from various Spoke Pools are sent to Iris for attestation and then collected in the Hub Pool, which processes repayments on-chain. \
\
In contrast, Across uses canonical bridges to relay messages and utilizes [UMA](https://docs.across.to/use-cases/settle-cross-chain-intents) to optimistically verify fill events off-chain. Since UMA works off-chain, an interval is needed as a dispute window.

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://cctp-express.gitbook.io/cctp-express/concept/how-is-cctp-express-different-from-across.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.
