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

# 👛 Connect Your Wallet

> Set up your Solana wallet to start playing on Dubs

<video autoPlay muted loop playsInline controls style={{ borderRadius: '0.5rem', width: '100%', marginBottom: '1.5rem' }}>
  <source src="https://mintcdn.com/dubs/3V6s3PMyUmeXKvLN/images/dubs-connect-wallet.mp4?fit=max&auto=format&n=3V6s3PMyUmeXKvLN&q=85&s=79d5b0179b0bcfae4ccfad0ec6562e62" type="video/mp4" data-path="images/dubs-connect-wallet.mp4" />
</video>

## Supported Wallets

Dubs supports all major Solana wallets:

<CardGroup cols={3}>
  <Card title="Phantom" icon="ghost">
    The most popular Solana wallet
  </Card>

  <Card title="Solflare" icon="sun">
    Feature-rich Solana wallet
  </Card>

  <Card title="Other Wallets" icon="wallet">
    Any Solana-compatible wallet
  </Card>
</CardGroup>

## Step-by-Step Guide

<Steps>
  <Step title="Install a Wallet">
    If you don't have a Solana wallet, download [Phantom](https://phantom.app) or [Solflare](https://solflare.com) and create a new wallet.

    <Warning>
      **Save your seed phrase!** This is the only way to recover your wallet if you lose access.
    </Warning>
  </Step>

  <Step title="Fund Your Wallet">
    You'll need SOL to place bets and pay for transaction fees. You can:

    * Transfer SOL from an exchange (Coinbase, Kraken, etc.)
    * Buy SOL directly in Phantom with a credit card
    * Receive SOL from a friend
  </Step>

  <Step title="Visit Dubs">
    Go to [dubs.app](https://dubs.app) and click the **Connect Wallet** button.
  </Step>

  <Step title="Approve the Connection">
    Your wallet will ask you to approve the connection. Click **Connect** to continue.

    <Info>
      Dubs will never ask for your seed phrase or private keys.
    </Info>
  </Step>

  <Step title="Sign In">
    To create your Dubs account, you'll sign a message with your wallet. This proves you own the wallet without sharing any sensitive information.
  </Step>

  <Step title="Create Your Profile">
    Choose a username and avatar for your Dubs profile. You can also enter a referral code if a friend invited you.
  </Step>
</Steps>

## You're Ready!

Once connected, you can:

<CardGroup cols={2}>
  <Card title="Create a Game" icon="plus" href="/guides/create-game">
    Start a new betting game on any upcoming sports event
  </Card>

  <Card title="Join a Game" icon="right-to-bracket" href="/guides/join-game">
    Join a game created by a friend
  </Card>
</CardGroup>

## Troubleshooting

<AccordionGroup>
  <Accordion title="Wallet not connecting?">
    * Make sure your wallet extension is installed and unlocked
    * Try refreshing the page
    * Check that you're on the correct network (Solana Mainnet)
    * Disable other wallet extensions that might conflict
  </Accordion>

  <Accordion title="Transaction failing?">
    * Ensure you have enough SOL for the bet plus a small transaction fee (\~0.001 SOL)
    * Check your internet connection
    * Try again - Solana occasionally has network congestion
  </Accordion>

  <Accordion title="Can't see my balance?">
    * Refresh the page
    * Check that your wallet is connected (look for your address in the top right)
    * Verify your SOL balance in your wallet app
  </Accordion>
</AccordionGroup>
