> ## 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.

# EXECUTE

> Full order lifecycle management — spot swaps, perpetuals, conditional orders, TP/SL, and cross-chain bridging through a single natural language interface.

EXECUTE handles the complete order lifecycle from the moment you express intent to on-chain settlement. It routes spot swaps through Jupiter's aggregation layer for best-price fills across Solana DEXs, manages perpetuals positions on HyperLiquid and Elyra Perps, places conditional and TP/SL orders, and bridges assets across six EVM networks — all from natural language without you touching a venue interface directly.

## Supported venues

<CardGroup cols={2}>
  <Card title="Spot: Jupiter aggregation" icon="arrows-right-left">
    Best-price routing across every Solana DEX. Jupiter aggregates liquidity from Raydium, Orca, Meteora, and others simultaneously, splitting routes to minimize slippage on your fills.
  </Card>

  <Card title="Perpetuals: HyperLiquid" icon="trending-up">
    229 perpetuals markets with up to 50x leverage. Full sub-account provisioning is automatic — no manual configuration required on first use.
  </Card>

  <Card title="Perpetuals: Elyra Perps" icon="zap">
    20 markets with up to 150x leverage for higher-conviction directional positions. Operates alongside HyperLiquid in the same interface.
  </Card>

  <Card title="Prediction markets" icon="target">
    Polymarket and DFlow. Execute positions on event markets directly through EXECUTE, with the same preview-before-confirm flow as any other order type.
  </Card>

  <Card title="Cross-chain bridging" icon="network">
    Move assets between Solana and six EVM networks (Ethereum, Arbitrum, Base, Optimism, Polygon, BNB Chain). Bridge instructions are expressed the same way as any other command.
  </Card>
</CardGroup>

## Order types

EXECUTE supports the following order types across all venues where they are available:

* **Market** — fills at the current best available price
* **Limit** — rests at a specified price until filled or cancelled
* **Conditional** — triggers an order when a price condition is met
* **TP/SL attached** — take-profit and stop-loss levels set at the time of entry or applied to an existing position

## Natural language examples

```text theme={null}
"Buy 0.5 SOL"
→ Preview: BUY 0.5 SOL via Jupiter · Est. fill $80.15 · Slippage 0.02%
   [Confirm to execute]
```

```text theme={null}
"Open 10x long SOL, 1 SOL notional"
→ Preview: SOLUSDT BUY MARKET 1 @ 10x · Entry ~$80 · Margin required $8
   [Confirm to execute]
```

```text theme={null}
"Set TP at $90, SL at $75 on my SOL long"
→ TP order set: SELL 1 SOLUSDT at $90.00
   SL order set: SELL 1 SOLUSDT at $75.00
   Both orders armed.
```

```text theme={null}
"Show my positions"
→ SOLUSDT LONG · 1 SOL · Entry $80 · Mark $82.25 · PnL +$22.50

"Close SOL"
→ Preview: SELL MARKET 1 SOLUSDT · Exit ~$82.25 · Realized PnL +$22.50
   [Confirm to execute]
```

```text theme={null}
"Bridge 100 USDC to Ethereum"
→ Preview: Bridge 100 USDC — Solana → Ethereum · Est. fee $0.45
   [Confirm to execute]
```

## Human-in-the-loop confirmation

Every order generates a preview before it executes. You see the estimated fill price, fee, and outcome before committing. Nothing settles on-chain without your confirmation.

<Warning>
  Less than 5% of total portfolio exposure is allocated to autonomous execution. All orders above that threshold require explicit user confirmation regardless of agent confidence.
</Warning>

## Exposure controls

EXECUTE enforces a hard 5% maximum exposure ceiling per position, computed against live portfolio state. This limit is applied programmatically and cannot be overridden — not by high-conviction signals, not by agent confidence scores.

<Info>
  Perpetuals sub-accounts on HyperLiquid are provisioned automatically on your first order. You do not need to manually configure a sub-account or transfer margin before placing a trade.
</Info>

<Tip>
  When SOL is priced differently across venues, EXECUTE routes to the better fill automatically. Venue selection is governed by outcome quality, not convenience.
</Tip>
