# Quick Start

{% hint style="success" %}
**Prerequisites:** A Web3 wallet (MetaMask, Coinbase Wallet, etc.) and some USDC on Base network.
{% endhint %}

## Step 1: Connect Your Wallet

1. Navigate to the BaseCase app
2. Click **Connect Wallet** in the top right
3. Select your wallet provider
4. Approve the connection request

{% hint style="info" %}
**Network:** Make sure you're connected to **Base** (Chain ID: 8453). The app will prompt you to switch if needed.
{% endhint %}

***

## Step 2: Browse Markets

Explore available prediction markets:

| Status         | Description                                           |
| -------------- | ----------------------------------------------------- |
| 🟢 **Bonding** | Market is bootstrapping. Lower fees after graduation! |
| 🔵 **Trading** | Graduated market with full order book                 |
| ⚪ **Resolved** | Market has ended. Claim your winnings!                |

***

## Step 3: Buy Outcome Shares

### During Bonding Phase

```
1. Select a market in "Bonding" status
2. Choose YES or NO
3. Enter your USDC amount
4. Review the quote:
   ├── Tokens received
   ├── Average price
   └── No fees during bonding!
5. Click "Bond" to confirm
```

### After Graduation

```
1. Select a graduated market
2. Choose Buy or Sell
3. Place a market order (instant) or limit order (specific price)
4. Confirm the transaction
```

***

## Step 4: Monitor Your Position

Track your investments:

| Metric            | Description                     |
| ----------------- | ------------------------------- |
| **Shares**        | Number of YES/NO shares you own |
| **Avg Price**     | Your average entry price        |
| **Current Value** | Shares × current price          |
| **P\&L**          | Profit or loss in USDC          |

***

## Step 5: Claim Winnings

After a market resolves:

{% stepper %}
{% step %}

#### Check Outcome

The market shows **YES** or **NO** as the final result.
{% endstep %}

{% step %}

#### Verify Your Position

If you hold winning shares, you'll see your claimable amount.
{% endstep %}

{% step %}

#### Claim

Click **Claim Winnings** to receive $1 per winning share.
{% endstep %}
{% endstepper %}

{% hint style="success" %}
**Winner Profit Guarantee:** Winners receive exactly $1 per winning share. Bonding participants who hold to resolution also share the OG bonus pool.
{% endhint %}

***

## Fee Structure

| Phase              | Fee    | Split                                    |
| ------------------ | ------ | ---------------------------------------- |
| Bonding (Buy/Sell) | **0%** | No fees during bonding                   |
| Graduation         | 2.0%   | 50% Protocol / 25% Stakers / 25% Creator |
| Trading (Taker)    | \~0.2% | 50% Protocol / 25% Stakers / 25% Creator |
| Trading (Maker)    | 0%     | —                                        |

***

## Common Actions

<details>

<summary><strong>🔄 Sell Before Resolution</strong></summary>

You can sell your tokens anytime before resolution:

**During Bonding:** Sell at the current bonding curve price (no fees).

**After Graduation:** Place a sell order on the order book (\~0.2% taker fee).

</details>

<details>

<summary><strong>💰 Create a Market</strong></summary>

1. Click **Create Market**
2. Enter your question (e.g., "Will ETH reach $5000 by Dec 31?")
3. Set the resolution date
4. Submit—no capital required!

You'll earn 50% of all fees generated by your market.

</details>

<details>

<summary><strong>⚡ Get USDC on Base</strong></summary>

Options to get USDC on Base:

1. **Bridge from Ethereum:** Use the official Base Bridge
2. **CEX Withdrawal:** Withdraw directly from Coinbase to Base
3. **Swap on Base:** Convert ETH to USDC on Uniswap

</details>

***

## Next Steps

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>🌊 Learn Shadow Liquidity</strong></td><td>Understand how zero-capital markets work</td><td><a href="/pages/Uaicz3dFIuMOfbPK9teL">/pages/Uaicz3dFIuMOfbPK9teL</a></td></tr><tr><td><strong>⚖️ How Resolution Works</strong></td><td>UMA Oracle, bonds, and disputes</td><td><a href="/pages/TlYFbfZxobasGzf9lzKi">/pages/TlYFbfZxobasGzf9lzKi</a></td></tr><tr><td><strong>📈 Trading Strategies</strong></td><td>Advanced techniques for prediction markets</td><td><a href="/pages/s5Du9i1bSFSTILey7736">/pages/s5Du9i1bSFSTILey7736</a></td></tr></tbody></table>


---

# 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://docs.basecase.gg/getting-started/quick-start.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.
