Skip to content

Repository files navigation

NHP Protocol Mobile App Bilingual 1632 Scenarios 16 Phases 95 Charts MIT License Android PoC Status

โšก NHP โ€” Neural Handset Protocol

Turn 4 Billion Idle Smartphones into the World's Largest AI Supercomputer

ุจุฑูˆุชูˆูƒูˆู„ ุงู„ุดุจูƒุฉ ุงู„ุนุตุจูŠุฉ ุงู„ู…ุญู…ูˆู„ุฉ โ€” ุญูˆู‘ู„ 4 ู…ู„ูŠุงุฑ ู‡ุงุชู ุฎุงู…ู„ ุฅู„ู‰ ุฃูƒุจุฑ ุญุงุณูˆุจ ุฐูƒุงุก ุงุตุทู†ุงุนูŠ ููŠ ุงู„ุนุงู„ู…

Demo โ€ข Problem โ€ข Solution โ€ข Prototype โ€ข Results โ€ข Companies โ€ข Quick Start โ€ข Roadmap


๏ฟฝ Live Android PoC

Phase 1 is complete. The NHP concept is no longer just a simulation โ€” it runs on a real Samsung Galaxy S24 Ultra.

What the App Does (Right Now)

๐Ÿ“ฅ Download Android APK (v1.0)

Feature Status
Detects charging state โœ… Real Android BatteryManager API
Detects WiFi connection โœ… Real Android ConnectivityManager API
Detects screen off โœ… Real Android PowerManager API
Runs background service โœ… ForegroundService survives screen off
Simulates AI task processing โœ… Tasks every 45โ€“90 seconds
Earns micro-rewards โœ… $0.001โ€“$0.004 per task
Arabic + English RTL โœ… Full bilingual support
Premium dark UI โœ… Glassmorphism, 2026 aesthetic

Screenshots โ€” Samsung Galaxy S24 Ultra

Dashboard Statistics
Dashboard Statistics
Earnings Settings
Earnings Settings

The app detected: Battery 100% charging โœ… โ€ข WiFi connected โœ… โ€ข NPU at 44% โ€ข Temp 37.9ยฐC

Tech Stack

Language:     Kotlin
UI:           Jetpack Compose
Architecture: Clean Architecture (Presentation / Domain / Data / Core)
Background:   ForegroundService + WorkManager
Storage:      DataStore Preferences
DI:           Hilt
Min SDK:      26 (Android 8.0)
Target SDK:   35 (Android 15)

How to Run

# Clone the repo
git clone https://github.com/obadadallo95/NHP-Protocol.git

# Open Android Studio
# File โ†’ Open โ†’ select android-poc/nhp-app/

# Let Gradle sync, then run on any Android device (API 26+)
# To trigger ACTIVE state: plug in charger + connect WiFi + turn off screen

๏ฟฝ๐Ÿ”ด The Problem

The AI industry has a $150B infrastructure problem:

Pain Point Scale
๐Ÿ—๏ธ Data center construction costs $10B+ per hyperscale facility
โšก Energy consumption Data centers use 1-2% of global electricity
โณ GPU shortage 6-18 month waitlists for H100 clusters
๐ŸŒ COโ‚‚ emissions Each data center emits 200,000 tons COโ‚‚/year
๐Ÿ’ฐ Cloud costs $32-98/hour per GPU instance

Meanwhile, 4 billion smartphones sit idle every night โ€” each carrying a powerful AI-capable GPU that does absolutely nothing for 7+ hours.

The world is building $10B data centers while $800B worth of computing power sleeps on nightstands.


๐ŸŸข The Solution

NHP is an open, blockchain-neutral protocol that transforms idle smartphone GPUs into a distributed AI computing network.

โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚                    HOW NHP WORKS                            โ”‚
โ”‚                                                             โ”‚
โ”‚  ๐Ÿ“ฑ Phone is charging + WiFi + Idle (sleeping)              โ”‚
โ”‚           โ†“                                                 โ”‚
โ”‚  ๐Ÿ”’ TEE (Trusted Execution Environment) activates           โ”‚
โ”‚           โ†“                                                 โ”‚
โ”‚  ๐Ÿง  GPU processes AI micro-tasks securely                   โ”‚
โ”‚           โ†“                                                 โ”‚
โ”‚  ๐Ÿช™ User earns crypto tokens instantly                      โ”‚
โ”‚           โ†“                                                 โ”‚
โ”‚  โ˜€๏ธ Morning: Phone is 100% normal, user is richer           โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

Three Iron Rules โ€” ุงู„ู‚ูˆุงุนุฏ ุงู„ุซู„ุงุซ ุงู„ุญุฏูŠุฏูŠุฉ

Rule Why
๐Ÿ”Œ Charging Zero battery impact โ€” only runs while plugged in
๐Ÿ“ถ WiFi Connected No mobile data consumption
๐Ÿ˜ด Device Idle Zero interference with user experience

Core Design Principles

Principle Description
๐Ÿ”— Blockchain Neutral Works with any blockchain โ€” not locked to one ecosystem
๐Ÿญ Manufacturer Partnership Deep OS-level integration via official APIs
๐Ÿ”’ TEE Security All computation inside hardware-isolated secure enclave
๐Ÿ‘ค Zero Data Access Protocol cannot access user photos, messages, or any personal data

๏ฟฝ Android Prototype โ€” ุชุทุจูŠู‚ ุงู„ุฃู†ุฏุฑูˆูŠุฏ ุงู„ุชุฌุฑูŠุจูŠ

The NHP Android Prototype is now fully functional and verified. It implements the core logic of the protocol in a high-fidelity, investor-ready mobile application.

Feature Status Description
๐ŸŒ Bilingual Support โœ… Done Full support for Arabic and English with RTL/LTR layout switching
๐Ÿง  Real Data Tracking โœ… Done Real-time monitoring of CPU/NPU usage, battery level, and actual device temperature
๐Ÿ“ก Network Detection โœ… Done Distinguishes between WiFi, Mobile Data, and Ethernet
โšก Foreground Service โœ… Done Runs securely in the background using Android 14+ best practices
๐Ÿ“Š Real Statistics โœ… Done Data-driven dashboards showing earnings, uptime, and AI task history
๐Ÿ’ต Earnings Sim โœ… Done Micro-payment accumulation logic based on actual device participation

๐Ÿ“‚ View App Source Code & Documentation


๏ฟฝ๐Ÿ“Š Simulation Results

This repository contains 1,632 validated scenarios across 16 phases proving NHP's feasibility across every dimension.

Phase 1 โ€” Core Feasibility (20 scenarios)

Scenario Optimistic Moderate Pessimistic Catastrophic
H100 Equivalents (1M phones) 6,800 4,250 1,700 510
User Income/month $104.91 $41.91 $16.71 $4.11
Manufacturer Savings/yr $112M $64M $24M $8M
Year 5 Network Size 102.4M 9.8M 759K 161K
COโ‚‚ Saved/yr 2M tons 1M tons 400K tons 100K tons

๐Ÿ’ก Even the "catastrophic" scenario is profitable โ€” electricity costs only $0.09/month per device.

Phase 2 โ€” Comprehensive Analysis (520 scenarios)

13 Analysis Categories โ€” Click to expand
Category Scenarios Key Finding
A. Computing Power ร— 7 Manufacturers 28 Apple fleet = 3.9M H100 equiv
B. NHP vs 7 Cloud Providers 196 Cheaper than every major cloud
C. User Income ร— 10 Regions 40 $42/mo = life-changing in emerging markets
D. Manufacturer Savings 28 All 7 manufacturers save millions
E. Environmental Impact 28 Net 1M tons COโ‚‚ saved/year
F. Network Alliances 20 7-company alliance = 7.1M H100 equiv
G. AI Task Feasibility 24 Image generation & data processing best fit
H. Battery Impact 12 Only 1.6 months reduction over 7 years
I. Market Size (TAM/SAM/SOM) 40 India & China = largest markets
J. Token Economics 20 $1.5B/mo platform revenue @1B devices
K. Competitive Positioning 16 100ร—+ advantage over all competitors
L. Breakeven Analysis 28 ROI positive within 6-18 months
M. Risk Analysis 40 Key risk: manufacturer partnership

The Headline Numbers

โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚   7 Manufacturers Combined (Moderate Scenario):             โ”‚
โ”‚                                                             โ”‚
โ”‚   ๐Ÿ–ฅ๏ธ  7,147,688 H100 Equivalents                           โ”‚
โ”‚   ๐Ÿ’ฐ  $1,575,000,000/month Platform Revenue (@1B devices)   โ”‚
โ”‚   ๐ŸŒ  1,000,000 tons COโ‚‚ Saved/Year                        โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

๐Ÿข Phase 3 โ€” Per-Company Analysis (432 scenarios, 42 charts)

Dedicated deep-dive reports for each manufacturer with 6 charts per company:

Company Fleet Partnership Report
Samsung 300M devices ๐ŸŸข High Full Report โ†’
Apple 1.5B devices ๐Ÿ”ด Low Full Report โ†’
Xiaomi 600M devices ๐ŸŸข High Full Report โ†’
Google Pixel 40M devices ๐Ÿ”ด Low Full Report โ†’
Huawei 250M devices ๐ŸŸข High Full Report โ†’
OPPO/OnePlus 300M devices ๐ŸŸก Medium Full Report โ†’
Vivo/iQOO 250M devices ๐ŸŸก Medium Full Report โ†’

๐Ÿฆ Phase 4 โ€” Settlement Systems (328 scenarios)

NHP is settlement-neutral โ€” works with any payment mechanism:

# System Score Type
๐Ÿฅ‡ Manufacturer Wallet (Samsung Pay / Apple Pay) 87/100 In-App
๐Ÿฅˆ Hybrid โ€” User Chooses 86/100 Hybrid
๐Ÿฅ‰ Mobile Money (M-Pesa / Paytm) 85/100 Traditional
4 Direct Bank Transfer (ACH/SEPA/UPI) 80/100 Traditional
5 Carrier Billing 74/100 Traditional
6 Stablecoin (USDC/USDT) 67/100 Blockchain
7 Blockchain L2 (Base/Polygon) 52/100 Blockchain
8 Blockchain L1 (Ethereum/Solana) 46/100 Blockchain

Key finding: Blockchain ranks lowest. Manufacturer wallets and mobile money beat crypto on every metric.

๐Ÿ“„ Full Report โ†’


๐Ÿง‘โ€๐Ÿ’ป Phase 5 โ€” Developer Ecosystem & Token Demand (90 scenarios)

The demand side: developers buying NHP tokens for 50-87% cheaper AI compute.

Use Case Cloud/mo NHP/mo Savings NHP Fit
Image Generation Platform $90K $15K $900K/yr ๐ŸŸข Excellent
AI Chatbot Startup $45K $12K $396K/yr ๐ŸŸก Fair
Data Analytics Company $25K $5K $240K/yr ๐ŸŸข Excellent
Podcast Transcription $9K $1.2K $94K/yr ๐ŸŸข Excellent
AI Research Lab $3K $0.4K $31K/yr ๐ŸŸข Excellent
Indie Game Developer $1.8K $0.4K $16K/yr ๐ŸŸข Excellent

Also includes: 4 token lifecycle models (inflationary, deflationary, fixed, dual) and platform demand modeling ($165.6M/year).

๐Ÿ“„ Full Report โ†’


๐Ÿ”’ Phase 6 โ€” Network, Security & Compliance (27 items)

Category Items Key Result
TEE Security Layers 7 Hardware Root of Trust โ†’ Result Verification (7-10/10)
Attack Scenarios 6 All 6 mitigated (MITM, fake results, sybil, DDoS)
Network Performance 8 95-99.7% success rate, 100K โ†’ 100M devices
Legal Compliance 6 GDPR โœ…, CCPA โœ…, India โœ…, China ๐ŸŸก, Crypto ๐ŸŸก, Battery ๐ŸŸก

๐Ÿ“„ Full Report โ†’


๐Ÿ”ฎ Phase 7 โ€” Visionary Scenarios (57 scenarios)

10 ideas nobody in distributed compute has published:

# Scenario Key Insight
๐ŸŒ™ Follow the Moon 24/7 compute from timezone arbitrage โ€” 230M phones always available
๐Ÿ“ฑ E-Waste Revolution Old phones = 217K H100 equiv instead of landfill
โš”๏ธ Geopolitical Sovereignty $11.2B saved, independence from US/China clouds
๐Ÿ†˜ Disaster Recovery Anti-fragile vs AWS outages, cable cuts, sanctions
๐ŸŽ“ Education Equalizer $18.7B saved โ€” Nigerian student = Stanford student
๐Ÿ“ˆ Tipping Points From 100K pilot โ†’ 2B global infrastructure
๐Ÿ™๏ธ Smart City Edge Phones as city infrastructure at zero cost
๐Ÿ’ธ Upgrade Incentive Better GPU = more income = flagship sales boost
๐ŸŒ Financial Inclusion NHP + mobile money for 2B unbanked people
๐Ÿ”ฎ 2030 Projection 1B devices, $51B user payouts, $50B market cap

๐Ÿ“„ Full Report โ†’


๐ŸŽฏ Phase 8 โ€” Critique Response (32 scenarios)

Every challenge answered with hard data:

Critique Our Data
"$42/month is unrealistic" 5 pricing tiers: even at $0.08/hr = $16.8/month = โ‚น1,391
"GPU will overheat" NHP uses NPU (not GPU) โ€” +221% efficiency, 40% less heat
"Who pays the user?" Developer pays โ†’ Platform 15% โ†’ User 85%. Like Airbnb for compute
"Competitors are better" NHP has 8,000ร— more devices than Salad.com
"Worst case?" Even $0.03/hr = $1.50/month โ€” unit economics never go negative

๐Ÿ“„ Full Report โ†’


๐ŸŒ Phase 9 โ€” Regional Market Deep Dives (60 scenarios)

Region Score Devices Platform Revenue Strategy
๐Ÿ‡ฎ๐Ÿ‡ณ India 95/100 40M $70.6M/mo UPI + Xiaomi/Samsung. $10/mo = 5% income
๐ŸŒ Southeast Asia 88/100 18M $38.1M/mo GrabPay, ShopeePay. Mobile-first
๐Ÿ‡ธ๐Ÿ‡ฆ MENA 80/100 7.5M $19.9M/mo High flagship adoption. STC Pay
๐Ÿ‡ง๐Ÿ‡ท Latin America 78/100 12M $25.4M/mo Pix (Brazil's UPI). Samsung dominant
๐ŸŒ Sub-Saharan Africa 65/100 6M $5.3M/mo M-Pesa. Transsion phones
๐Ÿ‡ช๐Ÿ‡บ Europe 45/100 3.5M $9.3M/mo Green Tech angle. Not income-driven

๐Ÿ“„ Full Report โ†’


๐Ÿง  Phases 10-16 โ€” Complete Coverage (66 scenarios)

7 Deep Analysis Categories โ€” Click to expand

Phase 10 โ€” AI Task Decomposition

9/10 AI tasks run perfectly on phones: embeddings, classification, object detection, data labeling, sentiment analysis, speech-to-text, image generation, video analysis, federated learning.

Phase 11 โ€” User Adoption Models

Firmware-level = 80% adoption vs opt-in app = 0.5%. Pre-installed default-on = 30%.

Phase 12 โ€” Manufacturer Integration

Manufacturer Integration Time Difficulty
Transsion (Tecno/Infinix) 3 months Very Low
Xiaomi 4 months Low
OPPO 5 months Low
Samsung 6 months Medium
Huawei 8 months High

Phase 13 โ€” 5-Year Revenue Projection

Year Devices Annual Total
Year 1 0.5M $30M
Year 2 5M $480M
Year 3 50M $6B
Year 4 200M $28.8B
Year 5 500M $90B

Phase 14 โ€” Technical Architecture

10-step data flow: Developer SDK โ†’ API Gateway โ†’ Task Queue โ†’ Device Selector โ†’ Task Router โ†’ Phone TEE โ†’ NPU Execution โ†’ Result Signing โ†’ Verification โ†’ Delivery.

Phase 15 โ€” Social Impact & ESG

6 UN SDGs aligned (avg 8.7/10): Clean Energy, Decent Work, Innovation, Reduced Inequalities, Responsible Consumption, Climate Action.

Phase 16 โ€” Risk Matrix

12 risks identified across Technical, Business, Regulatory, Market, Security, and Black Swan categories. All mitigated.

๐Ÿ“„ Full Report โ†’


๐Ÿš€ Quick Start

# Clone the repository
git clone https://github.com/obadadallo95/NHP-Protocol.git
cd NHP-Protocol

# Create virtual environment
python3 -m venv venv
source venv/bin/activate

# Install dependencies
pip install -r requirements.txt

# Run ALL phases (1,632 scenarios, 95 charts)
python main.py                                    # Phase 1
python mega_simulation/run.py                      # Phase 2
python mega_simulation/generate_company_reports.py  # Phase 3
python mega_simulation/settlement_comparison.py     # Phase 4
python mega_simulation/developer_ecosystem.py       # Phase 5
python mega_simulation/network_security_compliance.py # Phase 6
python mega_simulation/visionary_scenarios.py        # Phase 7
python mega_simulation/critique_scenarios.py         # Phase 8
python mega_simulation/regional_markets.py           # Phase 9
python mega_simulation/complete_coverage.py          # Phases 10-16

Output Structure

output/
โ”œโ”€โ”€ full_report.txt                    # Phase 1
โ”œโ”€โ”€ mega_report.md                     # Phase 2 (AR/EN)
โ”œโ”€โ”€ mega_scenarios_all.csv             # 520 scenarios CSV
โ”œโ”€โ”€ settlement_comparison.md           # Phase 4
โ”œโ”€โ”€ developer_ecosystem.md             # Phase 5
โ”œโ”€โ”€ network_security_compliance.md     # Phase 6
โ”œโ”€โ”€ visionary_scenarios.md             # Phase 7
โ”œโ”€โ”€ critique_response.md               # Phase 8
โ”œโ”€โ”€ regional_markets.md                # Phase 9
โ”œโ”€โ”€ complete_coverage.md               # Phases 10-16
โ””โ”€โ”€ company_reports/                   # Phase 3 (7 reports)

assets/
โ”œโ”€โ”€ scenario_01/ โ†’ 05/                 # Phase 1 (5 charts)
โ”œโ”€โ”€ mega/                              # Phase 2 (10 charts)
โ”œโ”€โ”€ company/{samsung,apple,...}/        # Phase 3 (42 charts)
โ”œโ”€โ”€ settlement/                        # Phase 4 (5 charts)
โ”œโ”€โ”€ developer/                         # Phase 5 (6 charts)
โ”œโ”€โ”€ nsc/                               # Phase 6 (5 charts)
โ”œโ”€โ”€ visionary/                         # Phase 7 (6 charts)
โ”œโ”€โ”€ critique/                          # Phase 8 (6 charts)
โ”œโ”€โ”€ regional/                          # Phase 9 (4 charts)
โ””โ”€โ”€ coverage/                          # Phases 10-16 (6 charts)

๐Ÿ—บ๏ธ Roadmap

Phase Timeline Status Description
Phase 0 Feb 2026 โœ… Complete Full simulation โ€” 1,632 scenarios, 95 charts, 16 phases
Phase 1 Feb 2026 โœ… Complete Android PoC โ€” live on Samsung S24 Ultra
Phase 2 Mar 2026 ๐Ÿ”„ Active Grรผndungszuschuss application (Germany)
Phase 3 Apr 2026 โฌœ Planned Pitch deck + Transsion/Xiaomi outreach
Phase 4 May-Jun 2026 โฌœ Planned India pilot (1,000 devices)
Phase 5 Jul-Aug 2026 โฌœ Planned Seed Round + developer SDK
Phase 6 Q4 2026 โฌœ Planned Scale to 100K+ devices
Phase 7 Q1 2027 โฌœ Planned Second manufacturer partner + 1M devices

๐Ÿ—๏ธ Project Architecture

NHP_Simulation/
โ”œโ”€โ”€ config.py                          # All simulation constants
โ”œโ”€โ”€ main.py                            # Phase 1 entry point
โ”œโ”€โ”€ requirements.txt                   # Python dependencies
โ”œโ”€โ”€ NHP_PROJECT_MEMORY.md              # Project memory for AI continuity
โ”‚
โ”œโ”€โ”€ scenarios/                         # Phase 1: 5 scenarios ร— 4 variants
โ”‚   โ”œโ”€โ”€ scenario_01_computing_power/
โ”‚   โ”œโ”€โ”€ scenario_02_user_income/
โ”‚   โ”œโ”€โ”€ scenario_03_manufacturer_savings/
โ”‚   โ”œโ”€โ”€ scenario_04_network_growth/
โ”‚   โ””โ”€โ”€ scenario_05_environmental_impact/
โ”‚
โ”œโ”€โ”€ mega_simulation/                   # All phase modules
โ”‚   โ”œโ”€โ”€ data.py                        # Manufacturer/cloud/region data
โ”‚   โ”œโ”€โ”€ engine.py                      # 13 computation functions
โ”‚   โ”œโ”€โ”€ scenarios.py                   # 520 scenario generator
โ”‚   โ”œโ”€โ”€ charts.py                      # Chart generation
โ”‚   โ”œโ”€โ”€ report.py                      # Bilingual report builder
โ”‚   โ”œโ”€โ”€ run.py                         # Phase 2 entry point
โ”‚   โ”œโ”€โ”€ company_profiles.py            # 7 manufacturer deep profiles
โ”‚   โ”œโ”€โ”€ generate_company_reports.py    # Phase 3 entry point
โ”‚   โ”œโ”€โ”€ settlement_comparison.py       # Phase 4: Settlement systems
โ”‚   โ”œโ”€โ”€ developer_ecosystem.py         # Phase 5: Developer demand
โ”‚   โ”œโ”€โ”€ network_security_compliance.py # Phase 6: Security & compliance
โ”‚   โ”œโ”€โ”€ visionary_scenarios.py         # Phase 7: 10 visionary ideas
โ”‚   โ”œโ”€โ”€ critique_scenarios.py          # Phase 8: Critique response
โ”‚   โ”œโ”€โ”€ regional_markets.py            # Phase 9: 6 regional markets
โ”‚   โ””โ”€โ”€ complete_coverage.py           # Phases 10-16: Full coverage
โ”‚
โ”œโ”€โ”€ output/                            # Generated reports (11 files)
โ””โ”€โ”€ assets/                            # Generated charts (95 PNGs)

๐Ÿ”‘ Why NHP is Different

Feature NHP io.net Grass Render Akash
Device Base 4B smartphones 500K GPUs 2M desktops 300K GPUs 100K servers
TEE Security โœ… Hardware-isolated โŒ โŒ โŒ โŒ
Manufacturer Partnership โœ… Required โŒ โŒ โŒ โŒ
Blockchain Neutral โœ… Any chain โŒ Solana โŒ Own chain โŒ Own chain โŒ Cosmos
User Action Required None (auto) Setup GPU Install app Setup GPU Deploy container
Target Market Everyone Crypto miners Crypto users 3D artists Developers

๐Ÿค For Manufacturers

If you are a manufacturer representative reading this:

Your company's AI cloud bill is growing 40% year over year. NHP can:

  1. Cut your cloud costs by $8M-$112M/year depending on scale
  2. Give you a marketing weapon: "Your phone earns money while you sleep"
  3. Reduce your carbon footprint by up to 2M tons COโ‚‚/year
  4. Create user lock-in: users won't switch to a phone that doesn't earn them money

Each company has a dedicated analysis โ€” find yours in output/company_reports/.

๐Ÿ“ง Contact: Open an issue or reach out directly.


๐Ÿ“„ License

This project is licensed under the MIT License โ€” see LICENSE for details.


โšก NHP โ€” Computing in Everyone's Hands
โšก NHP โ€” ุงู„ุญูˆุณุจุฉ ููŠ ูŠุฏ ุงู„ุฌู…ูŠุน

1,632 scenarios. 95 charts. 16 phases. 6 regions. 7 manufacturers. 10 AI tasks. 12 risks mitigated. 6 UN SDGs. 5-year revenue model. 1 Android app. 1 vision.

About

Concept and simulation framework for distributed AI compute using idle smartphones at global scale.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages