Integrate
Why integrate PoN
Light clients can participate without GPU farms: your stack observes network proofs, submits responses where policy allows, and reads reward state from the same mental model users see in the mining app.
Toolkit
Developer resources
These tracks mirror what we publish alongside testnet releases—availability and depth ramp with milestones.
API Documentation
Reference for node status, challenges, proof submission, and reward reads.
SDK
Client helpers for mobile-first flows and constrained devices.
Node Setup Guide
Bootstrap miners, light nodes, and verifiers with sane defaults.
Challenge Verification Protocol
How probes are issued, timed, and corroborated across the graph.
Reward Engine API
Illustrative endpoints for balances and settlement hooks.
Wallet Integration
Connect Coinceeper wallets and third-party signers where policy permits.
Testnet Faucet
Test funds and onboarding flows during public testnets.

HTTP
Example API surface
Illustrative REST-style routes—final paths, auth, and pagination follow published specs.
| Method | Path |
|---|---|
| GET | /node/status |
| POST | /proof/submit |
| GET | /challenge/request |
| POST | /challenge/response |
| GET | /reward/balance |
| POST | /wallet/connect |

Topology
Node types
Participation tiers you will see in docs and dashboards—not all roles are available on every testnet build.

Mobile Miner Node
Default smartphone participant running proof clients.
Light Node
Observes proofs with minimal state for integrations.
Verifier Node
Corroborates challenges and health signals for an area.
Validator Node
Higher-trust checks where policy routes elevated risk.
Gateway Node
Bridges constrained clients to proof and status services.

Ship
Testnet
Join the PoN testnet and start experimenting with network proof validation. Feature flags, faucet rules, and verifier sets change between releases—watch release notes for breaking shifts.
