# 3.5 Cross-Chain Interoperability and L2 Efficiency

The ABE is chain-agnostic. While the core security logic is anchored on Ethereum, the daily transaction clearing is offloaded to high-performance Layer 2s:

* **Base & Arbitrum Integration:** These chains provide the 200ms confirmation times required for real-world POS (Point of Sale) systems.
* **CCIP Implementation:** Utilizing Chainlink’s Cross-Chain Interoperability Protocol, a user can hold assets on Solana or Polygon and have them "bridged" into the AbyssPay clearing layer on Base in a single transaction.


---

# 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://docs.abysspay.xyz/chapter-3-the-abyssal-architecture-technical-clearing-and-settlement/3.5-cross-chain-interoperability-and-l2-efficiency.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.
