Contributor Integration (PC / App)

Node Lifecycle

  • registered: Device completed first registration and binding.
  • online: Meets Wi-Fi and policy requirements; available for scheduling.
  • busy: Serving enterprise requests.
  • paused: User paused sharing or device no longer meets constraints.
  • offline: Device disconnected or exited.

Recommended Policies

  • Set wifiOnly=true to avoid mobile data usage.
  • Set dailyCapMB to prevent over-consumption.
  • Limit bandwidthLimitPercent to protect local user experience.
GET /api/dashboard
Authorization: Bearer <user_jwt>

Device Trust Score

The platform calculates trust based on online stability, success rate, anomaly behavior, and geo substitutability. This score influences scheduling opportunity and payout weight.

Privacy Boundaries

  • Bandwidth is shared only with explicit user authorization.
  • Users can stop sharing at any time for immediate removal from the pool.
  • The platform keeps anti-abuse interception and risk downgrade strategies.
Next: Enterprise API