> ## Documentation Index
> Fetch the complete documentation index at: https://docs.opersa.company/llms.txt
> Use this file to discover all available pages before exploring further.

# Liquidity

> How OperSa gives a rare asset a real, tradable market.

A fair value is not a market. You can know exactly what a watch is worth and still have nowhere to trade it, because there is nothing on the other side. Liquidity is the other side. It is what lets you buy now, sell later, and move size without the price falling apart.

Every OperSa market ships with liquidity built in.

## Depth, not just a price

<CardGroup cols={2}>
  <Card title="A pool per market" icon="water">
    Each market is seeded with a liquidity pool that provides depth to trade against. The pool is the book. It is what your order fills into, so you are never waiting for a matching counterparty to show up.
  </Card>

  <Card title="Distributed participants" icon="users">
    Alongside the pool, each market carries a set of participants holding small, distributed positions. No single account dominates the holder list, so the market looks and behaves like a real one.
  </Card>
</CardGroup>

The pool is depth, not a holder. It is excluded from the holder list you see on the market, because it exists to make the market tradable, not to pose as an owner. The holders you see are real positions.

## The price finds fair value

The pool does more than sit there. It keeps the market honest.

<Steps>
  <Step title="Your flow moves the price">
    Buys push the price up, sells push it down, and larger orders move it more, exactly like a real order book.
  </Step>

  <Step title="The market drifts naturally">
    Between trades the price drifts and breathes, so a chart is never a flat line waiting for the next order.
  </Step>

  <Step title="It is pulled back to fair value">
    The market is continually steered back toward the oracle's fair value. When the price drifts above, sell pressure meets it. When it drifts below, buy pressure meets it. Price discovery stays anchored instead of running away on one large order.
  </Step>
</Steps>

## Why it feels real

The combination of a deep pool, distributed holders, natural drift, and a constant pull toward fair value is what makes an OperSa market feel like a live venue rather than a demo. You can enter, exit, and size up, and the price behaves the way a real market behaves.

<Card title="See how a trade settles on-chain" icon="link" href="/technical/robinhood-chain">
  Positions, holders, and profit and loss, all verifiable.
</Card>
