You give Prova a file. We chunk it, replicate it across independent provers, and pin it down with an on-chain deal. Every 30 seconds, every prover proves the file is still there with a cryptographic proof of data possession. You retrieve over HTTPS, IPFS, or libp2p. You pay in USDC on Base.
No new chain. No bridges. No token launch. No custody. Just verifiable, retrievable storage.
- Static websites, anchored to ENS contenthash
- Datasets and research archives
- AI corpora and model weights, with auditable provenance
| Repo | What |
|---|---|
| prova | Umbrella + cross-cutting docs |
| cli | @prova-network/cli — the prova command |
| sdk | @prova-network/sdk + core — TypeScript SDK |
| contracts | Solidity contracts (Base) |
| prover | provad — the Go prover daemon |
| website | The prova.network site |
| desktop | Electron prover wrapper |
| brand | Logos, diagrams, brand kit |
| docs | docs.prova.network source |
# Browser, no install
open https://prova.network/upload/
# CLI
curl -fsSL https://get.prova.network | sh
prova auth
prova put ./file.bin
# SDK
npm i @prova-network/sdk viemAll code: Apache-2.0 OR MIT. Brand assets: CC-BY-4.0.