Generated — do not edit. Source:
/Users/returniflost/abstract/terp-core/crates/private-inference-rent/product-docs/vocs/status.mdx. Change the crate/repo, then rebuild this site.
Status
re-zerve is a research product: a private bid path beside public Akash. You can run the full lease locally — deployment, sealed bid, commitment, allocate, access, close. The public Akash network does not yet use this path as its default.
When the private path is off, provider-services is ordinary public Akash.
What you can run locally
| Piece | Behavior |
|---|---|
| Public deployment / order + sealed bid | SDL and resources are public; price is not |
| Commitment contract | Stores ask and bid hashes only |
| Pay inclusion | Halo2 verify of a ZAP1 hosting-payment event |
| FROST DKG | Deployer, provider, resolver |
| Escrow | Grant and events. No bank coins as product money. |
| Ironwood notes | Open and two-spend close on Zakura |
| Derived access bearer | Winner opens; others are refused |
| Provider build | Bid gate and bearer at the gateway |
Still local
| Topic | Today |
|---|---|
| Who is bidding | Local providers in this build, not the public Akash set |
| Provider image | PIR support is this repository’s provider-services build, not the public image |
| IBC client on Terp | Local e2e stores and attests cw-zap1-ibcv2. Public Terp does not select it. |
| FROST operations | DKG is real; packaging of holders is local |
| ZIP-312 RedPallas | Not in Zakura. Spend uses ZIP-32 of the reconstructed group seed. |
Two credit paths
| Local transcript | Product ingest |
|---|---|
| In-process credit for unit tests | credit_deposit_zap1 with on-chain Halo2 accept |
| Dealer-generated FROST packages | Three-party DKG |
| In-memory pool balance | Ironwood notes |
If the chain, the proof host, or the Zakura node is required and missing, the path stops. See For engineers for type names.