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

# AUTO

> Set-and-forget operational layer — level-break alerts, continuous TP/SL monitoring, and daily PnL briefings running without ongoing user input.

AUTO handles the operational layer that runs while you are not actively managing positions. It monitors your portfolio continuously, fires alerts the moment a price condition is met, executes TP/SL orders autonomously when triggered, and delivers structured daily PnL briefings with performance attribution. You define the conditions once; AUTO handles the rest around the clock.

## Features

<CardGroup cols={2}>
  <Card title="Level-break alerts" icon="bell">
    Set a price level on any supported asset. AUTO notifies you immediately when the price crosses that threshold — in either direction, at any hour.
  </Card>

  <Card title="24/7 TP/SL monitoring" icon="shield">
    Take-profit and stop-loss orders are monitored continuously and executed automatically when conditions are met, without requiring you to be active in the interface.
  </Card>

  <Card title="Daily PnL briefings" icon="bar-chart-2">
    Structured daily summaries with performance attribution, win rate, and average risk-reward ratio. Delivered at a time you configure.
  </Card>

  <Card title="Conditional exit management" icon="settings">
    Set complex exit conditions in natural language — specific price targets, time-based expiry, or multi-condition triggers — and AUTO manages the execution lifecycle.
  </Card>
</CardGroup>

## Natural language examples

```text theme={null}
"Alert me when SOL breaks $90"
→ Alert set: SOLUSDT · Trigger: price ≥ $90.00 · Direction: upside break
   Active. You'll be notified immediately on breach.
```

```text theme={null}
"Set TP at $85 on my BONK position"
→ TP order armed: BONK · Sell at $85.00
   Current price: $0.000041 · Order will execute on trigger.
```

```text theme={null}
"Send me a daily PnL summary at 8am"
→ Daily PnL briefing scheduled: 08:00 UTC
   Includes: realized PnL, win rate, avg R:R, open position summary.
```

```text theme={null}
"Set a stop at $72 on SOL if I'm not back by Friday"
→ Conditional SL set: SOLUSDT · Trigger: price ≤ $72.00
   Time limit: Friday 00:00 UTC · Will execute on first condition met.
```

## How AUTO delivers alerts

AUTO delivers notifications through Elyra's platform notification system. Alerts are pushed as soon as a trigger condition is satisfied — there is no polling delay at the user level.

<Steps>
  <Step title="Define your condition">
    Tell Elyra the asset, price level, and direction. For TP/SL, specify the target price and which position it applies to.
  </Step>

  <Step title="AUTO arms the monitor">
    The condition is registered and monitored continuously. You receive a confirmation that the alert or order is active.
  </Step>

  <Step title="Condition triggers">
    When the price crosses your defined level, AUTO fires the alert or executes the order immediately. No additional input required.
  </Step>

  <Step title="Post-trigger summary">
    After a TP/SL executes, you receive a summary of the trade outcome including realized PnL and the triggering price.
  </Step>
</Steps>

## Daily PnL briefings

The daily briefing is a structured performance recap, not a raw transaction log. Each briefing includes:

* **Realized PnL** for the period (daily, weekly, or monthly)
* **Win rate** across closed positions
* **Average R:R** (risk-reward ratio) on winning and losing trades
* **Open position summary** with current unrealized PnL
* **Decision trace** linking each trade to the signal that triggered it

```text theme={null}
Daily PnL Summary — May 3, 2026

Realized PnL:   +$342.00
Win rate:       3/4 trades (75%)
Avg R:R:        2.4:1
Open positions: SOL LONG +$22.50 unrealized

Top performer:  ETH LONG +$198 (closed at TP)
Underperformer: BTC SHORT -$87 (SL triggered)
```

<Warning>
  AUTO requires your wallet to be connected and active. If your session expires or the wallet connection is interrupted, AUTO alerts will still fire but autonomous TP/SL execution will pause until the connection is restored.
</Warning>

<Note>
  TP/SL orders set through AUTO are subject to the same 5% portfolio exposure cap enforced across all of Elyra. AUTO cannot execute an order that would violate the hard exposure ceiling, even if the trigger condition is met.
</Note>

<Tip>
  Combine AUTO alerts with SCAN's on-chain monitoring for layered awareness. Set a price alert for a level-break while SCAN watches whale flows — if both conditions converge, you have stronger confirmation before acting.
</Tip>
