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

# Elyra quickstart

> Sign in, fund your wallet, and make your first on-chain trade through the Elyra AI assistant — from zero to confirmed transaction in under five minutes.

This guide walks you through everything from your first sign-in to your first confirmed on-chain trade. No prior wallet setup is required — Elyra provisions one for you automatically on first login.

<Note>
  Each authenticated account receives 5 assistant prompt credits per 24-hour window on the free tier. Credits reset automatically — you do not need to do anything to restore them.
</Note>

<Steps>
  <Step title="Go to try.getelyra.xyz">
    Open [try.getelyra.xyz](https://try.getelyra.xyz) in your browser and click **Sign in** in the top-right corner of the navbar.
  </Step>

  <Step title="Authenticate via Privy">
    Elyra uses Privy for authentication. You can sign in with:

    * **Email** — Privy sends a one-time code to your inbox
    * **Google** — standard OAuth sign-in
    * **Phone number** — Privy sends a one-time code via SMS

    Choose whichever method you prefer. Privy handles the authentication flow end-to-end.
  </Step>

  <Step title="Connect or create your Solana wallet">
    After signing in, Elyra checks whether you have an existing Solana wallet connected.

    * **If you don't have one** — Privy automatically provisions a Solana wallet for you. Your private key is stored in Privy's HSM custody; you never need to handle a seed phrase.
    * **If you already have a wallet** — you can connect it through the wallet menu in the navbar.

    <Tip>
      If you bring your own Solana wallet (for example, Phantom), you can connect it through the wallet menu at any time. Both your Privy-provisioned wallet and any connected external wallet are accessible from the same interface.
    </Tip>
  </Step>

  <Step title="Fund your wallet">
    You need SOL, USDC, or BONK in your wallet before placing trades. To deposit:

    1. Click **Deposit** in the navbar.
    2. Select the token you want to deposit: **SOL**, **USDC**, or **BONK**.
    3. Copy your Solana wallet address shown in the deposit modal.
    4. Send funds from your external wallet or exchange to that address.

    Balances update automatically once the transaction confirms on-chain.
  </Step>

  <Step title="Open the trading terminal">
    The main trading terminal is split into two panels:

    * **Left panel** — the SOL/USDT live chart with 200+ technical indicators. Price updates every 2.5 seconds from the Pyth price feed.
    * **Right panel** — the Elyra AI assistant. This is where you type your commands in plain language.

    You do not need to navigate away from this page for any trading action.
  </Step>

  <Step title="Make your first trade">
    Type your intent in the assistant panel in plain language. Elyra previews the full trade before submitting anything on-chain.

    Here is what a complete spot swap looks like:

    ```text theme={null}
    You: "Buy 0.1 SOL worth of BONK"

    Elyra: Swap preview
           From: 0.1 SOL
           To: ~14,200,000 BONK (estimated)
           Route: Jupiter — Raydium CLMM
           Price impact: <0.01%
           Confirm to proceed.

    You: "Confirm"

    Elyra: Swap submitted.
           Tx: 5KtPn1...wX9q
    ```

    Elyra shows you the token pair, exact input amount, estimated output, selected route, and price impact before you confirm. Nothing is submitted until you say confirm.
  </Step>

  <Step title="Check your portfolio">
    Ask Elyra for a portfolio summary at any time. It aggregates your balances across your connected wallet, any open perpetuals positions, and any active DeFi positions into a single view.

    ```text theme={null}
    You: "Portfolio summary"

    Elyra: Wallet: $14,280 (42.5 SOL · 3,500 USDC · 2,100 JUP)
           Perps: Equity $5,200 · Available $3,800 · Margin used $1,400
           DeFi: Kamino $1,000 USDC deposited (8.2% APY) · Health 2.8
           Total: $20,725
    ```
  </Step>
</Steps>
