# Cross-Chain Settlement

### Key Definitions

#### **Listing Chain**

The Listing Chain is the blockchain where:

* Orders are created
* The orderbook exists
* Settlement transactions are executed

Users interact with trades on this chain.

#### **TGE Chain**

The TGE Chain is the blockchain where:

* The original token supply exists
* The seller initially holds the real token

Tokens remain native to this chain.

### FAQ

<details>

<summary>What is the difference between a Listing Chain and a TGE Chain?</summary>

The Listing Chain is where the orderbook exists and trades are executed, while the TGE Chain is the native network where the original token supply is issued and held.

</details>

<details>

<summary>How does the system ensure wrapped tokens are not synthetic?</summary>

Every wrapped token is backed 1:1 by original assets locked in a secure smart contract on the TGE Chain, ensuring no value duplication.

</details>

<details>

<summary>What technology handles the cross-chain communication?</summary>

All cross-chain operations and secure messaging between networks are powered by the LayerZero protocol.

</details>

<details>

<summary>How does cross-chain settlement benefit liquidity?</summary>

It enables shared liquidity by allowing orders to be listed on one blockchain while the underlying assets remain native to their original chain.

</details>

<details>

<summary>Are trades executed on the TGE Chain or the Listing Chain?</summary>

Users interact with and settle all trades on the Listing Chain, though the underlying tokens originate from and return to the TGE Chain.

</details>


---

# 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.whales.market/pre-market/cross-chain-settlement.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.
