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

# Parsed Streams Guides - Helius Docs

> Step-by-step Parsed Streams guides: tracking Jupiter swaps, tracking Pump.fun token mints, and handling reconnects and errors.

Step-by-step tutorials for streaming human-readable Solana data with [Parsed Streams](/docs/parsed-streams). Each guide includes runnable code examples. Browse all guides in the [Guides tab](/docs/guides/overview).

<CardGroup cols={2}>
  <Card title="Track Jupiter Swaps" icon="arrow-right-arrow-left" href="/docs/parsed-streams/guides/track-jupiter-swaps">
    Build and subscribe to a real swap filter using program discovery
  </Card>

  <Card title="Track Pump.fun Mints" icon="rocket" href="/docs/parsed-streams/guides/track-pumpfun-mints">
    A reconnect-safe listener that logs every new Pump.fun token deploy
  </Card>

  <Card title="Handle Reconnects" icon="rotate" href="/docs/parsed-streams/guides/handling-reconnects">
    Detect disconnects, back off, resubscribe, and backfill slots
  </Card>
</CardGroup>
