# Multi-chain Separation

Under the multi-soruce pegging mechanism, atETH does not have an absolute pegging target. Across different chains, the same stablecoin on different chains are actually different. It may be bridged through different bridges or may be a native stablecoin, which means it is no longer essentially the same token and can lead to price discrepancies.

If each chain's atETH is a bridge-able token, it introduces larger risks. Moreover, the AMOs of atETH <> eth-stETH and atETH <> arb-stETH, in the case of price differences between the two atETH (e.g., bridge hacks or chain hacks), cannot achieve the same effect as different stablecoins on the same chain due to the inability to execute fast, low-cost cross-chain transactions between cross-chain DEXs.

Therefore, each chain's atETH adopts an independent issuance approach, where they are all native stablecoins with independent AMOs and pegging targets. This will produce better results in risk control and pegging target selection.


---

# 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.atoll.money/security/multi-chain-separation.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.
