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
- 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.
- Signer and application uptime. The backend must load the vault, check capacity and correlation policy, allocate a nonce, and access the configured price signer.
- Accepted multiplier. If repricing produces a lower multiplier than the user accepted, the backend rejects the request instead of silently signing worse terms.
- Thirty-second validity. The signed quote has a 30-second lifetime and a single-use nonce.
- Wallet and Polygon confirmation. USDC.e approval, transaction signing, RPC broadcast, gas, block inclusion, and confirmation still take time.
- Deadline and capacity. The vault can close or fill before the deposit reaches chain.
- 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.