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

# Wallet Setup

> Connect and configure your crypto wallet for Winstory

# Wallet Setup

A crypto wallet is required to use Winstory. This guide will help you set up and connect your wallet.

## Supported Wallets

Winstory supports the following wallet providers:

<CardGroup cols={3}>
  <Card title="MetaMask" icon="wallet" href="https://metamask.io">
    Most popular browser extension wallet
  </Card>

  <Card title="Coinbase Wallet" icon="wallet" href="https://www.coinbase.com/wallet">
    User-friendly mobile and browser wallet
  </Card>

  <Card title="WalletConnect" icon="wallet" href="https://walletconnect.com">
    Connect any WalletConnect-compatible wallet
  </Card>
</CardGroup>

## Step-by-Step Setup

### Option 1: MetaMask (Recommended)

1. **Install MetaMask**
   * Visit [metamask.io](https://metamask.io)
   * Click "Download" and install the browser extension
   * Create a new wallet or import an existing one

2. **Add Base Sepolia Network**
   * Open MetaMask
   * Click the network dropdown (top center)
   * Click "Add Network" → "Add a network manually"
   * Enter the following details:
     ```
     Network Name: Base Sepolia
     RPC URL: https://sepolia.base.org
     Chain ID: 84532
     Currency Symbol: ETH
     Block Explorer: https://sepolia.basescan.org
     ```

3. **Get Test ETH**
   * Visit [Base Sepolia Faucet](https://www.coinbase.com/faucets/base-ethereum-goerli-faucet)
   * Connect your wallet
   * Request test ETH (you'll need it for gas fees)

4. **Connect to Winstory**
   * Visit [winstory.io](https://winstory.io)
   * Click "Connect Wallet"
   * Select MetaMask
   * Approve the connection

### Option 2: Coinbase Wallet

1. **Install Coinbase Wallet**
   * Download from [coinbase.com/wallet](https://www.coinbase.com/wallet)
   * Create or import a wallet

2. **Connect to Winstory**
   * Visit winstory.io
   * Click "Connect Wallet"
   * Select Coinbase Wallet
   * Approve the connection

<Info>
  Coinbase Wallet automatically supports Base Sepolia network. No manual configuration needed!
</Info>

## Wallet Security

<Warning>
  **Never share your private key or seed phrase with anyone!** Winstory will never ask for these.
</Warning>

### Best Practices

* ✅ Store your seed phrase securely (offline, never digital)
* ✅ Use a hardware wallet for large amounts
* ✅ Enable two-factor authentication where available
* ✅ Verify you're on the correct website (winstory.io)
* ❌ Never share your private key
* ❌ Don't click suspicious links
* ❌ Don't approve transactions you don't understand

## Troubleshooting

### Wallet Won't Connect

1. **Check Browser Extension**
   * Ensure MetaMask/Coinbase Wallet extension is installed and enabled
   * Refresh the page
   * Try a different browser

2. **Check Network**
   * Ensure you're connected to Base Sepolia network
   * Switch networks in your wallet if needed

3. **Clear Cache**
   * Clear browser cache and cookies
   * Try incognito/private mode

### Insufficient Funds

* You need ETH for gas fees on Base Sepolia
* Get test ETH from the [Base Sepolia Faucet](https://www.coinbase.com/faucets/base-ethereum-goerli-faucet)
* Gas fees are typically very low on Base Sepolia (\< \$0.01)

### Transaction Failed

* Check you have enough ETH for gas
* Ensure you're on the correct network (Base Sepolia)
* Try increasing gas limit if transaction times out

## Next Steps

Once your wallet is connected:

1. [Authenticate with Email](/getting-started/authentication)
2. [Create Your First Campaign](/for-creators/campaign-creation) (for creators)
3. [Explore and Complete Stories](/for-completers/explorer) (for completers)

## Need Help?

* [Troubleshooting Guide](/support/troubleshooting)
* [Contact Support](/support/contact)
