Confirm the live API
The response includes the current API version and a deterministic known-answer check.
curl -sS https://pactverity.com/api/v1/health06 / Developers
Proof Engine v1, the public stateless Receipt API beta and the deterministic scenario simulator are operational. The API evaluates caller-supplied evidence; it does not monitor services, store customer records or move funds.
01 / Five-minute quickstart
No wallet, token purchase or account is required. Run the known-answer health check, create the example receipt, verify the saved file, then publish a reproducible result only if you want it reviewed for the Proof Challenge.
The response includes the current API version and a deterministic known-answer check.
curl -sS https://pactverity.com/api/v1/healthUse the two commands in the Receipt API section below. A matching digest proves deterministic consistency of the submitted data—not that the measurements are true.
Jump to working commandsFork or reproduce a known-answer, failure-path or integration case and submit the public repository, exact command and receipt digest to the Proof Challenge. Verified entries begin at zero and are added only after manual reproduction.
Open the Proof Challenge02 / Operating stack
The browser engine and API use the same published receipt rules. The simulator is a separate deterministic synthetic workload and never submits a transaction.
pactverity.assurance-receipt.v1 records normalized terms, supplied evidence, four checks, outcome and a domain-separated SHA-256 digest.
POST strict JSON to create a receipt or independently verify an exported one. Public health and OpenAPI documents expose the service boundary.
The default run models 250,000 synthetic agreements at $100 each and executes 1,000,000 checks with a reproducible scenario digest. The figure is synthetic and is not production service or escrow activity.
03 / Installable tooling
The downloadable packages are generated from the public repository. They are evaluation releases, not claims of registry publication, independent audit or production suitability.
Zero-dependency ESM client with health, create, verify, publish and public-summary commands.
Download npm artifactStandard-library client packaged as a wheel with the same bounded Receipt API operations.
Download Python wheelFour MCP tools for health, receipt creation, receipt verification and public-summary lookup.
Download MCP artifact04 / Receipt API
These calls use the operational public beta. The first command requires jq only to extract the receipt object from the response envelope into a file for the second command.
curl -sS -X POST https://pactverity.com/api/v1/receipts \
-H 'Content-Type: application/json' \
--data-binary '{
"agreementId": "demo-2026-08-04",
"serviceName": "Example API availability",
"providerReference": "provider-demo",
"buyerReference": "buyer-demo",
"issuedAt": "2026-08-04T12:05:00.000Z",
"criteria": {
"maxLatencyMs": 900,
"minUptimeBps": 9950,
"maxFreshnessSeconds": 120,
"expectedOutputSha256": ""
},
"evidence": {
"measuredLatencyMs": 642,
"uptimeBps": 9988,
"freshnessSeconds": 42,
"observedOutputSha256": "",
"observedAt": "2026-08-04T12:04:30.000Z"
}
}' | jq '.receipt' > pactverity-receipt.jsoncurl -sS -X POST https://pactverity.com/api/v1/receipts/verify \
-H 'Content-Type: application/json' \
--data-binary @pactverity-receipt.jsonA valid response proves deterministic consistency of the submitted data and receipt. It does not prove that the measurements were independently observed, historically complete or true.
05 / Deployment boundary
Status is stated per component so an API response cannot be mistaken for custody, settlement or network adoption.
| Component | Status | Responsibility |
|---|---|---|
| Proof Engine v1 | Operational | Browser-based receipt creation, export, import, deterministic rechecking and optional off-chain wallet signature verification. |
| Receipt API beta | Operational | Bounded, stateless receipt creation and verification plus a public known-answer health check. |
| Scenario simulator | Operational | Runs reproducible synthetic workloads. Its nominal value is neither TVL nor customer or historical transaction volume. |
| Solana programs | Not deployed | Planned job registry, escrow, provider bonds, verifier stake, challenges, settlement, refunds and fees. |
| PVTY mint | Live on mainnet | 50,000,000 original issuance; burns can reduce current supply; mint and freeze authorities removed; current distribution is publicly visible on-chain. |
| PVTY market-status tool | Operational | Read-only Jupiter route detection for the canonical mint. A route response is current access evidence, not a guarantee of execution price, liquidity depth or exit capacity. |
| Developer release artifacts | Public v0.1.0 | JavaScript, Python, CLI, GitHub Action and MCP evaluation releases. Registry publication, external review and production hardening remain pending. |
| Workers and indexer | Planned | Future independent observations, evidence adapters and searchable on-chain views. |
06 / Planned architecture
If deployed after testing and audit, Solana programs would hold compact job state and assets while purpose-built workers would collect or attest service evidence.
Would provide stablecoin escrow, disclosed collateral, challenge state and deterministic settlement instructions. None of those capabilities is live today.
Applies measurable terms to supplied evidence now. Independent monitoring and trusted data collection remain separate future responsibilities.
07 / Primary references
Build status