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

# Overview

> A self-custodial Solana wallet built into your browser.

The Jupiter Extension Wallet is a browser extension that lets you manage Solana assets, swap tokens, and interact with dApps directly from your browser toolbar.

It is fully **self-custodial** (only you control your keys and funds): your private keys and recovery data are stored locally on your device. Jupiter never has access to your keys or funds.

## Supported Browsers

<CardGroup cols={3}>
  <Card title="Chrome" href="https://chromewebstore.google.com/detail/jupiter-wallet/iledlaeogohbilgbfhmbgkgmpplbfboh" />

  <Card title="Brave" href="https://chromewebstore.google.com/detail/jupiter-wallet/iledlaeogohbilgbfhmbgkgmpplbfboh" />

  <Card title="Arc" href="https://chromewebstore.google.com/detail/jupiter-wallet/iledlaeogohbilgbfhmbgkgmpplbfboh" />

  <Card title="Edge" href="https://chromewebstore.google.com/detail/jupiter-wallet/iledlaeogohbilgbfhmbgkgmpplbfboh" />

  <Card title="Opera" href="https://chromewebstore.google.com/detail/jupiter-wallet/iledlaeogohbilgbfhmbgkgmpplbfboh" />
</CardGroup>

<Note>
  All supported browsers are Chromium-based and install the extension from the Chrome Web Store. Edge and Opera users may need to allow extensions from the Chrome Web Store in their browser settings. Firefox support is not yet available.
</Note>

## What You Can Do

<CardGroup cols={2}>
  <Card title="Swap tokens" icon="arrow-right-arrow-left">
    Powered by [Jupiter Ultra](user-docs/trade/swap) (Jupiter's swap infrastructure for fast, optimised execution on Solana).
  </Card>

  <Card title="Send and receive" icon="paper-plane">
    Any Solana token, directly from the extension.
  </Card>

  <Card title="Track holdings and PnL" icon="chart-line">
    View portfolio performance and Profit and Loss (PnL) across your wallet activity.
  </Card>

  <Card title="Ticker Widget" icon="chart-bar">
    Detects token and stock tickers on websites you visit and displays price, chart, and a swap button.
  </Card>

  <Card title="Auto-Earn" icon="piggy-bank">
    Automatically deposit idle funds into Jupiter Earn to generate yield.
  </Card>

  <Card title="Browse NFTs" icon="image">
    View NFTs held in your wallet.
  </Card>

  <Card title="DeFi positions" icon="layer-group">
    Overview of positions across 160+ Solana protocols.
  </Card>

  <Card title="Transaction protection" icon="shield-halved">
    Built-in detection and filtering of hidden fees injected by malicious browser extensions.
  </Card>

  <Card title="Connect to dApps" icon="plug">
    One-click connection to Solana dApps.
  </Card>

  <Card title="Hardware wallets" icon="shield">
    Ledger, Keystone, and Trezor support.
  </Card>

  <Card title="Sync with mobile" icon="mobile">
    Access the same wallet on desktop and mobile via Jupiter Sync.
  </Card>
</CardGroup>

## Fees

There are no fees for sending or receiving tokens.

Swaps use [Jupiter Ultra](user-docs/trade/swap) and are subject to a trading fee that depends on the token pair and market conditions:

| Swap type      | Fee                                                                     |
| -------------- | ----------------------------------------------------------------------- |
| Regular trades | 0% to 0.5%, depending on pair volatility. Stable pairs may have no fee. |
| Gasless trades | Up to 10% maximum surcharge (see below).                                |

### Gasless Trades

Gasless execution activates only when you don't have enough SOL to cover gas costs (signature fees, priority fees, rent). It is not a default mode.

The fee is calculated from the USD value of the SOL paid on your behalf, converted into an equivalent amount of the output token. The surcharge is fixed per transaction (not proportional to trade size), so larger swaps result in a lower effective percentage. The maximum surcharge is 10%. If the fee would exceed that threshold, the swap will not execute, which means there is a minimum trade size for gasless swaps.

<Tip>
  Gasless is primarily useful for onboarding: for example, receiving USDC into a new wallet and swapping without needing to acquire SOL first. When possible, holding a small SOL balance for gas will result in lower fees than relying on gasless execution.
</Tip>

<Warning>
  Fees shown here reflect the current structure and may change. Always review the quoted fee before confirming a swap.
</Warning>

## Verifying the Official Extension

To make sure you're installing the real Jupiter Extension Wallet:

<Steps>
  <Step title="Go to the official listing">
    Install only from the [Chrome Web Store](https://chromewebstore.google.com/detail/jupiter-wallet/iledlaeogohbilgbfhmbgkgmpplbfboh).
  </Step>

  <Step title="Check the publisher">
    Confirm it is published by **[extension@jup.ag](mailto:extension@jup.ag)**.
  </Step>
</Steps>

<Warning>
  Any other links, installers, or download packages claiming to be the Jupiter Wallet are not official and should be avoided.
</Warning>

## Updates

The extension updates automatically when a new version is released. Restarting your browser will usually trigger the update.

To check manually, go to `chrome://extensions/`, enable **Developer mode** (top right), and click **Update**.

## Open Source Status

The Jupiter Extension Wallet is not open-source at this time. The team is working toward making the code publicly available.
