Non-production prototype

These contracts are unaudited. The configured treasury currently has no contract code, so real-money betting and LP deposits are not operational. Do not deposit; check the current deployment status before any interaction.

Instant Liquidity

Polypar's execution benefit is narrow: after Polypar can price an offered vault, the bettor does not need a parlay order-book match or a maker-response round trip. The vault itself is the fixed-odds counterparty within its configured cap.

That is not the same as zero latency, assured execution, or unlimited capacity.

Dependencies that remain

  1. Price availability and quality. The quote path needs valid Polymarket Gamma outcome-price snapshots for every stored leg. Missing, suspended, stale, or rapidly moving markets can prevent acceptable pricing.
  2. Signer and application uptime. The backend must load the vault, check capacity and correlation policy, allocate a nonce, and access the configured price signer.
  3. Accepted multiplier. If repricing produces a lower multiplier than the user accepted, the backend rejects the request instead of silently signing worse terms.
  4. Thirty-second validity. The signed quote has a 30-second lifetime and a single-use nonce.
  5. Wallet and Polygon confirmation. USDC.e approval, transaction signing, RPC broadcast, gas, block inclusion, and confirmation still take time.
  6. Deadline and capacity. The vault can close or fill before the deposit reaches chain.
  7. Bankroll at settlement. Being accepted into a vault says nothing about whether a later winning claim will be fully collateralized.

What β€œinstant” should mean here

It means β€œno separate maker match once an open, priceable, in-cap offered vault is ready,” not β€œno quote,” β€œno transaction,” or β€œno risk.”

Practical consequence

Request the short-lived quote only after any required token approval confirms. Review any changed multiplier rather than repeatedly resubmitting. A quote is an authorization to attempt one deposit, not a reservation of capacity or treasury funds.

The present non-production deployment also has an inactive treasury, so this benefit describes the intended mechanism rather than an operational real-money flow.

Next: use the exact sequence in Place a Parlay and understand solvency effects in Payouts & Margin.