# Multi-chain approach

Currently, the ZeroLabs Tokenization Protocol **supports multiple blockchains** in a *limited way*.

In the initial implementation of the protocol, we have a **separate** set of ERC-1888 **smart contracts** deployed on **each blockchain**, and the Certificates are *non-transferrable* between them.

In the future, these Certificates **will be bridgeable** to other blockchains. Read more [here](/zerolabs-tokenization-module/future-improvements/bridging.md).

### Supported Blockchains

**Energy Web Chain (EWC)**

* Network ID: **246**
* CertificateRegistry: [0x5651a7A38753A9692B7740CCeCA3824a4d33aEFb](https://explorer.energyweb.org/address/0x5651a7A38753A9692B7740CCeCA3824a4d33aEFb)
* BatchFactory: [0x2248a8E53c8cf533AEEf2369FfF9Dc8C036c8900](https://explorer.energyweb.org/address/0x2248a8E53c8cf533AEEf2369FfF9Dc8C036c8900) (topic #1)

**Filecoin Virtual Machine (FVM)** *(In progress)*

**Testnets**

* Volta (EWC Testnet)
  * Network ID: **73799**
  * CertificateRegistry: [0xa4804e76E3b21017F062cd400b3dF6767a318ECa](https://volta-explorer.energyweb.org/address/0xa4804e76E3b21017F062cd400b3dF6767a318ECa)
  * BatchFactory.sol: [0x4112393d16a6A698B7D43856b9926E12326950fb](https://volta-explorer.energyweb.org/address/0x4112393d16a6A698B7D43856b9926E12326950fb) (topic #1)

### Future improvements

Our full multi-chain strategy and roadmap can be found [here](https://docs.zerolabs.green/zerolabs-tokenization-module/future-improvements/bridging).


---

# 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.zerolabs.green/zerolabs-tokenization-module/domain-definitions/multi-chain-approach.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.
