What’s onchain
This gives you verifiability: anyone can check that a grant exists, that a builder is registered, or that a file record was registered, without trusting a single API. The Data Portability RPC (Gateway) provides fast reads and writes with eventual chain consistency so builders get low-latency access while the chain remains the authority.
What’s not onchain
- User data — Actual data files are encrypted and stored in the user’s chosen backend (hosted storage, Google Drive, Dropbox, IPFS). Only pointers and metadata are onchain.
- Decrypted content — Nothing that could reveal user data is written to the chain.
Networks
Get testnet VANA from the Vana Faucet.
Add Moksha to your wallet
In MetaMask, Rabby, or another EVM wallet, add a network with:Availability and resilience
Vana L1 is a proof-of-stake chain designed for high availability with active validators securing the network. See Validators for consensus details. The Data Portability RPC (Gateway) provides a caching and relay layer between protocol participants and the chain:- Reads (grant verification, registration lookup, file records) use cached state with low-latency responses.
- Writes (grant creation, registration) are submitted by the Gateway and confirmed on-chain asynchronously.
Smart Contracts & Addresses — contract addresses and chain operations. Validators — consensus and validator info.