AI 产品解读Passive income generation by sharing idle internet bandwidth and contributing to decentralized AI training
Allows users to monetize their unused internet bandwidth and participate in ethical/decentralized AI development, turning idle resources into a revenue stream
Install extension → Create account on app.nodepay.ai → Extension authenticates via token from web app → Background service worker maintains connection and periodically pings Nodepay servers (nw.nodepay.ai/api/network/ping) → Bandwidth is shared in the background → User earns rewards tracked via IP score and dashboard at app.nodepay.ai
Passive income from idle bandwidth sharingActive participation rewards (dataset sharing, RLHF, model validation, human verification)Privacy controls - users choose which datasets to shareDashboard for tracking earnings and IP scoreKeep-alive mechanism to maintain continuous connection
- 目标用户
- Regular internet users seeking passive income / People interested in contributing to decentralized AI development / Users comfortable sharing bandwidth for compensation
- Main JS bundle (main.9d9ff9f9.js) is heavily minified making it difficult to inspect UI-level features like upgrade flows or premium banners in detail
- The actual login UI and any paid tier interfaces live on the external web app (app.nodepay.ai) and cannot be inspected from extension source alone
- Cannot determine exact reward/payment mechanism (tokens, crypto, fiat) from extension source code
付费分析未识别到付费功能
The extension itself contains no payment processing code (no Stripe, no subscription APIs, no premium feature gating, no billing endpoints). A 'bg-banner-upgrade.svg' asset exists suggesting a possible upgrade banner in the UI, but no billing or payment logic was found in the source code. Nodepay as a platform may have tiered rewards or plans, but the extension does not gate features behind payment. The extension is free to install and use.
- 置信度
- 70
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension requires authentication via a Nodepay account on app.nodepay.ai. The content script reads an 'np_token' from localStorage on nodepay.ai pages and forwards it to the service worker. The service worker calls https://api.nodepay.ai/api/auth/session with a Bearer token to validate the session and retrieve user profile (uid). If no token is found at startup, the extension opens app.nodepay.ai/dashboard in a new tab for the user to log in. The store description also explicitly states 'create an account, and start earning immediately.'