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
Hash participation rate in recent slots
Verified helpful actions (Kindness Queue, mentoring, support)
Original content, art, code, or educational contributions
ZenTropy participation, quests, ecosystem engagement
ZENCOIN holdings (logarithmic scale)
Account age and consistent participation
Your PoE Score
Component Breakdown
Estimated Block Rewards
* Assumes average PoE of 50 across all participants
Example Profiles
Click to load preset scenarios and see how different contribution styles score:
Weight Rationale
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
/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
}