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

# Getting Started

> Install the extension, create or import a wallet, and connect your hardware device or mobile app.

## Installation

Install the Jupiter Extension Wallet from the [official Chrome Web Store listing](https://chromewebstore.google.com/detail/jupiter-wallet/iledlaeogohbilgbfhmbgkgmpplbfboh). Confirm the publisher is **[extension@jup.ag](mailto:extension@jup.ag)** before installing.

***

## Creating a Wallet

When you open the extension for the first time, select **Create a New Wallet**. Two methods are available:

<Tabs>
  <Tab title="Seed Phrase">
    Select **New Seed Phrase**. The extension generates a 24-word recovery phrase. Write it down and store it offline in a safe location.

    <Warning>
      Anyone with access to your seed phrase has full control of your wallet. Never share it, screenshot it, or store it digitally.
    </Warning>
  </Tab>

  <Tab title="Social Login">
    Select **Social Login** to create a wallet using **Google**, **Apple**, **X (Twitter)**, or **Discord**. Powered by **Privy** (a third-party authentication and key management provider).

    <Warning>
      If you lose access to your social account, there is no way to recover the wallet. There is no self-recovery mechanism for social login wallets.
    </Warning>
  </Tab>
</Tabs>

<Accordion title="Already set up? Adding another wallet">
  1. Click your wallet name (top left).
  2. Select **Add New Wallet** → **Create New Wallet**.
  3. Choose **New Seed Phrase**, **Existing Seed Phrase** (to derive from a phrase already in the extension), or **Social Login**.
</Accordion>

***

## Importing a Wallet

You can import an existing Solana wallet. From the wallet list: **Add New Wallet** → **Import Existing Wallet**.

<AccordionGroup>
  <Accordion title="Using a seed phrase">
    Enter your 12 or 24-word seed phrase. Your wallet and assets will appear after confirmation.
  </Accordion>

  <Accordion title="Using a private key">
    Paste your private key to import the wallet directly.
  </Accordion>

  <Accordion title="Using a social login">
    Sign in with **Google**, **Apple**, **X (Twitter)**, or **Discord** to import a wallet previously created with that account.
  </Accordion>
</AccordionGroup>

<Note>
  If this is your first time opening the extension, the Welcome screen offers the same import options.
</Note>

***

## Hardware Wallets

From the wallet list: **Add New Wallet** → **Hardware Wallet**, then choose your device.

<AccordionGroup>
  <Accordion title="Ledger">
    Connect and unlock your device, approve browser permissions, then open the **Solana app** on the Ledger.

    Ledger supports swaps, Limit Orders v2, and Prediction claiming through the extension. Tested on Nano X and Nano S Plus.

    <Note>
      The Ledger Nano S has been discontinued by Ledger and may not be fully functional with all features.
    </Note>
  </Accordion>

  <Accordion title="Keystone">
    Connect and unlock your device, approve the connection request, then approve browser permissions.
  </Accordion>

  <Accordion title="Trezor">
    Connect and unlock your device, approve browser permissions, and follow any additional prompts.
  </Accordion>
</AccordionGroup>

***

## Watch Address

Add any Solana address as a **watch-only** wallet to view its balances and activity. This is read-only: no signing, no sending.

From the wallet list: **Add New Wallet** → **Import Existing Wallet** → **Watch Address**.

***

## Syncing with Jupiter Mobile

Access the same wallet on desktop and mobile using **Jupiter Sync**.

<Steps>
  <Step title="Open the sync flow">
    Click your wallet name (top left) → **Add New Wallet** → **Import Existing Wallet** → **Jupiter Mobile**.
  </Step>

  <Step title="Scan the QR code">
    A QR code appears. Open the **Jupiter Mobile app** → **Settings** → **Jupiter Sync** and scan it.
  </Step>
</Steps>

<CardGroup cols={2}>
  <Card title="App Store" href="https://apps.apple.com/us/app/jupiter-mobile-solana-wallet/id6484069059" />

  <Card title="Google Play" href="https://play.google.com/store/apps/details?id=ag.jup.jupiter.android" />
</CardGroup>
