← Back to Product Feed

Hacker News Show HN: Hashiverse, an open-source decentralized social network in Rust

An open-source, decentralized social network protocol designed to solve the fundamental problem of Sybil resistance without a gatekeeper. It positions itself as a Twitter-shaped network where all actions carry a proof-of-work cost to prevent abuse and enable self-moderation.

2
Traction Score
0
Discussions
May 14, 2026
Launch Date
View Origin Link

Product Positioning & Context

AI Executive Synthesis
An open-source, decentralized social network protocol designed to solve the fundamental problem of Sybil resistance without a gatekeeper. It positions itself as a Twitter-shaped network where all actions carry a proof-of-work cost to prevent abuse and enable self-moderation.
Hashiverse proposes a radical, PoW-centric solution to the inherent challenges of decentralized social networks, primarily Sybil resistance and content moderation. By embedding a calibrated proof-of-work cost into every protocol action, it attempts to disincentivize malicious behavior and establish reputation without relying on centralized authorities. This intricate multi-hash chaining and data-dependent dispatch mechanism represents a significant architectural bet in the Web3 social space. The market implication is a potential paradigm shift in how decentralized platforms manage identity, spam, and abuse, moving from trust-based or centralized moderation to a resource-constrained, economic model. Success hinges on the practical viability of PoW for routine social interactions and its long-term resilience against specialized hardware, positioning it as a high-risk, high-reward endeavor in the pursuit of truly decentralized social infrastructure.
Hashiverse (https://github.com/hashiverse/hashiverse) is an open-source decentralized social network protocol where Sybil
resistance, rate limiting, peer reputation, and content moderation all fall out of one design choice: every action carries a
proof-of-work cost calibrated to how much abuse it could cause. No central servers, no DNS dependency, no registration authority,
no moderation team. Rust core, WASM browser client, volunteers on $5 VPS machines.

Twitter-shaped (posts, follows, hashtags, timelines). The design problem that usually kills these projects on day one is Sybil
resistance without a gatekeeper, so that is what I most want feedback on. Signatures and encryption are conventional (ed25519 +
ML-DSA + FN-DSA, ChaCha20Poly1305, Blake3). The interesting surface is how every protocol action is priced in proof-of-work
calibrated to its abuse potential.

Shared primitive: a data-dependent chain over 17 hash algorithms. 5 rounds, each selecting one of 17 algorithms (Blake2s/b,
SHA-2/3 at 256/384/512, Keccak-256/384/512, Groestl-256/512, Whirlpool, Skein-256/512, Blake3) and applying it 1 or 2 times. The
algorithm index and repetition count for round N come from bytes of round N-1's output, so dispatch is data-dependent and only
resolved at runtime.

Honest prior art: Evan Duffield's X11 (Dash, 2014) chained 11 SHA-3 finalists with exactly this thesis. X11 ASICs (Baikal,
iBeLink) shipped by 2016. Multi-hash chaining delays ASICs, it does not prevent them. What's different here is data-dependent
dispatch (X11's pipeline is fixed) and variable repetition count. The honest question is not "is this ASIC-proof?" but "how much
delay does data-dependent dispatch buy, and what software-update cadence should a protocol with no upgrade authority plan for?"

Layer 1: Server-ID PoW (DHT membership). Generating a server identity means grinding a salt with the server's public keys through
the chained hash until the derived 256-bit Kademlia ID has enough leading zero bits. Hours on commodity hardware per identity.
Two compounding mitigations: bucket location IDs rotate on a monthly time epoch (the keyspace region around a user shifts
deterministically), and prolific users fan across more buckets as the hierarchy subdivides under load. An attacker pays admission
PoW against a moving target whose surface grows with the target's prolificness.

Layer 2: RPC PoW. Every RPC carries a PoW over (timestamp, salt, payload, client ID, destination server ID). Under-threshold
requests are rejected before payload parse. Timestamp pinning prevents replay; ID pinning prevents reuse across (client, server)
pairs. Knock-on: because the destination server's ID is in the PoW, servers handling real load accumulate a routing-table
reputation. A fresh Sybil has no traffic history; to affect the routing table they must either be useful or grind their own fake
reputation by paying RPC PoW for every fabricated client request. Useful work becomes a Sybil deterrent.

Post submission is a sub-case: two-phase Claim/Commit so one cheap PoW cannot deliver a huge payload. Submission difficulty
scales with recent posting frequency.

Layer 3: Per-feedback PoW. No central tally. Every signal (like, dislike, hate speech, spam, CSAM, etc.) is a PoW-stamped entry
over (post_id, feedback_type), so a PoW cannot be reused across signals or posts. We use straightforward statistics to infer the
total number of feedback submissions as the reciprocal of the unlikelihood of the globally-maximum PoW per (post_id,
feedback_type) pair. That maximum is healed by clients noticing discrepancies, not by server-to-server gossip.

If any of this resonates, or you spot something I've gotten wrong, I would love to hear it. PRs welcome.

-- Jimme Jardine
open-source decentralized social network protocol Sybil resistance rate limiting peer reputation content moderation proof-of-work cost no central servers Rust core

Related Ecosystem & Alternatives

Discover adjacent products, open-source repositories, and developer tools sharing similar technical architecture.

Deep-Dive FAQs

What is Hashiverse, an open-source decentralized social network in Rust?
Hashiverse, an open-source decentralized social network in Rust is analyzed by our AI as: An open-source, decentralized social network protocol designed to solve the fundamental problem of Sybil resistance without a gatekeeper. It positions itself as a Twitter-shaped network where all actions carry a proof-of-work cost to prevent abuse and enable self-moderation.. It focuses on Hashiverse proposes a radical, PoW-centric solution to the inherent challenges of decentralized social networks, primarily Sybil resistance and con...
Where did Hashiverse, an open-source decentralized social network in Rust originate?
Data for Hashiverse, an open-source decentralized social network in Rust was aggregated directly from the Hacker News community ecosystem, representing raw developer and early-adopter sentiment.
When was Hashiverse, an open-source decentralized social network in Rust publicly launched?
The initial public indexing or launch date for Hashiverse, an open-source decentralized social network in Rust within our tracked developer communities was recorded on May 14, 2026.
How popular is Hashiverse, an open-source decentralized social network in Rust?
Hashiverse, an open-source decentralized social network in Rust has achieved measurable traction, logging over 2 traction score and facilitating 0 recorded discussions or engagements.
Which technical categories define Hashiverse, an open-source decentralized social network in Rust?
Based on metadata extraction, Hashiverse, an open-source decentralized social network in Rust is categorized under topics such as: open-source decentralized social network protocol, Sybil resistance, rate limiting, peer reputation.
Are there open-source alternatives related to Hashiverse, an open-source decentralized social network in Rust?
Yes, the GitHub ecosystem contains correlated projects. For example, a repository named Infatoshi/OpenSquirrel shares highly similar architectural descriptions and topics.
How does the creator describe Hashiverse, an open-source decentralized social network in Rust?
The original author or development team describes the product as follows: "Hashiverse (https://github.com/hashiverse/hashiverse) is an open-source decentralized social network protocol where Sybil resistance, rate limiting, peer reputation, and content moderation all fa..."

Community Voice & Feedback

No active discussions extracted yet.

Discovery Source

Hacker News Hacker News

Aggregated via automated community intelligence tracking.

Tech Stack Dependencies

No direct open-source NPM package mentions detected in the product documentation.

Media Tractions & Mentions

No mainstream media stories specifically mentioning this product name have been intercepted yet.

Deep Research & Science

No direct peer-reviewed scientific literature matched with this product's architecture.