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

# Quickstart

> Get started with Limora in minutes

This guide will walk you through setting up your wallet and making your first trade on Limora.

<Note>
  Before proceeding, please ensure you are not located in a [Disqualified
  Jurisdiction](/legal/disclaimer).
</Note>

***

## Prerequisites

Before you begin, you'll need:

<CardGroup cols={3}>
  <Card title="EVM Wallet" icon="wallet">
    MetaMask, WalletConnect, or any compatible wallet
  </Card>

  <Card title="ETH on Base" icon="gas-pump">
    Small amount for gas fees (\~\$1-2 worth)
  </Card>

  <Card title="USDC" icon="dollar-sign">
    Trading collateral on Base network
  </Card>
</CardGroup>

***

## Step 1: Set Up Your Wallet

<Steps>
  <Step title="Install MetaMask">
    If you don't have a wallet, install [MetaMask](https://metamask.io) as a
    browser extension or mobile app.
  </Step>

  <Step title="Add Base Network">
    Add the Base network to your wallet: | Setting | Value | |---------|-------|
    \| Network Name | Base | | RPC URL | [https://mainnet.base.org](https://mainnet.base.org) | | Chain ID |
    8453 | | Currency Symbol | ETH | | Block Explorer | [https://basescan.org](https://basescan.org) |
    Or use [Chainlist](https://chainlist.org/?search=base) to add it
    automatically.
  </Step>

  <Step title="Bridge Funds to Base">
    Transfer ETH and USDC to Base using the [official Base
    bridge](https://bridge.base.org) or a third-party bridge like Stargate.
  </Step>
</Steps>

***

## Step 2: Connect to Limora

<Steps>
  <Step title="Visit the Platform">
    Navigate to [limora.finance/trade](https://limora.finance/trade) in your
    browser.
  </Step>

  <Step title="Connect Wallet">
    Click the **Connect Wallet** button in the top-right corner.
  </Step>

  <Step title="Approve Connection">
    Select your wallet provider and approve the connection request in your
    wallet.
  </Step>

  <Step title="Accept Terms">
    Read and accept the Terms of Service and Legal Disclaimer to continue.
  </Step>
</Steps>

***

## Step 3: Deposit Collateral

Before opening trades, deposit collateral to your trading balance:

<Steps>
  <Step title="Navigate to Balances">
    Click on **Balances** in the sidebar navigation.
  </Step>

  <Step title="Select Token">
    Choose USDC (or another supported collateral token).
  </Step>

  <Step title="Enter Amount">
    Input the amount you want to deposit for trading.
  </Step>

  <Step title="Confirm Transaction">
    Approve the deposit transaction in your wallet.
  </Step>
</Steps>

<Warning>
  Only deposit funds you can afford to lose. Leveraged trading carries
  significant risk.
</Warning>

***

## Step 4: Open Your First Trade

Now you're ready to open a leveraged position:

<Steps>
  <Step title="Go to Trade Page">
    Click **Trade** in the sidebar to access the trading interface.
  </Step>

  <Step title="Select Trading Pair">
    Choose your desired trading pair (e.g., BTC/USDC).
  </Step>

  <Step title="Choose Direction">
    Select **Long** if you expect the price to rise, or **Short** if you expect
    it to fall.
  </Step>

  <Step title="Set Position Size">
    Enter your collateral amount and select your desired leverage (start with
    2-5x if you're new).
  </Step>

  <Step title="Set Risk Management">
    Configure your **Stop-Loss** and **Take-Profit** levels: - **Stop-Loss**:
    Price at which to close the position to limit losses - **Take-Profit**:
    Price at which to close the position to lock in gains
  </Step>

  <Step title="Review and Confirm">
    Review your order details: - Entry price - Liquidation price - Total
    position size - Fees Click **Open Trade** and confirm the transaction in
    your wallet.
  </Step>
</Steps>

***

## Step 5: Monitor Your Position

After opening a trade:

<CardGroup cols={2}>
  <Card title="Pending Trades" icon="clock" href="/pendingTrades">
    View trades waiting to be matched by liquidity providers.
  </Card>

  <Card title="Active Trades" icon="chart-line" href="/trade">
    Monitor your open positions and P\&L in real-time.
  </Card>
</CardGroup>

### Position Details

Your active trades will display:

* **Entry Price**: The oracle price when your trade was opened
* **Current Price**: Real-time oracle price
* **Unrealized P\&L**: Your current profit or loss
* **Liquidation Price**: Price at which your position will be automatically closed

***

## Step 6: Close Your Position

When you're ready to exit:

1. Navigate to your active trades
2. Click the **Close** button on the position you want to exit
3. Confirm the closing transaction in your wallet
4. Funds (minus fees and any losses) will be returned to your balance

***

## Next Steps

<CardGroup cols={2}>
  <Card title="Trading Guide" icon="book" href="/trading/overview">
    Learn advanced trading strategies and features.
  </Card>

  <Card title="Become a Matcher" icon="coins" href="/lending/overview">
    Earn interest by providing trading liquidity.
  </Card>

  <Card title="Understand Fees" icon="receipt" href="/trading/fees">
    Review the complete fee structure.
  </Card>

  <Card title="Join Community" icon="users" href="/community">
    Connect with other traders on Discord.
  </Card>
</CardGroup>

***

## Troubleshooting

<AccordionGroup>
  <Accordion title="Transaction stuck or pending">
    * Check that you have enough ETH for gas fees - Try increasing the gas limit
      in your wallet - Wait for network congestion to clear
  </Accordion>

  <Accordion title="Wallet won't connect">
    * Ensure you're on the Base network - Try refreshing the page - Clear your
      browser cache and reconnect - Try a different browser or wallet
  </Accordion>

  <Accordion title="Trade not executing">
    * Your trade may be waiting for a matcher to provide liquidity - Check the
      Pending Trades page for status - Larger positions may take longer to match
  </Accordion>
</AccordionGroup>

***

<Note>
  Need help? Join our [Discord community](https://discord.gg/62kNVXjnVG) or
  check the [Support](/support) page.
</Note>
