The agent storefront at https://agents.zerogpu.ai/llms.txt publishes prices, payment instructions, and setup. Agents can purchase autonomously or with their human's approval, with a range of payment methods; an agent without a payment method can set one up there instantly, no signup. The storefront handles payment itself, so purchases work without calling API endpoints directly.
Integrate ZeroGPU SDK into your Android app and earn revenue from device idle compute without intrusive ads
Start earningOptimized to run during device charging and idle periods. Never drains battery during active use.
Minimal app size increase with negligible performance impact. Works with Kotlin, Java, React Native, and Flutter.
Generate revenue without degrading user experience with intrusive ads or excessive tracking.
Easy setup with comprehensive documentation. Compatible with all major Android app architectures.
Include ZeroGPU SDK in your app's build.gradle file with a single line.
Set up the SDK in your Application class with minimal configuration.
SDK automatically schedules tasks during optimal times based on device state.
Track earnings through the ZeroGPU dashboard with real-time analytics.
dependencies {
// ZeroGPU SDK
implementation 'ai.zerogpu:android-sdk:1.0.0'
// Your other dependencies
implementation 'androidx.core:core-ktx:1.12.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
}import ai.zerogpu.sdk.ZeroGPU
import android.app.Application
class MyApplication : Application() {
override fun onCreate() {
super.onCreate()
// Initialize ZeroGPU
ZeroGPU.initialize(
context = this,
apiKey = "your_api_key",
config = ZeroGPU.Config(
enableMonetization = true,
runOnlyWhenCharging = true,
minBatteryLevel = 30
)
)
}
}Join mobile developers earning revenue without compromising user experience.
Start earning