One transaction
A successful instruction transfers buyer SOL directly to the immutable treasury and PVTY from the program vault to the buyer. Any later failure reverses the complete transaction.
01.4 / Solana build
PactVerity has published selected Rust source files for an atomic fixed-inventory PVTY-for-SOL sale and a stablecoin service escrow. The prior-brand candidates compiled to Solana SBF and loaded on an isolated Agave validator. The renamed source must be rebuilt and independently audited before any public deployment.
01 / Sale program
The sale program never mints. It can release only fixed PVTY inventory deposited into its PDA vault after verifying the selected 50 million supply, 9 decimals and removed token authorities.
A successful instruction transfers buyer SOL directly to the immutable treasury and PVTY from the program vault to the buyer. Any later failure reverses the complete transaction.
Checked integer arithmetic, buyer-selected minimum output, per-wallet limits, a total inventory ceiling and explicit start/end times constrain the release.
The recommended first inventory is 1,000,000 PVTY, or 2% of supply. The code hard-caps any configured sale at 2,500,000 PVTY. Neither allocation is active today.
02 / Escrow program
The escrow candidate isolates each service payment and provider bond in agreement-specific token vaults. It accepts only administrator-allowlisted legacy SPL stablecoin mints.
Payment and bond balances are held in separate program-derived token accounts with strict mint, owner and PDA checks.
Terms, evidence, challenge and resolution digests are committed into ordered states with replay-resistant buyer sequence numbers.
Funding, activation, service, review and resolver timeouts define deterministic refunds or settlement paths. Pausing new risk does not disable valid exits.
03 / Verification record
Reserved identities bind this reviewed snapshot before any network deployment. They are not live addresses on devnet or mainnet.
| Artifact | Reserved identity / SHA-256 | Observed local result |
|---|---|---|
| PVTY mint ceremony | 8a9P2My6dUhKYJacztYv6bSjKJ1XZwTYY3qz5VwgcGMLImmutable legacy seed pactlayer-pact-v1 | Finalized on Solana mainnet on 4 August 2026: 50,000,000 PVTY, 9 decimals, full supply in the published treasury token account, and mint and freeze authorities removed. |
| PVTY sale | CeMivF2Rn4mNuXDVFu9FRFMLcT4st4QXZsigXFGoQs3VRenamed source rebuild pending | The prior-brand 378,976-byte SBF candidate passed 16/16 model checks and local-validator purchase and rollback tests. That binary is not represented as the current PactVerity build. |
| Service escrow | 94w1hmUSaDyJYNb2EJyA5wGcccEvpF2nfqVqaBAKqiLURenamed source rebuild pending | The prior-brand 559,248-byte SBF candidate passed 9/9 state-model checks and loaded locally. The bootstrap account metadata was simulated without a valid owner signature. |
The sale runtime used local test SOL and a local test mint: 0.25 test SOL produced exactly 3,750 test PVTY at the configured rate. A quote one base unit above the deterministic output failed and left both tracked asset balances unchanged. This is functional test evidence, not funds moved, TVL, revenue, a customer or an investor.
04 / Public source
Every linked program file is part of the reviewed public snapshot and has a SHA-256 value in the manifest. The links alone are not a reproducible build bundle: compiled binaries, the runtime harness, raw execution logs and deployer or program secret keys are not published.
05 / Remaining gates
PactVerity will not relabel this candidate as production merely because it compiled.
Current release