> For the complete documentation index, see [llms.txt](https://docs.ortege.ai/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ortege.ai/en/ortege-products/ortege-lakehouse/data-catalog.md).

# Data Catalog

The **Ortege Data Catalog** is your comprehensive guide to a vast and ever-growing collection of blockchain and financial data, meticulously curated and organized to empower your research and analysis. Our catalog leverages standardized global dimensions and optimized datasets to provide seamless and insightful access to blockchain information.

***

**Global Dimensions: Consistency Across All Data**

To ensure a unified and intuitive experience, our Data Catalog is built around key global dimensions that are consistent across all datasets:

* **Blockchain:** We support a wide range of blockchains, categorized into **In-House Datasets** and **External Datasets** for streamlined access and management.
  * [**In-House Datasets**](/en/ortege-products/ortege-lakehouse/data-catalog/in-house-datasets.md)**:**
    * **Supported Natively:** Bitcoin, Stacks, Stellar, Movement
    * **Specialized Datasets:**
      * **Pricing:** Real-time pricing data from [CoinMarketCap](https://coinmarketcap.com/).
      * **DeFi:** Comprehensive data on DeFi protocols via [DefiLlama](https://defillama.com/).
      * **Social Sentiment:** Insights from [LunarCrush](https://lunarcrush.com/categories) Topics mapped to supported blockchains.
  * **External Datasets:**
    * **Via Google BigQuery Integration:** Ethereum, Solana, Near, Aptos, Arbitrum, Fantom, Avalanche C-Chain, Litecoin, Cronos, Dogecoin, Optimism, Polygon, Sui, Tron
* **Protocols:** Access comprehensive protocol data for all supported blockchains through our **DefiLlama Protocols** dataset, enabling detailed analysis of DeFi activities and trends.
* **Pricing:** Our **CoinMarketCap Pricing** dataset provides near real-time pricing data for a wide array of cryptocurrencies, ensuring you stay updated with the latest market movements.
* **Social Insights:** Integrate **LunarCrush Topics** with our supported blockchains to gain insights into social trends and community engagement related to specific cryptocurrencies.

***

**Stay Updated and Dive In**

We are constantly expanding the **Ortege Data Catalog** with new datasets and insights. Check back frequently to discover the latest additions and explore the ever-evolving world of blockchain data.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ortege.ai/en/ortege-products/ortege-lakehouse/data-catalog.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
