# 有關跨鏈

MetaID V2 從協議設計層面上已支持 MetaID 運行在比特幣及比特幣同構區塊鏈上。 只要索引器支持，理論上 PIN 可構建在任何比特幣架構的區塊鏈上，所有符合 MetaID 協議格式交易，即便是散落在不同的區塊鏈上，均可收斂於某一個 MetaID 節點下。 對於跨鏈的支持，理論上和比特幣同構的區塊鏈均能支持，具體為：

* 採用 UTXO 架構
* 鎖定腳本支持 op\_return 操作符
* 支持採用比特幣的經典地址格式（即前綴為「1」的比特幣地址格式）

現階段除了比特幣外，以下主流公鏈均符合 MetaID 支持的條件，在未來相關索引器和錢包支持後，將有望實現支持：

* MicrovisionChain
* Bitcoin Cash
* eCash
* Dogecoin
* Litecoin
* Bitcoin SV

但錢包和應用在實現跨鏈支持時，需注意以下概念：

### Unified Address With One Key

**\[TBD]**

### Unified UTXO Chain

**\[TBD]**


---

# 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.metaid.io/zh-hk/cross-chain/you-guan-kua-lian.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.
