PROOF-OF-LIFE ENGINE v1.0

Verify Real-World Human Activity

The Helius PoL Engine is a production-ready API for verifying movement, actions, and presence — powering rewards, reputation, and impact across any application.

Chat with Olo Free →
6
FRAUD LAYERS
<200ms
VERIFY LATENCY
99.9%
UPTIME SLA
SOL
BLOCKCHAIN

Built for Every Impact-Driven Platform

Any platform that rewards real-world human action can integrate the Helius PoL Engine in minutes.

🏃
MOVE-TO-EARN FITNESS
Reward users for verified walking, running, and cycling with token incentives. Anti-spoofing built-in — only real movement earns.
GPS + ACCELEROMETER
🏙️
SMART CITY MOBILITY
Power sustainable transport incentives. Verify transit, cycling, and walking as part of city-wide decarbonisation programmes.
GEOFENCING + ROUTES
🌿
ENVIRONMENTAL REWARDS
Issue verified credits for litter collection, tree planting, and habitat restoration. Impact scoring layer quantifies every action.
IMPACT SCORING
🌍
CLIMATE IMPACT VERIFICATION
Provide auditable proof of carbon-reducing activities for ESG reporting, voluntary carbon markets, and regulatory compliance.
AUDIT TRAIL + BLOCKCHAIN
📡
DePIN NETWORKS
Verify node operators are physically present at claimed locations. PoL as a Sybil-resistance layer for decentralised infrastructure.
SYBIL RESISTANCE
🚚
GIG ECONOMY VERIFICATION
Confirm delivery workers, field agents, and contractors are physically at job sites. Fraud-resistant attendance and task completion.
PRESENCE + GEOFENCE
🏥
INSURANCE ACTIVITY TRACKING
Power usage-based insurance products with verified physical activity data. Reduce premiums for genuinely active customers.
VERIFIED HEALTH DATA
🌐
SOCIAL NETWORKS
Replace follower counts with verified trust scores. Real-world activity as a reputation signal that bots can't fake.
TRUST + REPUTATION
⛓️
WEB3 PROTOCOLS
Integrate PoL as an oracle layer for DAOs, DeFi protocols, and NFT projects. On-chain proof of human presence and activity.
SOLANA ORACLE
IMPACT VERIFICATION SYSTEMS
Provide auditable evidence for CSR, NGO, and government programmes. Every impact action recorded with confidence scores.
CONFIDENCE SCORING

From Device to Verified Reward

One API call handles the entire verification pipeline in under 200ms.

01
CAPTURE
Your app collects GPS traces, accelerometer data, and session metadata from the user's device using our React Native SDK.
02
VERIFY
The PoL Engine runs 6 fraud detection layers — speed, teleport, sensor fusion, route entropy, time consistency, and device integrity.
03
SCORE
A Proof-of-Life score is calculated from distance, presence, impact actions, and social signals — weighted by confidence and reputation.
04
REWARD
HLS tokens (or your custom currency) are issued via the reward engine — with daily caps, emission control, and mission multipliers.

6-Layer Fraud Detection

Every session is run through a layered analysis pipeline. Hard fails reject immediately. Soft signals reduce confidence scores.

LAYER 01
SPEED VALIDATION
Rejects any GPS segment exceeding 25 km/h. Configurable per activity type. Walking, running, cycling each have distinct thresholds.
HARD REJECT
LAYER 02
TELEPORT DETECTION
Flags impossible spatial jumps — more than 200km in under 10 minutes. Catches GPS spoofing and VPN-based location fraud.
HARD REJECT
LAYER 03
SENSOR FUSION
Cross-validates GPS movement against accelerometer readings. GPS showing movement with a stationary accelerometer = spoofed device.
HARD REJECT
LAYER 04
ROUTE ENTROPY
Shannon entropy analysis of bearing distribution. Bots replay identical routes. Humans vary — entropy below 0.2 triggers bot flagging.
SCORE REDUCTION
LAYER 05
TIME CONSISTENCY
Verifies the implied speed from session duration and distance is plausible. 10km in 5 minutes is rejected regardless of GPS data.
HARD REJECT
LAYER 06
DEVICE INTEGRITY
Checks device metadata for emulator signatures, root access, mock location APIs, VPN activity, and developer mode flags.
CONFIDENCE FLAG
// POL SCORE FORMULA
PoLScore = (DistancePoints + PresencePoints + ImpactPoints + SocialPoints)
          × confidence_score × reputation_multiplier

Reward = PoLScore × emission_rate × reputation_multiplier × mission_multiplier
// Distance rates: walking=0.25 · running=0.35 · cycling=0.18 · transit=0.01 pts/km
// Emission tiers: scales from 1.0x (launch) to 0.25x (1M+ users) — controlled token supply
// Daily cap: 25 HLS per user — diminishing returns after 10km
JavaScript · Full Pipeline
const HeliusPoL = require('helius-pol-sdk');

const pol = new HeliusPoL({
  apiKey:  'hls_your_api_key',
  baseUrl: 'https://pol.heliusnetwork.com'
});

// One call: Submit → Verify → Score → Reward
const result = await pol.fullPipeline({
  user_id:       'user_123',
  start_time:    '2026-03-09T08:00:00Z',
  end_time:      '2026-03-09T08:45:00Z',
  distance_km:   4.2,
  activity_type: 'running',
  gps_trace:     gpsPoints,     // from device GPS
  sensor_data:   accelReadings, // accelerometer
  mission_type:  'environmental'
});

console.log(result.status);         // "verified"
console.log(result.pol_score);      // 112
console.log(result.reward_amount);  // 4.2 HLS
console.log(result.fraud_risk);     // "low"

Simple, Scalable Pricing

Start free during setup. Scale to Enterprise when you're ready. All tiers include the full PoL algorithm and HeliusOS security layer.

STARTUP
£ 29 /month

Perfect for indie developers and early-stage startups building their first PoL-powered application.

  • 100 API requests / minute
  • 10,000 verifications / month
  • Full 6-layer fraud detection
  • PoL score + reward calculation
  • JavaScript SDK
  • HeliusOS AES-256 encryption
  • Olo AI CTO Agent (basic)
  • Community support
  • Custom emission rates
  • Sub-tenant key management
  • White-label deployment
ENTERPRISE
£ 1000 /mo+

For organisations deploying at scale. White-label your own PoL-powered platform with full Olo AI CTO capabilities.

  • 2,000+ requests / minute (custom)
  • Unlimited verifications
  • White-label deployment
  • Sub-tenant API key management
  • Custom fraud rules engine
  • All SDKs incl. Swift + Kotlin
  • Full HeliusOS stack + Olo AI CTO
  • On-premise deployment option
  • Dedicated account manager
  • 99.9% SLA guarantee
  • Source code licence (add-on)

HeliusOS + Olo AI

Every integration comes with HeliusOS — a triple-layer AI security system — and Olo, your intelligent CTO agent that helps you architect, debug, and scale your PoL integration.

🛡️
PERCEPTION SHIELD
Real-time threat detection and anomaly monitoring on every API call.
🧠
COGNITIVE FIREWALL
AI-powered fraud pattern recognition that learns and adapts to new attack vectors.
🔐
SOVEREIGN VAULT
AES-256-GCM encryption for all activity data. Zero-knowledge architecture.
O
OLO AI CTO
helius-olo.io · Intelligent Architecture Agent
ONLINE
💬 Olo
I've analysed your integration. Your GPS sampling rate of 10s is optimal for walking. For running, consider 5s intervals to improve route entropy scores and confidence.
You
How do I increase my users' PoL scores?
💬 Olo
Three quick wins: (1) Enable social signals — witnesses add 15pts each. (2) Add impact actions to sessions. (3) Build streak tracking — 30-day streaks give 1.5× presence multiplier.

AI That Shapes the World Around It

Helius Network is more than a platform — it is an ecosystem of AI agents, human verification technology, and real-world impact. Olo and HeliusOS power each layer.

🌐
HELIUS NETWORK
Proof-of-Life
Infrastructure

The core layer. Verifies real human activity via GPS, movement, sensor fusion and anti-fraud scoring — then issues HLS token rewards on Solana.

powered by
🤖
HELIUSOS + OLO
The AI Engine
Behind Every Agent

HeliusOS provides triple-layer AI security and zero-knowledge sessions. Olo is the autonomous agent layer — voice, tools, memory, and real-world action.

O

10 free conversations with Olo

No credit card. No sign up. Just describe what you want to build — Olo will architect it with you in real time. Secured by HeliusOS encryption from the first message.

Start Building Free — Chat with Olo →
HeliusOS AES-256-GCM · Zero-knowledge session · No data retained
Overview
API OPERATIONAL
API CALLS TODAY
2,847
↑ 14% vs yesterday
SESSIONS VERIFIED
2,341
82.2% pass rate
FRAUD REJECTED
506
↓ 3% fraud rate
HLS ISSUED TODAY
18,420
avg 7.87 per session
Verification Volume — Last 14 Days Export →
Mar 1Mar 7Today
Fraud Risk Breakdown
Low Risk82.2%
Medium Risk11.3%
High Risk6.5%
TOP REJECTION REASONS
Speed violation41%
Sensor mismatch28%
Time inconsistency19%
Device flags12%
Recent Sessions View All →
All Activity Sessions
Your API Keys
Production hls_prod_•••••••••••••••••••••••• STARTUP
📋
👁
🗑
Development hls_dev_•••••••••••••••••••••••• STARTUP
📋
👁
🗑
QUICK START
Authorization: Bearer hls_your_key
Base URL: https://pol.heliusnetwork.com/v1
Endpoint: POST /reward/full-pipeline
SDK Downloads & Documentation
🟨
JAVASCRIPT / NODE
v1.0.0 · 56KB
Full-featured client for Node.js and browser. Supports all endpoints including the full pipeline.
↓ helius-pol-sdk.js
⚛️
REACT NATIVE
v1.0.0 · Expo SDK 51
GPS trace collection, accelerometer capture, and session submission for React Native + Expo apps.
↓ helius-pol-rn.js
🐍
PYTHON
v1.0.0 · Growth+
Python SDK for backend integrations, data pipelines, and scientific analysis of PoL data.
🔒 Growth tier required
🍎
SWIFT / IOS
v1.0.0 · Enterprise
Native iOS SDK with CoreLocation integration and background activity tracking.
🔒 Enterprise tier required
🤖
KOTLIN / ANDROID
v1.0.0 · Enterprise
Native Android SDK with FusedLocationProvider and sensor data capture.
🔒 Enterprise tier required
📖
API REFERENCE
Full documentation
Complete endpoint reference, request/response schemas, error codes, and rate limits.
→ View Docs
Live API Tester
// Hit "Send Request" to test the API // Results will appear here
CURRENT PLAN
Startup
£29 / month · 10,000 verifications included
RENEWS 9 APRIL 2026
7,241
verifications used this month
72.4% of monthly limit
Change Plan
STARTUP
£29/mo
10K verifications · 100 req/min
✓ Current Plan
GROWTH
£49/mo
100K verifications · 500 req/min
ENTERPRISE
£1000/mo+
Unlimited · Custom · White-label
O
OLO AI CTO AGENT
Intelligent architecture assistant · helius-olo.io
ONLINE
OLO
Hello! I'm Olo, your AI CTO for the Helius PoL integration. I can help you architect your system, debug API issues, optimise PoL scores, and plan your scaling strategy. What are you building?
Account Settings
Danger Zone
Welcome Back
Sign in to your developer dashboard
Sign In
Create Account
or
Done