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

# Data Feeds

> Moralis Data Feeds is a blockchain indexing engine for building custom, enterprise-grade data pipelines. It combines real-time and historical indexing with rich schema controls and delivers data straight into your own database, with high performance and reliability.

### At a glance

<Columns cols={3}>
  <Card title="Custom Indexing" icon="gear-code">
    Index exactly the contracts, events, and data types you need.
  </Card>

  <Card title="Real-time Pipelines" icon="pipe-valve">
    Live tail from the chain head as events occur on-chain.
  </Card>

  <Card title="Historical Backfill" icon="rectangle-vertical-history">
    Fast backfills to populate your database with full history.
  </Card>

  <Card title="Multichain Support" icon="layer-group">
    EVM, Bitcoin, Solana, Stellar, Hyperliquid, and custom chains.
  </Card>

  <Card title="Custom Schemas" icon="table-list">
    Define your own data models — or start from a ready-made recipe.
  </Card>

  <Card title="Raw & Enriched Data" icon="sparkles">
    Raw logs through to decoded, USD-valued events.
  </Card>
</Columns>

### Recipes & use cases

The fastest way to start is a **recipe** — a ready-made blueprint that reconstructs a popular Moralis endpoint (wallet history, token balances, prices, swaps, holders, raw logs) as a continuous sync into your own database. Bundle several into a **use case** for a complete workflow.

<Columns cols={2}>
  <Card title="Browse recipes" icon="book-open" href="/data-feeds/recipes/overview">
    Per-endpoint sync blueprints with schema, queries, and reorg strategy.
  </Card>

  <Card title="Use cases" icon="layer-group" href="/data-feeds/use-cases/accounting">
    Ready-made recipe bundles — accounting, portfolio, analytics, compliance, and more.
  </Card>
</Columns>

### Types of use cases

* Self-hosted clones of popular Moralis endpoints, queryable in your own database
* Custom blockchain data pipelines for internal applications
* Real-time and historical on-chain analytics
* Back-office and accounting systems needing structured, valued blockchain data
* Apps needing tailored data models, beyond generic APIs
* Institutional workflows with compliance and SLA requirements

### For which teams

* **Data engineering & backend teams** who build in-house infrastructure
* **Analytics teams** requiring custom indexed datasets
* **Product teams** that need high control over how on-chain data is structured
* **Enterprise & institutional teams** with compliance, security, and SLA needs
* **Quant/trading and risk teams** building mission-critical data pipelines
