Proof-of-Everything Calculator

Simulate your PoE score and understand how rewards are distributed

What is Proof-of-Everything?

🎯

Multi-Factor Merit

Unlike single-factor systems (PoW=hashrate, PoS=stake), PoE measures multiple forms of contribution to create a fair, holistic score.

Weighted Components

Six components with explicit weights ensure diverse paths to contribution. No single metric dominates.

💰

Reward Distribution

40% of each block's rewards are distributed to participants proportionally by PoE score.

Calculate Your PoE Score

25% weight

Hash participation rate in recent slots

50
0 = No participation 100 = Every slot
25% weight

Verified helpful actions (Kindness Queue, mentoring, support)

30
0 = No recorded kindness 100 = Top helper
20% weight

Original content, art, code, or educational contributions

20
0 = No content 100 = Prolific creator
15% weight

ZenTropy participation, quests, ecosystem engagement

40
0 = No gameplay 100 = Daily active
10% weight

ZENCOIN holdings (logarithmic scale)

25
0 = No stake 100 = Significant holder
5% weight

Account age and consistent participation

60
0 = New account 100 = Genesis participant

Your PoE Score

38.50 / 100

Component Breakdown

PoH (Hash) 12.50
PoK (Kindness) 7.50
PoC (Creation) 4.00
PoP (Play) 6.00
PoS (Stake) 2.50
PoT (Time) 3.00

Estimated Block Rewards

If you participate in a block with 100 participants:
Block participant pool: 20 ZENCOIN
Your share (PoE-weighted): ~0.077 ZENCOIN

* Assumes average PoE of 50 across all participants

Example Profiles

Click to load preset scenarios and see how different contribution styles score:

Weight Rationale

PoH 25%
PoK 25%
PoC 20%
PoP 15%
PoS 10%
PoT 5%

Hash + Kindness (50% combined)

Participation and helping others are the core values. Equal weight ensures both active network contribution and community support are rewarded.

Creation + Play (35% combined)

Creating value (content, art, code) and engaging with the ecosystem (quests, games) are meaningful contributions that build culture.

Stake + Time (15% combined)

Economic alignment and loyalty matter, but less than active contribution. This prevents pure plutocracy while rewarding commitment.

The Formula

PoE = (PoH × 0.25) + (PoK × 0.25) + (PoC × 0.20) + (PoP × 0.15) + (PoS × 0.10) + (PoT × 0.05)

Governance Voting Power

Voting Power = sqrt(ZENCOIN_BALANCE) × PoE_COMPOSITE_SCORE

Quadratic scaling on balance prevents whale dominance, while PoE multiplication ensures contributors have outsized voice.

API Access

Get Your PoE Score

GET /api/satori/poe/{wallet_address}
{
  "wallet": "0x742d...",
  "composite_score": 85.5,
  "scores": {
    "poh": { "score": 90, "weight": 0.25, "contribution": 22.5 },
    "pok": { "score": 80, "weight": 0.25, "contribution": 20.0 },
    "poc": { "score": 75, "weight": 0.20, "contribution": 15.0 },
    "pop": { "score": 85, "weight": 0.15, "contribution": 12.75 },
    "pos": { "score": 95, "weight": 0.10, "contribution": 9.5 },
    "pot": { "score": 70, "weight": 0.05, "contribution": 3.5 }
  },
  "rank": 42,
  "percentile": 95.2
}