Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Parcl V4

Parcl V4 is a perpetual futures exchange running on Parcl Chain, our custom L1, with ~200ms block times. It supports real estate index perps on NYC, USA, Austin, Atlanta, Boston, Miami Beach, and Brooklyn rental.

How it works

Every transaction goes through BFT consensus. All nodes execute the same transactions in the same order and arrive at the same state.

Prices come from Parcl's real estate index oracle, updated once daily at 9:05 AM ET. Between updates, the mark price comes from a depth-weighted impact midpoint of the order book. Funding settles hourly based on the gap between the impact mid and oracle price. Liquidation checks use the oracle price, not the mark.

What you can do

  • Trade perps on real estate sales indices (NYC, USA, Austin, Atlanta, Boston, Miami Beach) and the Brooklyn rental index
  • Place market and limit orders (GTC, IOC, FOK)
  • Set take-profit and stop-loss orders
  • Build bots using the REST API and WebSocket feed
  • Compete on the leaderboard

Base URLs

Validator:   https://v4-api.dev.parcllabs.com         # markets, orderbooks, accounts, oracle, staking
REST API:    https://v4-rest-api.dev.parcllabs.com    # auth, /tx/sign-and-submit, history, leaderboard
WebSocket:   wss://v4-api.dev.parcllabs.com/v1/ws

The path tells you which host. See REST API for the full map.