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

# Notifications

> Stay informed with real-time trade and signal alerts.

The Telegram Bot sends notifications for signals, trades, and limit orders.

## Signal Notifications

When a token matches your alpha signal conditions, you receive a notification with:

* Token card showing price, market cap, and liquidity
* Quick buy buttons (0.1, 0.5, 1, 2, 5 SOL/BNB)
* Number of mentions from your connected alpha sources

<Tip>
  Buys from signal notifications automatically attach your default exit strategy for instant TP/SL protection.
</Tip>

## Swap Notifications

After a buy or sell executes, you receive a concise confirmation with:

* Token symbol and amount
* Transaction status (success or failed)
* Link to view transaction

## Limit Order Notifications

When limit orders trigger, you're notified of the status:

| Status    | Description                              |
| --------- | ---------------------------------------- |
| Triggered | Order conditions met, executing trade    |
| Success   | Order filled successfully                |
| Failed    | Trade execution failed                   |
| Cancelled | Order was manually cancelled             |
| Expired   | Order expired before conditions were met |

<CardGroup cols={2}>
  <Card title="Exit Strategies" icon="route" href="/telegram-bot/exit-strategies">
    Set up automatic TP/SL on your trades.
  </Card>

  <Card title="Limit Orders" icon="clock" href="/telegram-bot/limit-orders">
    View and manage your active orders.
  </Card>
</CardGroup>
