For the complete documentation index, see llms.txt. This page is also available as Markdown.

System Overview

ZDrive is built on a Cloudflare Worker that acts as the routing and trust boundary layer between the browser client and all backend services. It handles request routing, wallet identity verification, rate limiting, credit checks, and proxying to TEE inference and Arweave storage.

Component diagram

Request routing

The CF Worker inspects the hostname and path to route every request:

Environments

Environment
Domain
Notes

Production

zdrive.io / app.zdrive.io

Base mainnet, live credits

Staging

stg.zdrive.io / stg-app.zdrive.io

Base Sepolia testnet

Last updated

Was this helpful?