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

# Wallet Setup

> Configure your EVM wallet for trading on Limora

Limora works with any EVM-compatible wallet. This guide covers setup for the most popular options.

***

## Supported Wallets

<CardGroup cols={3}>
  <Card title="MetaMask" icon="mask">
    Most popular browser extension wallet
  </Card>

  <Card title="WalletConnect" icon="link">
    Connect mobile wallets via QR code
  </Card>

  <Card title="Coinbase Wallet" icon="wallet">
    Coinbase's self-custody wallet
  </Card>
</CardGroup>

Other compatible wallets include Rainbow, Trust Wallet, and any wallet supporting WalletConnect v2.

***

## MetaMask Setup

### Install MetaMask

<Steps>
  <Step title="Download Extension">
    Visit [metamask.io](https://metamask.io) and install the browser extension
    for Chrome, Firefox, Brave, or Edge.
  </Step>

  <Step title="Create or Import Wallet">
    Follow the prompts to create a new wallet or import an existing one using
    your seed phrase.
  </Step>

  <Step title="Secure Your Seed Phrase">
    Write down your 12-word seed phrase and store it securely offline. Never
    share it with anyone.
  </Step>
</Steps>

### Add Base Network

Base is an Ethereum Layer 2 network. Add it to MetaMask:

<Tabs>
  <Tab title="Automatic">
    Visit [Chainlist](https://chainlist.org/chain/8453) and click "Add to MetaMask"
  </Tab>

  <Tab title="Manual">
    1. Open MetaMask and click the network dropdown
    2. Select "Add Network" → "Add a network manually"
    3. Enter the following details:

    | Field           | Value                      |
    | --------------- | -------------------------- |
    | Network Name    | Base                       |
    | RPC URL         | `https://mainnet.base.org` |
    | Chain ID        | `8453`                     |
    | Currency Symbol | `ETH`                      |
    | Block Explorer  | `https://basescan.org`     |

    4. Click "Save"
  </Tab>
</Tabs>

***

## Funding Your Wallet

### Getting ETH for Gas

You'll need a small amount of ETH on Base for transaction fees:

1. **Bridge from Ethereum**: Use the [official Base Bridge](https://bridge.base.org)
2. **Buy on CEX**: Purchase ETH on Coinbase and withdraw to Base
3. **Cross-chain bridge**: Use bridges like Stargate or Hop

<Note>
  Gas fees on Base are very low (typically $0.01-0.10 per transaction), so $5-10
  of ETH is usually sufficient for many trades.
</Note>

### Getting USDC for Trading

USDC is the primary collateral token on Limora:

1. **Bridge from Ethereum**: Bridge USDC using the Base Bridge or Stargate
2. **Buy on CEX**: Purchase USDC on Coinbase and withdraw to Base
3. **Swap on DEX**: Use Uniswap or another Base DEX to swap ETH for USDC

**USDC on Base**: `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`

***

## Connecting to Limora

<Steps>
  <Step title="Visit Limora">
    Navigate to [limora.finance/trade](https://limora.finance/trade)
  </Step>

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

  <Step title="Select Your Wallet">
    Choose MetaMask, WalletConnect, or your preferred wallet from the list.
  </Step>

  <Step title="Approve Connection">
    In your wallet, review and approve the connection request.
  </Step>

  <Step title="Switch to Base">
    If prompted, approve the network switch to Base.
  </Step>
</Steps>

***

## WalletConnect Setup

For mobile wallets or hardware wallets:

<Steps>
  <Step title="Click Connect Wallet">
    On the Limora app, click "Connect Wallet"
  </Step>

  <Step title="Select WalletConnect">Choose the WalletConnect option</Step>

  <Step title="Scan QR Code">
    Open your mobile wallet app and scan the displayed QR code
  </Step>

  <Step title="Approve in Wallet">
    Confirm the connection request in your mobile wallet
  </Step>
</Steps>

***

## Hardware Wallet Support

For enhanced security, use a hardware wallet with MetaMask:

### Ledger

1. Install the Ledger Live app and update your device firmware
2. Install the Ethereum app on your Ledger
3. In MetaMask, go to Settings → Hardware Wallet → Ledger
4. Connect your Ledger and select an account

### Trezor

1. Connect your Trezor device
2. In MetaMask, go to Settings → Hardware Wallet → Trezor
3. Follow the prompts to connect and select an account

<Warning>
  Always verify transaction details on your hardware wallet screen before
  confirming.
</Warning>

***

## Security Best Practices

<AccordionGroup>
  <Accordion title="Protect Your Seed Phrase">
    * Never store your seed phrase digitally (no photos, no cloud storage) -
      Write it down on paper and store in a secure location - Consider using a
      metal backup for fire/water resistance - Never share your seed phrase with
      anyone
  </Accordion>

  <Accordion title="Use a Hardware Wallet">
    For significant funds, use a hardware wallet like Ledger or Trezor. This keeps
    your private keys offline and secure.
  </Accordion>

  <Accordion title="Verify Transactions">
    Always review transaction details before signing: - Check the recipient
    address - Verify the amount and token - Confirm you're on the correct network
  </Accordion>

  <Accordion title="Beware of Phishing">
    * Bookmark the official Limora URL - Never click wallet connection links from
      DMs or emails - Limora will never ask for your seed phrase - Verify the URL in
      your browser before connecting
  </Accordion>

  <Accordion title="Revoke Unused Approvals">
    Periodically review and revoke token approvals you no longer need using
    [Revoke.cash](https://revoke.cash).
  </Accordion>
</AccordionGroup>

***

## Troubleshooting

<AccordionGroup>
  <Accordion title="Wallet won't connect">
    * Refresh the page and try again - Clear browser cache and cookies - Disable
      conflicting browser extensions - Try a different browser - Ensure you're on
      Base network
  </Accordion>

  <Accordion title="Wrong network error">
    * Open MetaMask and switch to Base network - If Base isn't available, add it
      manually using the steps above
  </Accordion>

  <Accordion title="Transaction pending forever">
    * Check Base network status at [basescan.org](https://basescan.org) - Try
      speeding up the transaction in MetaMask - If stuck, you may need to cancel and
      retry
  </Accordion>

  <Accordion title="Balance not showing">
    * Refresh the page - Check that you're connected to the correct network -
      Import the token contract address manually in MetaMask
  </Accordion>
</AccordionGroup>

***

## Next Steps

<CardGroup cols={2}>
  <Card title="Platform Navigation" icon="compass" href="/trading/navigation">
    Learn your way around the Limora interface.
  </Card>

  <Card title="Opening Trades" icon="arrow-right" href="/trading/opening-trades">
    Open your first leveraged position.
  </Card>
</CardGroup>
