Skip to content
LogoLogo

Lab vs network

re-zerve is a research product. The crate implements the market, pay, custody, and lease path. You exercise that path on a local Terp chain and Zakura node — the same operations you expect on a live network. There is no public re-zerve marketplace.

Available in the local lab

PieceWhat it does
Public ask + sealed bidSDL/resources public; price and identity off-chain
Commitment contractscw-pir-commit stores ask/bid hex only
Halo2 pay inclusionStore Pasta circuit, AttestHalo2, host proof_instance_verify
FROST DKGTenant, provider, resolver; no dealer as product custody
Escrow grantscw-pir-escrow events only; no bank coins as money
Ironwood notesShielded deposit and two-spend close on Zakura
Derived access bearerWinner opens; foreign and post-close denied
Provider forkBid gate + bearer at the gateway (akash-provider-pir)

Not on the public network yet

MissingHonest state
Network of providers bidding in the wildLab fork and in-process market only
Stock Akash provider image running the gatePublic path still uses the stock image
Public Terp selecting cw-zap1-ibcv2 as the live IBC clientLocal e2e stores and attests; public chain does not
Durable FROST holders without a lab key pathDKG is real; operations packaging is lab

Do not call this a production marketplace until network bids and the live pay client are the default path.

Sim vs product

Sim (local only)Product ingest
Transcript credit / prove_for_testcredit_deposit_zap1 + Halo2 on-chain accept
Dealer-generated FROST packagesThree-party DKG
RAM pool balance as “Zcash”Ironwood notes

If the chain, the host verifier, or the Zakura node is missing when the lab flags require them, the path fails closed. It does not skip-green.

See For engineers for type names.