> For the complete documentation index, see [llms.txt](https://handbook.spend.market/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://handbook.spend.market/markets/elastic-markets/phase-2-open-market.md).

# Phase 2: Open Market

When a market graduates, it becomes a full central limit order book (CLOB) and trades like an exchange.

**Yield keeps running.** Graduating to Open Market doesn't pause your yield. Any USDC you're holding — your available balance, and the cash reserved behind a resting limit order that hasn't filled — stays in the vault and keeps earning, passed through to you. Your capital works even while it waits at your price.

**What changes at graduation:** the pool freezes, your Phase 1 position becomes a tradable balance of outcome tokens, and an order book opens with resting buy and sell orders.

### How trading works

* **Limit orders** rest on the book at your price until taken or canceled. They add liquidity; limit orders are "makers."
* **Market orders** take the best available price and fill immediately. They consume liquidity; market orders are "takers."
* **Price-time priority.** At the same price, the earliest order fills first.

Why it matters: you can exit early (up 40%? sell and lock in profits), be precise (rest a limit bid at your number and let the market come to you), and layer in across price points.

Makers earn a rebate per fill; takers pay a fee per fill. See [Fees](/markets/fees.md).

The book is anchored by the complete sets mechanism, which keeps outcome prices summing to \~$1.00. See [Graduation & Complete Sets](/markets/graduation-and-complete-sets.md).

**At resolution:** winning tokens redeem for $1.00 each, with the 1% net-profit fee applied only to your winnings; losing tokens go to zero; ties are refunded in full.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://handbook.spend.market/markets/elastic-markets/phase-2-open-market.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
