Document Classification: Technical Documentation
Network: Testnet (Base Sepolia, Chain ID: 84532)
Last Updated: 2026-01-14
Version: v0.7
The POSE (Proof of Self and Existence) Network is a Layer 0 + Layer 1 identity protocol that combines off-chain human-state verification with on-chain proof verification, staking, and validator networks. The protocol aims to provide human-proof security through continuous human verification requirements for consensus participation.
This document provides a comprehensive technical overview of the POSE network testnet deployment, including architecture, protocol specifications, implementation status, and operational infrastructure.
https://api.testnet.pose.xyzhttps://explorer.testnet.pose.xyzhttps://wire.pose.xyzAll smart contracts are deployed on Base Sepolia testnet (Chain ID: 84532). Contract addresses are verified and available on Blockscout.
| Contract | Address | Explorer |
|---|---|---|
| PosePacketHashVerifier | 0xc3EC05685529b0d4A57cd6FAb64765D7BB5E18Ea | View |
| IdentityCommitmentVerifier | 0xe24638537CD0ae3F0aF27B8654e3b6EC691E866B | View |
| LivenessProofVerifier | 0xAf7C2D5Bfa9071a04968a21FA73819302aDDC561 | View |
| PoseZkVerifier | 0x5F8edFc7aCc0F0cAf820C46E0f18F80dB3c37bFc | View |
| PoseProofVerifier | 0x880368727A7580e845291b8379434671223d25a0 | View |
| PoseIdentityRegistry | 0xe9Eb10c18652797F8B5B5788065F21cF89aCcb1e | View |
| EvidenceRegistry | 0x40Ad19eE5314fA8debbbC7610Ff51a6e38D6ffd9 | View |
Real on-chain transactions from the POSE testnet. All transactions are verifiable on Blockscout.
Complete API documentation for the POSE Network testnet. All endpoints are available at
https://api.testnet.pose.xyz
Total: 60+ endpoints organized by category. Use the interactive API tester below to test endpoints.
/api/explorer)Block explorer endpoints for searching and viewing transactions, blocks, addresses, identities, and proofs.
/api/explorer/search
Universal search
/api/explorer/transactions
List transactions
/api/explorer/transactions/:hash
Transaction detail
/api/explorer/transactions/:hash/trace
Transaction trace
/api/explorer/blocks
List blocks
/api/explorer/blocks/:number
Block detail
/api/explorer/addresses/:address
Address detail
/api/explorer/addresses/:address/transactions
Address transactions
/api/explorer/identities/:poseId
Identity detail
/api/explorer/identities/:poseId/proofs
Identity proofs
/api/explorer/proofs
List proofs
/api/explorer/proofs/:proofId
Proof detail
/api/analytics)Analytics endpoints for network metrics, validator statistics, ZK proof analytics, and identity metrics.
/api/analytics/network/overview
Network overview KPIs
/api/analytics/network/tps
TPS time-series
/api/analytics/network/finality
Finality latency time-series
/api/analytics/network/validators
Validator activity time-series
/api/analytics/network/blocks
Latest blocks
/api/analytics/network/transactions
Latest transactions
/api/analytics/network/block-production
Block production rate
/api/analytics/network/top-validators
Top validators by activity
/api/analytics/zk/overview
ZK overview
/api/analytics/zk/proofs
Proof generation time-series
/api/analytics/zk/circuit-modes
Circuit mode breakdown
/api/analytics/zk/verification
Verification metrics
/api/analytics/zk/success-rate
Success rate time-series
/api/analytics/zk/latest-proofs
Latest proofs
Additional endpoints: Validator Analytics (5), Identity Analytics (9). See full documentation for complete list.
/api/explorer/contracts
GET /contracts/:address Contract detailPOST /contracts/:address/call Call contract functionGET /contracts/:address/events Contract event logs/api/frontend
GET /status Frontend statusGET /metrics Frontend metricsGET /metrics/finality Finality time-seriesGET /metrics/proofs Proofs time-series/api/explorer/slashing
2 endpoints
/perf
Performance harness endpoints
/api/pose/anchors
Intent event anchoring
/health, /metrics
System health and Prometheus metrics
| RFC | Title | Status |
|---|---|---|
| RFC-0001 | PoseMinutePacket Specification (v14.1) | Final |
| RFC-0007 | Identity Commitments | Final |
| RFC-0020 | XPTL (Cross-Chain Proof Transport) | Final |
| RFC-0040 | Validator Economics | Final |
| RFC | Title | Status |
|---|---|---|
| RFC-0010 | POSE Performance Test Suite | Implemented |
| RFC-0011 | PoseProof Verifier Benchmarks | Implemented |
| RFC-0012 | GPU Cluster Verification Architecture | Implemented |
| RFC-0013 | POSE L1 Finality Protocol | Implemented |
| RFC-0014 | POSE L1 Performance Architecture | Implemented |
| RFC-0015 | Human-Proof Consensus | Implemented |
| RFC-0016 | PoseProof ZK Integration | Implemented |
RFCs from the rfc-archive series (0001-0009) defining the foundational identity protocol specifications.
RFC-0001 - Proof of Self and Existence (Core Identity Substrate) - DraftRFC-0002 - Discovery and Revocation Directory Architecture - DraftRFC-0003 - Proof Types and Liveness Verification - DraftRFC-0004 - Interoperability with Existing Identity Systems - DraftRFC-0005 - Economic Layer - Incentives and Staking - DraftRFC-0006 - Governance and Trust Anchor Framework - DraftRFC-0007 - Privacy Extensions - Zero-Knowledge Queries - DraftRFC-0008 - Continuous Authentication and Session Integrity - DraftRFC-0009 - (See archive) - DraftRFC-0001 - POSE Monetary Policy - Draft