/** * rVote landing page — democratic backlog prioritization. */ export function renderLanding(): string { return `
rVote

Democratic Backlog
Prioritization

Quadratic conviction voting with time-decay. Surface the ideas your community actually cares about — not just the loudest voices.

Try the Demo Create a Space

Three ideas, one system

Quadratic Cost

Each additional vote on the same proposal costs quadratically more credits. One vote = 1 credit, two = 4, three = 9. Prevents plutocratic capture.

Reddit-style Ranking

Proposals accumulate conviction score from community votes. The most supported ideas float to the top.

Vote Decay

Votes lose weight over 30–60 days. Stale support fades automatically — no need to manually close polls.

What is Quadratic Priority Ranking?

The Problem

Traditional voting (1 person = 1 vote) lets small, passionate groups dominate. Token-weighted voting lets whales decide everything. Neither reflects genuine community preference.

The Solution

Quadratic voting makes strong preferences expensive. You can signal that you care a lot — but it costs quadratically more. This balances intensity of preference with breadth of support.

Vote cost calculator

The cost of conviction grows quadratically.

1
vote
1 credit
2
votes
4 credits
3
votes
9 credits
4
votes
16 credits
5
votes
25 credits

The lifecycle of a proposal

1

Ranking (QPR)

Community members spend credits to upvote proposals. Conviction score accumulates with quadratic cost.

2

Score reaches +100

When a proposal crosses the promotion threshold (default 100), it automatically enters the final vote.

3

Pass / Fail Vote

A time-limited binary vote (Yes / No / Abstain) decides the outcome. Simple majority wins.

Built for real governance

Earn Credits Daily

Every verified member receives a daily credit allowance. No pay-to-play.

Vote Decay

Votes decay linearly from day 30 to day 60. Stale support fades, keeping rankings fresh.

Sybil Resistant

Passkey authentication via EncryptID. One person, one identity, one credit stream.

Auto Promotion

Proposals that hit the threshold automatically move to a final pass/fail vote. No admin bottleneck.

Ready to prioritize democratically?

Create a governance space, submit proposals, and let your community decide what matters most.

← Back to rSpace
`; }