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

# Quick Start Guide

> Get started with Bayex in minutes. Follow this guide to make your first trade or provide liquidity.

<Steps>
  <Step title="Connect Wallet" icon="wallet">
    Click the **Connect Wallet** button in the top right.
    Bayex uses account abstraction to create a secure **Smart Account** (Safe) for you automatically. This system is **100% compatible** with Polymarket's proxy accounts.

    <Note>
      **Gasless Transactions**

      Because you use a Smart Account, the protocol sponsors your gas fees for trading and LPing. You only need USDC.
    </Note>
  </Step>

  <Step title="Fund with USDC" icon="coins">
    Bayex operates on the **Polygon** network. You need to deposit **USDC** into your Smart Account to trade.

    * Send **USDC (Polygon PoS)** to your Smart Account address displayed in the wallet menu.
    * Or use the "Deposit" button to bridge funds from other networks.
  </Step>

  <Step title="Choose your Path" icon="diamond-turn-right">
    Once funded, you can either trade on outcomes or earn yield.

    <CardGroup cols={2}>
      <Card title="Trade" icon="arrow-right-arrow-left" href="https://www.bayex.xyz/swap">
        Speculate on event outcomes. Buy "YES" or "NO" shares.

        1. Go to the **Swap** page.
        2. Select a market (e.g., "Fed Rates").
        3. Choose your position (Token0/Token1).
        4. Enter amount and confirm.
      </Card>

      <Card title="Earn" icon="arrow-trend-up" href="https://www.bayex.xyz/earn">
        Provide liquidity to pools and earn trading fees.

        1. Go to the **Earn** page.
        2. Select a market pair.
        3. Set your price range (concentration).
        4. Deposit USDC or Outcome tokens.
      </Card>
    </CardGroup>
  </Step>
</Steps>
