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

# Alpha Overview

> Use Alpha trade signals and Radar insights in automated systems

Alpha is Gigabrain's trade opportunity stream for automation. It gives you two levels of signal:

<CardGroup cols={2}>
  <Card title="Alpha" icon="fire">
    Trade-ready setups with direction, entry, stop, take profits, confidence, and invalidation logic.
  </Card>

  <Card title="Radar" icon="gauge-high">
    Early market intelligence: narrative shifts, structure changes, catalysts, and risk signals.
  </Card>
</CardGroup>

## How To Consume Alpha

Use webhooks when you want Gigabrain to push new signals into your own bot, trading engine, alerting system, or workflow automation.

<Card title="Alpha Webhooks" icon="plug" href="/developers/webhooks">
  Receive Alpha trade signals and Radar insights at your endpoint
</Card>

## When To Use It

Use Alpha when you want a live stream of generated market intelligence instead of asking the Brain API one question at a time.

| Need                                           | Use            |
| ---------------------------------------------- | -------------- |
| Ask a custom market question                   | Brain API      |
| React when new Alpha or Radar is generated     | Alpha Webhooks |
| Run an autonomous trader with memory and tools | SuperAgents    |

<Note>
  Alpha webhook deliveries cost `0.5` credits and Radar webhook deliveries cost `0.1` credits. Test deliveries from the dashboard are free.
</Note>
