> For the complete documentation index, see [llms.txt](https://docs.whales.market/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.whales.market/pre-market/cross-chain-settlement/security-model.md).

# Security Model

### Asset Backing

Every wrapped token on the Listing Chain is backed by:

* One locked token on the TVL Chain
* Stored in a secure smart contract

There is no over-minting.

### Non-Custodial Design

* The protocol cannot move funds without user signatures
* All transfers are initiated by users
* No centralized custody is involved

### LayerZero Integration

LayerZero is used for:

* Cross-chain messaging
* Bridge confirmation
* Secure delivery guarantees

Settlement only proceeds after confirmed cross-chain messages.

***

### FAQs

<details>

<summary>How are wrapped tokens collateralized on the Listing Chain?</summary>

Every wrapped token is backed 1:1 by an original token locked within a secure smart contract on the TGE Chain, ensuring zero over-minting.

</details>

<details>

<summary>Does the protocol have control over my funds?</summary>

No, the system features a non-custodial design where no centralized custody is involved and all transfers require an explicit user signature to execute.

</details>

<details>

<summary>What role does LayerZero play in the security of the settlement?</summary>

LayerZero provides the infrastructure for secure cross-chain messaging, bridge confirmations, and guaranteed delivery of assets between networks.

</details>

<details>

<summary>Can a settlement occur if the cross-chain message is not confirmed?</summary>

No, the protocol strictly requires a confirmed cross-chain message through LayerZero before any settlement transaction is allowed to proceed.

</details>

<details>

<summary>Are assets stored in a centralized vault during the bridge process?</summary>

No, assets are stored in secure, decentralized smart contracts on the TGE Chain, and transfers are only initiated by the users themselves.

</details>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.whales.market/pre-market/cross-chain-settlement/security-model.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
