Limitless is an onchain prediction-market venue where traders buy and sell shares tied to future outcomes. Most markets use YES and NO shares, winning shares settle at $1, and USDC on Base is the collateral in the current venue documentation. The detail that changes the trading experience is market structure: Limitless supports central-limit-order-book markets and retains AMM markets, so two screens carrying the same venue name may quote and execute differently.
What is Limitless Exchange?
Limitless turns a question about the future into tradable outcome shares. A binary market usually has YES and NO shares. If the market resolves YES, each winning YES share can settle for $1 and the NO shares settle for $0; the reverse applies when the market resolves NO.
That payout structure makes a share price readable as an implied probability. A 40-cent YES price is often summarized as roughly 40%, but the shortcut has limits. The last trade, midpoint, best ask, and average price for a larger order can all be different numbers.
The written market rule remains authoritative. A good title cannot rescue a contract with the wrong date, threshold, resolution source, or exceptional-case language.
Why Base and USDC matter
Limitless currently operates on Base, an Ethereum layer-2 network, and uses USDC as collateral. Before a market resolves, one YES share plus one NO share for the same binary condition can be combined back into one unit of collateral under the venue’s documented mechanics.
For a trader, the practical consequences are more important than the labels:
- USDC on another chain is not the same destination balance as USDC on Base.
- A wallet address alone does not prove that the asset and network are correct.
- Token approvals and wallet readiness can be required before execution.
- A smart-wallet flow may sponsor network fees, while an externally owned wallet can require its own transaction approvals and gas handling.
Never send funds based on an old screenshot. Use the current funding screen and verify the network, asset, address, and route immediately before transferring.
CLOB and AMM are two different market structures
| Question | CLOB market | AMM market |
|---|---|---|
| Who provides the other side? | Resting bids and asks from traders or market makers | An onchain liquidity pool |
| What sets the next price? | The best matching order-book level | The pool formula and current reserves |
| Main execution control | Market versus limit order, price, and size | Spend or receive amount plus slippage bound |
| Common failure state | No match, partial availability, or an unfilled limit order | Quote movement, insufficient pool liquidity, or slippage rejection |
| What to inspect | Bid, ask, spread, depth, order status | Current quote, price impact, minimum received, pool liquidity |
Swipe to view all columns →
This distinction is not cosmetic. Advice that is correct for a resting limit order can be meaningless for an AMM trade.
How a Limitless CLOB works
A central limit order book collects offers from market participants. Each outcome has bids from buyers and asks from sellers.
Suppose the highest YES bid is 49 cents and the lowest YES ask is 51 cents:
- 49 cents is what the best current buyer offers;
- 51 cents is what the best current seller requests;
- the two-cent difference is the bid–ask spread;
- a new buyer seeking immediate execution starts against the ask side, not the midpoint.
The visible best price may cover only a small number of shares. A larger order can consume several ask levels, increasing its average price. That is why depth and estimated execution matter alongside the headline odds.
Market orders versus limit orders
A CLOB market order prioritizes immediate execution against available liquidity. Limitless describes these as quick trades at the best available price, while warning that the execution price may move between viewing and matching.
A limit order sets the highest price a buyer will pay or the lowest price a seller will accept. If it cannot match immediately, it can remain in the book. Price control does not guarantee execution.
| Goal | More relevant order | Main tradeoff |
|---|---|---|
| Execute now in a liquid book | Market order | Average price can worsen through depth or movement |
| Refuse prices beyond a threshold | Limit order | The order may remain open or never fill |
| Provide liquidity | Resting limit order | Capital and shares can remain locked while the order is open |
Swipe to view all columns →
Hunch’s live review should be treated as the authoritative description of what the selected venue and market support. Do not assume that every Limitless market exposes both order types through every interface.
How an AMM market works
An automated market maker holds collateral and outcome shares in a pool. A trade changes the balance of that pool, and the pricing formula produces the next quote. The larger the order relative to available liquidity, the greater the potential price impact.
An AMM review should therefore answer:
- how much collateral will be spent or returned;
- the expected number of outcome shares;
- the minimum shares received or maximum shares spent after slippage protection;
- whether the necessary collateral or outcome-token approval is confirmed;
- whether the quote is still current.
Limitless’s current API documentation exposes a market-type field that distinguishes AMM and CLOB listings. That implementation detail is why you should identify the live market structure before applying order-book or pool-based instructions.
Fees are part of the market type
The official fee page currently distinguishes flat AMM fees from dynamic CLOB taker fees and states that maker orders resting in the book are not charged the same taker fee. Those values and programs can change, so the live ticket and current official fee page should be checked before publishing or trading.
The important mental model is stable:
- Determine whether the action adds or removes liquidity.
- Check the current fee for that market and action.
- Include spread and price impact, not only the explicit fee.
- Compare net execution, not promotional headline percentages.
Wallet types change the approval experience
Limitless documents externally owned accounts, embedded wallets, and smart wallets. They can present different signing and gas experiences:
- an external wallet can request an approval in the wallet interface;
- a social-login flow can use an embedded wallet inside the application;
- a smart wallet can support sponsored gas and batched behavior.
These are execution models, not quality rankings. The appropriate questions are who controls the signer, what the application may submit, which approvals exist, and how access can be reviewed or revoked.
How Hunch fits into the workflow
Hunch aggregates market discovery and venue context. A Limitless listing can appear in Markets, Discovery, Similar markets, or cross-venue comparison surfaces. From there, the event ticket shows the selected venue and available execution path.
That reduces tab switching, but it does not make different contracts interchangeable. Before choosing a venue, compare:
- the exact contract wording;
- deadline and resolution source;
- YES and NO mapping;
- executable price and available size;
- fees and market type;
- destination balance and approval readiness.
Common mistakes
- Sending USDC on the wrong network.
- Treating the last trade as a guaranteed buy price.
- Calling every Limitless market an order-book market.
- Expecting a limit order to fill because the displayed probability touched the limit.
- Ignoring token approvals, locked balances, or open orders.
- Comparing fees without including spread, depth, and price impact.
- Assuming two similarly titled markets share identical settlement rules.