> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gomaestro.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Midl blockchain APIs and services from Maestro. Access Midl Node RPC APIs for network communication.

Midl enables native smart contracts, tokens, and dApps directly on Bitcoin’s layer-1, without bridges or intermediaries.

Developers can build, deploy, and interact with Bitcoin-native assets just as they would on Ethereum or Solana, but retaining the security and decentralization of the Bitcoin network.

Midl unlocks:

* Smart contracts executing on Bitcoin’s consensus layer
* Token standards and fungible/non-fungible assets
* Native yields: staking, fee-redistribution, liquidity mining
* Full ecosystem interoperability (DEXes, governance, games, DeFi)

***

## Available Services

Maestro provides the following services, accessible across multiple Midl networks:

<CardGroup cols={3}>
  <Card title="Node RPC API" href="/midl/node-rpc-api/overview">
     
  </Card>
</CardGroup>

## Block Explorer

Maestro also provides a comprehensive block explorer for the Midl network, offering an intuitive interface to explore blocks, transactions, smart contracts, and network activity. The explorer provides real-time insights into the Midl blockchain, making it easy to track transactions, verify contract deployments, and monitor network health.

<Note>
  **Coming Soon**: Public block explorer link will be available here once deployed.
</Note>

## Available Networks

The service is available on the following Midl networks:

| ***Network*** | ***Base URL***                                                                         |
| ------------- | -------------------------------------------------------------------------------------- |
| **Mainnet**   | -                                                                                      |
| **Testnet**   | -                                                                                      |
| **Regtest**   | [https://midl-regtest.gomaestro-api.org/v0](https://midl-regtest.gomaestro-api.org/v0) |

<Warning>
  The Maestro API is currently versioned at `v0`. When making a query, `v0 `must be included in your base URL.
</Warning>
