> ## 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

> Cardano blockchain APIs and services from Maestro. Access smart contract capabilities, native assets, staking features, and transaction management tools.

The [Cardano blockchain](https://cardanofoundation.org/) is a smart-contract-enabled proof-of-stake (PoS) blockchain based on the [Ouroboros consensus protocol](https://cardano.org/ouroboros/) offering [native liquid staking](https://cardano.org/stake-pool-delegation/). Cardano is provably secure, energy-efficient, and scalable. Its ledger employs the [Extended UTXO model](https://iohk.io/en/research/library/papers/the-extended-utxo-model/), similar to Bitcoin's UTxO model, but with enhanced capabilities like \*\*native asset issuance \*\*and \*\*smart contracts execution \*\*while maintaining \*\*robust security and scalability. \*\*

<Frame>
  <img src="https://mintcdn.com/gomaestroinc/8PISEioy97Ta9gmw/images/Gtwhlf9BeqPdAg4DmZ-pP-8FaImcHvwmLgRWu_setGn-20240924-235644.gif?s=6b035ad01b83888a7d6465fd297fd862" alt="" width="1620" height="1080" data-path="images/Gtwhlf9BeqPdAg4DmZ-pP-8FaImcHvwmLgRWu_setGn-20240924-235644.gif" />
</Frame>

***

## Available Services

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

<CardGroup cols={2}>
  <Card title="Blockchain Indexer API" href="/cardano/blockchain-indexer-api/overview" />

  <Card title="Transaction Manager API" href="/cardano/transaction-manager-api/overview" />

  <Card title="Market Price API" href="/cardano/market-price-api/overview" />

  <Card title="Managed Contracts API" href="/cardano/managed-contracts-api/overview" />
</CardGroup>

## Available Networks

The service is available on the following Bitcoin networks:

| ***Network***      | ***Base URL***                         |
| :----------------- | :------------------------------------- |
| **Mainnet**        | `https://mainnet.gomaestro-api.org/v1` |
| **Pre-Production** | `https://preprod.gomaestro-api.org/v1` |
| **Preview**        | `https://preview.gomaestro-api.org/v1` |

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