---
title: Using Webhooks to Fetch Solana Transactions
description:
  Use webhooks to capture transaction activity and drive device or application
  behavior.
---

## Lesson goal

Set up a cleaner event pipeline so the device or app reacts to Solana activity
without constant manual polling.

## Checkpoints

- Understand which webhook events matter for your flow.
- Note how the receiving service should validate and process them.
- Decide what should happen when webhook delivery fails or lags.
