Skip to content

Mainnet v1

Canonical list of mainnet v1 facts. If another page disagrees with this one, trust this page and file an issue. Live bootstrap and service state: Status.

FieldValue
Program namepact-market-pinocchio
NetworkSolana mainnet-beta
Program ID5bCJcdWdKLJ7arrMVMFh3z99rQDxV785fnD9XGcr3xwc
Upgrade authorityHeld by the protocol team during private beta.

Deployed and verified on-chain. For production use, contact the Pact Network team.

Terminal window
solana program show 5bCJcdWdKLJ7arrMVMFh3z99rQDxV785fnD9XGcr3xwc --url mainnet-beta

Or use an explorer (Solscan, Solana FM, Solana Explorer): confirm the upgrade authority matches above and check the deployment transaction.

FieldValue
Settler signerHeld by the protocol team during private beta.
Authority forAll EndpointConfigs in v1 (single global settler)

A separate key from the program upgrade authority.

FieldValue
AssetUSDC
Mint (mainnet)EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v

All premiums and refunds in v1 are USDC. The CoveragePool holds USDC. Multi-asset pools are post-v1.

These are the public HTTP endpoints exposed by the off-chain stack.

EndpointPurposeAuth
https://api.pactnetwork.io/healthLiveness probe. Returns {"status":"ok","version":"v1"}.None
https://api.pactnetwork.io/api/v1/providersPublic reliability tiers for wrapped endpoints (aggregate, no per-endpoint identifiers in private beta).None
Terminal window
curl -sS https://api.pactnetwork.io/health
# {"status":"ok","version":"v1"}
EndpointPurpose
https://indexer.pactnetwork.io/healthIndexer liveness.
https://indexer.pactnetwork.io/api/statsAggregate stats: pool size, settled batches, total refunds.
Terminal window
curl -sS https://indexer.pactnetwork.io/health
curl -sS https://indexer.pactnetwork.io/api/stats
EndpointPurposeAuth
https://market.pactnetwork.io/<endpoint>/<upstream-path>Wrapped endpoint proxy. The <endpoint> identifier is provided to allowlisted users at access time.Authorization: Bearer <PACT_MARKET_KEY>

See Market → Overview for the wrapping model and calling conventions.

FieldValue
CloudGoogle Cloud Platform
Projectpact-network-prod (project number 224627201825)
Regionasia-southeast1

Service account names, secret references, and internal hostnames aren’t published. For deeper integration (e.g. running your own settler against our pool), email us.

v1 is current. Breaking changes within v1 land in the Changelog. Anything past v1 (multi-asset pools, third-party LPs, decentralized settlement, schema validation) ships under a future version label.