Getting Started#
A hands-on lesson: connect your wallet, place your first trade, and collect your first payout.
Before you trade real money, read Risks. It is short, honest, and explains what can go wrong — including the one mistake that costs beginners real money: forgetting to claim after a market resolves.
Seesaw is a permissionless binary prediction-market protocol on Solana. For a full product overview see the docs landing page; for how the mechanics work under the hood see How It Works.
Prerequisites#
You'll need:
- A Solana wallet (Phantom, Solflare, or Backpack recommended)
- SOL for transaction fees (~0.01 SOL is enough to start)
- USDT for trading
Step 1: Connect Your Wallet#
- Navigate to seesaw.markets
- Click Connect Wallet in the top right
- Select your wallet from the list
- Approve the connection request in your wallet
Your wallet address will appear in the navbar when connected. Connecting never moves funds — money only leaves your wallet when you place an order and approve that transaction.
Step 2: Browse Markets#
The main view shows a list of active markets. Each entry shows the asset (e.g. SOL/USD), the time remaining in the window, and the current YES/NO prices. The Order Book panel shows resting bids and asks; the Order Form is where you place trades; Positions (Portfolio tab) tracks your open P&L.
When choosing a market, look at:
- Time remaining — a market about to close leaves little room for your order to fill.
- Order book depth — more resting orders mean better prices and easier fills.
- The asset you know — trade the chart you actually follow.
Step 3: Choose a Side#
Each market is a price-direction window with a configurable duration, from 60 seconds to 7 days. Every market asks the same question — will the asset close higher or lower than it started? — across supported Pyth price feeds, with SOL/USD, BTC/USD, and ETH/USD as the seed markets at launch.
Pick your side:
- YES — you think the asset will be higher (or exactly flat) at the end of the window.
- NO — you think it will be lower.
You should see the order book's current best bid and ask prices. A YES share at 0.60 means the market currently prices "up" at about 60%.
Step 4: Place Your First Trade#
- Select the YES or NO tab
- Enter quantity (number of shares)
- Set your limit price (between 0.01 and 0.99 USDT per share)
- Click Buy YES (or Buy NO)
- Approve the transaction in your wallet
Your cost is price × quantity: buying 100 YES at 0.60 locks 60 USDT (plus a
small taker fee if your order matches immediately). If your price doesn't match
anyone right away, the order rests on the book until someone matches it,
you cancel it, or trading ends.
Note: resting orders must sit reasonably close to the current market price (within a protocol-enforced price band). If your price is too far from the action the order is rejected before it ever rests — see Why was my order rejected? for the details.
The share price is both the probability and your cost. Buying 100 YES at 0.60 means you are paying 60 USDT for 100 shares that pay 100 USDT if YES wins — a 40 USDT profit. A deeper table of price/probability/profit values is in Understanding Shares.
Tip: use a limit order and set a price you're comfortable with. IOC orders can also be used to "buy at market" with an on-chain worst-price protection bound.
Step 5: Wait for Resolution#
After the market's duration window closes:
- The end price is captured from Pyth (anyone can trigger this — it's permissionless)
- The market resolves: UP if end ≥ start, DOWN otherwise (an exactly unchanged price resolves UP)
- Winning shares become redeemable for 1 USDT each
If Pyth can't supply a usable price even after a generous waiting period (7 days past the market's end, by default), the market expires instead of resolving, and both YES and NO shares redeem at 0.50 USDT — nobody's funds are stranded by an oracle outage.
Step 6: Claim Winnings#
- Go to Portfolio
- Find the resolved market
- Click Claim next to winning positions
- Approve the transaction
- USDT is transferred to your wallet
Claiming also returns any collateral still locked in your unfilled buy orders from that market.
⚠️ Don't forget to claim#
Winnings are not pushed to your wallet automatically — you redeem them. Starting 7 days after a market resolves, the market becomes eligible for permissionless teardown: cleanup transactions settle leftover positions (paying owners what they are owed where possible) and then erase the market, sweeping anything still abandoned — including forfeited leftovers from abandoned resting orders — to the market creator.
The safe habit: claim every resolved market within a few days. Details and the exact timeline are in Risks and Claiming Winnings.
Next Steps#
- Before trading real funds: read Risks — the 7-day claim deadline is the one risk entirely in your hands.
- Dive deeper: For Traders — task guides for placing orders, managing positions, creating markets, and referrals.
- Understand the mechanics: How It Works — the order book, oracle, and settlement explained.
- Prefer the command line? See CLI examples.
Common questions ("what if my order doesn't fill?", "what are the fees?", "what if the price doesn't change?") are answered in the FAQ.