Overview

Swimchain's guarantees — no ads, no manipulation, no owner — aren't policies. They're consequences of protocol mechanics. This page explains the mechanics. Everything described here is implemented and running; the full specifications are in the open-source repository.

Mining Is Paying

There is no miner class on Swimchain. Every action — posting, replying, keeping content alive — carries its own small proof-of-work, and that work is the payment. Effort aggregates upward through a recursive block tree: actions roll up into content blocks, content blocks into space blocks, space blocks into the root chain.

  • Creating a post costs the most work
  • Replying costs less — discussion is encouraged
  • Engagement to persist content costs the least
  • Nobody profits from anyone else's work

The result: participation is the security model. There are no block rewards, no tokens, and nothing to speculate on.

Engagement Costs Work. Sybils Multiply Cost, Not Effect.

Every engagement is its own proof-of-work action, and a valid engagement resets the content's decay timer:

  • The reset costs the same work no matter who mines it
  • A hundred fake accounts don't extend a lifetime — they multiply the bill
  • Persistence is rented forever, never owned

Sock puppets provide exactly zero advantage. Self-promotion isn't banned — it's just paying, every decay cycle, to float content nobody else cares about.

Adaptive Decay, Bounded Storage

Content decays unless the community engages with it — and the decay rate is not fixed. The half-life adapts to storage pressure: when the chain grows fast, content decays faster; when activity is low, content lives longer. The system targets a bounded storage footprint instead of growing forever.

This is why Swimchain can do what most chains can't: the whole thing fits on a phone. A mobile device can be a full node, not a second-class light client that trusts someone else's server.

Forks Are the Escape Hatch

On most blockchains, a 51% attack is existential. On Swimchain, it's self-defeating. If an attacker captures a chain, the community forks away — identities travel automatically, and content that matters gets re-earned — and the new fork can exclude the attacker entirely.

The attacker “wins” an empty chain. Capture is economically irrational, which is the strongest deterrent there is. Forks aren't failures on Swimchain; they're how communities govern themselves without a government.

Communities Form Themselves

When a group of users interact mostly with each other, the network detects the cluster from chain data and gives it its own space — automatically, deterministically, with no admin deciding anything. It's a graduation, not an eviction: threads continue with a visible pointer, members keep full access to the parent space, and the new lane is theirs to rename.

One structural guard: a cluster only graduates if it's a minority of the space's active participants — a space's regulars can never be split off from their own space. And the same mechanism handles spam without moderators: a spammer engaging only with themselves is a “community” of one, and ends up alone in a space nobody visits. They aren't punished — they get exactly what they built.

View-to-Host Distribution

You only ever host content you chose to look at. Nodes cache and serve what their user viewed — nothing is pushed to your disk, and nothing is fetched on your behalf.

  • Consent-based: your storage holds only what you opened
  • Spam-immune: don't view it, never download it
  • Honest availability: content survives while viewers exist

The chain record of a post (who, when, proof-of-work) persists independently, so you can always verify something was said — even after the content itself has drifted away.

Recognition Without an Economy

Swimchain rewards contribution with recognition, not currency. Achievements are permanent, non-transferable badges for real milestones — your first post, hosting streaks, lifetime bandwidth served to peers. They can't be bought, traded, or farmed.

Alongside that, every poster has a reputation that decays when the community attests their content as spam and recovers over time with good behavior. Accountability comes from a persistent pseudonymous identity with something to lose — not from a real name, an email, or a phone number.

Friction Is a Feature

Posting takes seconds of computation, and that's deliberate. The delay is a structural pause that interrupts impulse posting, discourages doomscrolling, and self-selects for people who mean what they write. Engagement-optimized platforms remove friction because friction reduces extractable attention. Swimchain inverts that: friction is the defense.

It's never instant, for anyone, on any device. Quality over quantity is enforced by physics, not by policy.

Go Deeper