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

# Streams Tutorials

> Step-by-step tutorials for building real-time blockchain monitoring with Moralis Streams — wallets, tokens, NFTs, and smart contract events.

## Overview

These tutorials show you how to set up real-time blockchain event monitoring using Moralis Streams, with complete code examples for common use cases.

***

### Wallet Monitoring

<Columns cols={2}>
  <Card title="Monitor Wallet Activity" icon="wallet" href="/get-started/tutorials/streams/wallet-monitoring/monitor-wallet-activity-in-real-time">
    Monitor wallet transactions in real time with webhooks.
  </Card>

  <Card title="Listen to All Addresses" icon="globe" href="/get-started/tutorials/streams/wallet-monitoring/listen-to-all-addresses">
    Stream events for all addresses without specifying contracts.
  </Card>

  <Card title="Monitor Multiple Addresses" icon="users" href="/get-started/tutorials/streams/wallet-monitoring/monitor-multiple-addresses">
    Attach and manage multiple addresses on a single stream.
  </Card>

  <Card title="Get Native Balances" icon="coins" href="/get-started/tutorials/streams/wallet-monitoring/get-native-balances">
    Include native token balances in webhook payloads.
  </Card>

  <Card title="ENS Domain Registrations" icon="at" href="/get-started/tutorials/streams/wallet-monitoring/monitor-high-value-ens-domain-registrations">
    Monitor high-value ENS domain registration events.
  </Card>
</Columns>

***

### Token Monitoring

<Columns cols={2}>
  <Card title="Track ERC-20 Transfers" icon="arrow-right-arrow-left" href="/get-started/tutorials/streams/token-monitoring/track-specific-erc-20-token-transfers-from-a-list-of-wallets">
    Track specific ERC-20 token transfers from a list of wallets.
  </Card>

  <Card title="High-Value ERC-20 Transfers" icon="fire" href="/get-started/tutorials/streams/token-monitoring/monitor-high-value-erc-20-transfers-in-real-time">
    Monitor ERC-20 transfers over a certain amount.
  </Card>

  <Card title="Token Mints & Burns" icon="fire-flame-curved" href="/get-started/tutorials/streams/token-monitoring/track-erc-20-token-mints-and-burns-in-real-time">
    Track ERC-20 token mints and burns in real time.
  </Card>

  <Card title="New Tokens & Trading Pairs" icon="sparkles" href="/get-started/tutorials/streams/token-monitoring/track-new-tokens-and-trading-pairs-in-real-time">
    Track new token and DEX pair creation events.
  </Card>
</Columns>

***

### NFT Monitoring

<Columns cols={2}>
  <Card title="Track NFT Transfers" icon="image" href="/get-started/tutorials/streams/nft-monitoring/track-nft-transfers-in-real-time">
    Monitor all NFT transfers chain-wide in real time.
  </Card>

  <Card title="NFT Transfers by Wallet" icon="paper-plane" href="/get-started/tutorials/streams/nft-monitoring/monitoring-nft-transfers-from-specific-wallet-addresses">
    Filter NFT transfers from specific wallet addresses.
  </Card>

  <Card title="Track Specific NFTs" icon="shield-cat" href="/get-started/tutorials/streams/nft-monitoring/track-specific-nfts-or-nft-collections-in-real-time">
    Monitor specific NFTs or collections by token ID.
  </Card>
</Columns>

***

### Smart Contracts & Events

<Columns cols={2}>
  <Card title="Track Contract Events" icon="file-contract" href="/get-started/tutorials/streams/smart-contracts-and-events/track-smart-contract-events-in-real-time">
    Monitor all events from a contract factory in real time.
  </Card>
</Columns>

***

## Moralis Streams - Realtime Payments

<iframe src="https://www.youtube.com/embed/g1UmjmstSIA" title="Moralis Streams - Realtime Payments" width="100%" height="400" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
