Overview
Decentralized publishing and peer review is the DeSci pillar that targets how research is disseminated and validated, sitting alongside novel funding, IP-NFTs, and DeSci DAOs. The traditional stack – a handful of commercial journals gate-keeping both distribution and validation – is the part of science the Ethereum Foundation's DeSci hub singles out for “creating, reviewing, crediting, storing, and disseminating” knowledge on open infrastructure.
The problem it targets
- An extractive publishing cartel. A few publishers dominate the literature at margins that dwarf most of tech: Elsevier has run a profit margin approaching 40%, sustained because the manuscripts, editing, and peer review are supplied for free by publicly-funded academics.
- Peer review is unpaid and opaque. Reviewers work without compensation and without public credit. In March 2025 four researchers sued six of the largest publishers, alleging they colluded not to pay for peer review – a direct challenge to the free-labor model.
- Paywalls and shifted costs. Publicly-funded results sit behind subscriptions; open-access “fixes” often just move the bill to authors via article-processing charges.
- The PDF loses the science. Data, code, and provenance are stripped out of a flat file, making results hard to reproduce, reuse, or machine-read.
What decentralized publishing changes
The core move is to publish a research object rather than a document: manuscript, data, code, figures, and metadata bundled as one versioned, independently-addressable unit.
- Content-addressed, persistent identifiers. DeSci Nodes auto-assign a dPID (decentralized persistent identifier) built on content identifiers (CIDs) – cryptographic fingerprints that pin an exact version, guard against content drift, and let readers cite an individual component, not just a whole paper.
- Beyond the PDF. DeSci Codex is an open protocol for durable, reusable, AI-ready research objects with a transparent version history – the container the flat file never was.
- Open access by default. Preprint-first publishing puts the work in public the moment it is submitted, before – not after – review.
- Credit becomes an on-chain asset. Reviews and contributions are recorded as attestations tied to a wallet, so a reviewer accrues portable reputation instead of anonymous, uncredited labor.
Paying for peer review: ResearchHub & ResearchCoin
ResearchHub is the clearest working model for the paid-review thesis. Its journal pays reviewers $150 in ResearchCoin (RSC) for a completed peer review, is open access by default with every submission immediately available as a preprint, and targets peer review in as few as 14 days – a fraction of a traditional journal's timeline. RSC also funds bounties and community governance across the platform.
The token moved onto major venues over 2025 – listed on Coinbase (Base network) on 31 July 2025 and Kraken on 17 November 2025 – and ResearchHub has integrated with Bio Protocol and Molecule to route RSC bounties into an on-chain research workflow, pulling peer review directly into the BioDAO funding pipeline.
Infrastructure and standards
Under the platforms sits open, publicly-inspectable infrastructure. DeSci Labs' Nodes are open-source “secure PID containers for interoperable research objects,” and the dPID protocol standardizes how those objects are named and resolved so citations point at durable, content-addressed artifacts rather than link-rotting URLs. Because objects are versioned and fingerprinted, the provenance chain – who published what, when, and what changed – is auditable rather than taken on trust. This is the same shift the rest of DeSci makes with IP-NFTs: turn an opaque institutional record into an open, portable, on-chain one.
How Caper approaches this
Caper is a DAO protocol, not a publishing platform – it does not host papers or run peer review. But it shares the load-bearing principle underneath decentralized review: credit and influence should be earned and non-transferable. Paid on-chain peer review works precisely because a reviewer's reputation is accrued by contribution and stays attached to them; it is not a badge anyone can buy.
Caper's governance carries the same idea into who steers a treasury. Every vote mints a soulbound proof-of-vote token – non-divisible and non-transferable in the contract (DIVISIBILITY_NONE, deposits gated to the component's own calls) – and a member's earned voting record folds directly into both their vote weight and their exit share, computed as (held · votes) / (supply · circulation). Influence you accumulate by turning up cannot be bought or sold, mirroring the reviewer-reputation model on-chain publishing is trying to build. It is not bag-less – holdings still multiply weight – but the decisive, participation-earned factor is un-buyable by design. (Verified against contracts/src/caper_dao.rs.)