# Supported Networks

### [**Bitcoin Network**](https://btc.asigna.io/)

Bitcoin is the original and most secure blockchain network, serving as the foundational Layer 1 (L1) protocol. It enables peer-to-peer transactions and is renowned for its decentralized nature and robust security.\
**Block Explorer:** [**Mempool**](https://mempool.space/)

### [Zcash **Network**](https://zec.asigna.io/)

Zcash is a Layer 1 (L1) blockchain that builds on Bitcoin’s proven architecture while introducing advanced zero-knowledge privacy (zk-SNARKs). It enables optional shielded transactions that protect sender, receiver, and amount, making it one of the most secure and privacy-focused peer-to-peer payment networks.\
**Block Explorer:** [**Mempool**](https://mainnet.zcashexplorer.app/)

### [**Stacks Network**](https://stx.asigna.io/)

Stacks is a Layer 2 solution that brings smart contract functionality to Bitcoin. It enables developers to build decentralized applications (dApps) that inherit Bitcoin's security and stability.\
**Block Explorer:** [**Hiro**](https://explorer.hiro.so/)

### [**Merlin Chain**](https://evm.asigna.io/welcome)

Merlin Chain is an EVM-compatible Layer 2 solution designed to enhance Bitcoin's scalability and functionality. It aims to provide low fees and high transaction throughput while supporting various Bitcoin protocols.\
**Block Explorer:** [**Merlin Blockchain Explorer**](https://scan.merlinchain.io/)

### [Citrea (Testnet)](https://evm.asigna.io/welcome?chain=citrea-testnet)

Citrea is the first rollup that enhances Bitcoin’s blockspace with zero-knowledge technology, enabling the safest and most trust-minimized way to use Bitcoin. At the core of Citrea’s innovation is [Clementine](https://github.com/chainwayxyz/clementine), a BitVM-based bridge that connects Citrea with Bitcoin.

**Block Explorer:** [Citrea Explorer](https://explorer.testnet.citrea.xyz/)

### [**Botanix (Testnet)**](https://evm.asigna.io/welcome?chain=BTNX)

Botanix is an **EVM-equivalent Layer 2 protocol** built on top of Bitcoin by Botanix Labs. It aims to merge Bitcoin's security with Ethereum's programmability, enabling developers to build decentralized applications on Bitcoin. ​\
**Block Explorer:** [**Routescan**](https://routescan.io/txs)\
**Roadmap:** <https://botanixlabs.xyz/en/roadmap>

{% hint style="info" %}
We're continuously adding support for new networks. Stay tuned for new additions!
{% endhint %}


---

# 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://asigna.gitbook.io/asigna/introduction/supported-networks.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.
