Products
Automation & Infrastructure

Proof Chain (L3)

Dedicated Madara L3 appchain for zero-gas proof verification and fact settlement.

BUILT

What it does

The Obsqra Proof Chain is a Madara-based Starknet L3 sequencer dedicated to proof-fact registration, on-chain verification via Garaga and Integrity verifiers, and batched settlement to Starknet L2. 5-second blocks, zero gas, 3 proving paths.

Current capabilities

  • Live block production at 5s cadence with zero-gas fee model.
  • Groth16 on-chain verification via Garaga (31 circuits).
  • STARK on-chain verification via Integrity (6 programs).
  • Hash-only fallback with circuit breaker for emergency ops.
  • L3 → L2 state-diff settlement with validity proofs.
  • Public RPC, block explorer, and wallet add-network support.

Standalone API Sandbox

Run direct API actions from this page. Endpoint fallback automatically tries both single-prefix and duplicated-prefix path variants.

GET

Check L3 health

Query Madara node health, block height, chain ID, and sync status.

/api/v1/zkdefi/risk_passport/settlement/madara/health
GET

List proving capabilities

Inspect all 3 proving paths, contracts, and circuit coverage.

/api/v1/zkdefi/risk_passport/l3/capabilities
GET

Read L3 proving stats

Fetch fact registration count, proving path usage, and settlement metrics.

/api/v1/zkdefi/risk_passport/l3/stats
GET

View settlement config

Check which settlement layer is primary and L2 fallback status.

/api/v1/zkdefi/risk_passport/settlement/config

Standalone demo

Demo wallet: 0x03a4f2b98c4e5d6172839405aa6bbccddeeff00112233445566778899aabbcc

References

Documentation