Skip to Main Content
|
← setara.network
WHITEPAPER v1.0

Setara Network

India's Sovereign Document Blockchain

VERSION 1.0MARCH 2026COSMOS SDK v0.53COMETBFT

Abstract

Setara is a sovereign, purpose-built blockchain for document management, designed and built in India. It enables organizations to register, store, and verify documents on an immutable ledger without the complexity of tokens, wallets, or cryptocurrency. Built on the Cosmos SDK with CometBFT consensus, Setara offers enterprise-grade reliability with consumer-grade simplicity.

0
Tokens Required
~1s
Block Finality
INR
Fiat Billing
100%
Open Source
01

The Problem

India's digital infrastructure is rapidly growing, but document verification remains fragmented and trust-dependent:

Certificate fraud costs Indian universities and employers billions annually

Document verification requires manual processes, taking days or weeks

No unified system exists for cross-organizational document trust

Existing blockchain solutions require token management, making them impractical for non-technical organizations

Centralized databases are single points of failure and susceptible to tampering

02

The Setara Solution

Setara is a permissionless read, permissioned write blockchain:

Read: Anyone

Verify any document on the network without authentication

Write: Orgs Only

Only registered organizations can register documents

No Tokens

Billing in fiat (INR) via credit system — no crypto complexity

Self-Hosted

Each organization runs their own validator node + IPFS storage

2.1

Design Principles

01

Simplicity over sophisticationMinimal components, one-command deployment

02

Fiat-firstCredits in INR, no token economics or trading

03

Organization-centricBuilt for institutions, not individuals

04

SovereignDesigned for Indian regulatory requirements

05

Open sourceTransparent and auditable

03

Architecture

3.1

Chain Layer

Setara is built on:

Cosmos SDK v0.53

Modular blockchain framework

CometBFT

Byzantine fault-tolerant consensus

Proof of Authority

Organizations become validators

The chain has two custom modules:

x/document

  • RegisterDocument — Store hash, IPFS CID, metadata, recipient
  • VerifyDocument — Emit verification event
  • DocumentByHash — O(1) lookup via secondary index

x/organization

  • RegisterOrganization — Register org on-chain with admin address
  • Access control — Only org admins can register documents
3.2

Storage Layer

On-chain:  document_hash | ipfs_cid | metadata | issuer | recipient | timestamp
IPFS:      actual files (certificates, PDFs, images)
Per-org:   each org runs its own IPFS node → data sovereignty
3.3

API Layer

REST API server handling organization registration, credit-based billing, document submission, and public verification.

POST /api/v1/register          # Self-service org registration
POST /api/v1/me/documents      # Register document (deducts credits)
GET  /api/v1/verify?hash=...   # Public verification
GET  /api/v1/me/wallet          # Check credit balance
3.4

Infrastructure

ComponentHosted ByTechnology
Seed / Sentry nodesSetarasetarad
API ServerSetaraGo + SQLite
Block ExplorerSetaraPing.pub
Admin PanelSetaraWeb (Tailwind)
Validator NodeEach Orgsetarad (Docker)
IPFS NodeEach OrgKubo (Docker)
04

Consensus & Validators

Setara uses a Proof of Authority model:

Validators

Each registered org runs a validator node

No Staking

Validators are trusted organizations, not token holders

Zero Gas

Transactions are free at the chain level

Instant Finality

CometBFT provides immediate block finality

Validator Requirements

RequirementSpecification
IdentityRegistered organization with verified identity
Server2 CPU, 4GB RAM, 100GB SSD minimum
NetworkStable internet connection
SetupDocker Compose — one-command deployment
05

Billing Model

ItemCost
Signup bonus5,000 credits (free)
Document registration1 credit (default, configurable per org)
Credit rateDenominated in INR (configurable)
Validator nodeFree (testnet), pricing TBD (mainnet)

Flow

1. Organization registers via API → receives 5,000 free credits
2. Each document registration deducts credits from wallet
3. Super admin manages wallet top-ups (fiat via Razorpay)
4. Per-org configurable pricing for enterprise clients
06

Networks

ACTIVE

setara-testnet-1

  • Development and testing
  • 5,000 free credits on signup
  • Data may be reset periodically
  • Open for all organizations
COMING SOON

setara-1

  • Production network
  • Paid credits (after free tier)
  • Permanent, immutable data
  • Validator onboarding required
07

Use Cases

Sports Certificates

Krida e Pramaan: Competition certificates on-chain. Athletes and employers verify instantly.

Academic Credentials

Tamper-proof degree certificates. Employers verify without contacting the university.

Government Documents

Land records, identity proofs, official documents with immutable audit trails.

Corporate Compliance

Audit trails, legal documents stored immutably for regulatory requirements.

Healthcare Records

Patient records with verifiable provenance and privacy-preserving hash storage.

Supply Chain

Certificate of origin and provenance tracking for goods.

08

Roadmap

Phase 1FoundationCURRENT
Setara Document Chain (testnet)API with credit-based billingDocker deploymentBlock explorerWebsite & docs
Phase 2GrowthNEXT
Mainnet launchRazorpay integrationSDK (JS, Python, Go)Mobile verification appFirst 10 organizations
Phase 3EcosystemPLANNED
EVM chain (Ethermint) via IBCNFT chain for certificate NFTsToken chainDeveloper grants program
Phase 4ScaleVISION
100+ organizationsMulti-region validatorsGovernment partnershipsInternational expansion
09

Security

CometBFT consensusByzantine fault-tolerant up to 1/3 malicious validators

Access controlOnly org admins can write, enforced at chain level via keeper interfaces

No tokensNo economic attack surface — no MEV, no front-running, no token manipulation

IPFS content addressingDocuments are immutable by CID — tamper-proof by design

API key authenticationPer-org API keys with super admin oversight and constant-time comparison

Deterministic IDsSHA-256 based ID generation prevents enumeration attacks

10

Conclusion

Setara makes blockchain practical for Indian organizations by removing the complexity of tokens and cryptocurrency while preserving the guarantees of decentralization, immutability, and trustless verification. It is designed to be the document trust layer for India.

SETARA NETWORK

setara.network

Built with pride in India.