# Connecting Your Wallet

## Connecting Your Wallet

To interact with PredictBase, you need to connect a Web3-compatible wallet. This enables you to trade, create markets, and claim winnings — all while maintaining full control over your funds.

PredictBase supports:

* MetaMask
* Coinbase Wallet
* Base App
* Trust Wallet
* Browser Wallet
* Ledger
* Binance Wallet
* OKX Wallet
* Zerion
* Bitget Wallet
* Gate Wallet
* Kraken Wallet
* Bybit Wallet
* Phantom
* Rainbow
* Uniswap Wallet
* or connect via WalletConnect for other wallets.

***

### Step-by-Step: Connect Your Wallet

#### 1. Visit the Platform

Go to <https://predictbase.app> in your browser.

#### 2. Click “Connect Wallet”

* Find the **Connect Wallet** button in the top-right corner.
* Click it to open the wallet provider selection menu.

#### 3. Select a Wallet Provider

* Select a wallet provider from the list of available wallets.

#### 4. Approve the Connection

* Your wallet will prompt you to confirm.
* Click **Connect** to authorize PredictBase to interact with your wallet (view your address and initiate transactions).

Once connected, your wallet address will appear at the top of the site.

***

### Switching to Base Network

If you're not already on **Base Mainnet**, your wallet may prompt you to switch. If not, you can add it manually:

**Network Name: Base Mainnet**&#x20;

**New RPC URL:** [**https://mainnet.base.org**](https://mainnet.base.org)&#x20;

**Chain ID: 8453**&#x20;

**Currency Symbol: ETH**&#x20;

**Block Explorer URL:** [**https://basescan.org**](https://basescan.org)

Most modern wallets will automatically detect and switch networks when prompted by PredictBase.

***

### Troubleshooting Tips

* **No wallet detected?**
  * Make sure your wallet extension is installed.
  * Try using WalletConnect if on mobile.
* **Still connected to the wrong network?**
  * Open your wallet settings and manually switch to Base Mainnet.
* **Connection errors?**
  * Refresh the page, clear browser cache, or try a different browser.

Need help? Visit the [Wallet Troubleshooting](/docs/getting-started/wallet-troubleshooting.md)

***

Once connected, you’re ready to trade, create markets, and claim rewards — all powered by your secure wallet connection.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://predictbase.gitbook.io/docs/getting-started/connecting-your-wallet.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
