Introducing a Community-Driven Governance Platform for Harmony

Hello Harmony community! :waving_hand:

We’re excited to share https://governance.country, an open governance platform built 100% by the Harmony community, for the community. This initiative was born from collaboration, decentralization, and the shared vision of empowering builders, DAOs, and contributors across the Harmony ecosystem.

The platform was shaped with the active participation of validators and notable community members, who contributed valuable insights, strategic guidance, and hands-on support during both the design and development phases. Their input has been essential in defining the governance flows, DAO structures, and long-term strategy.

:small_blue_diamond: What is Governance.Country?
A decentralized governance hub where anyone can:

  • Create and manage DAOs

  • Propose, discuss, and vote on initiatives

  • Build transparent, token-based governance processes

  • Enable community-driven execution aligned with Harmony values

:small_blue_diamond: Transparency & Security

  • All smart contracts are fully verified

  • Governance logic is on-chain and auditable

  • Built with a strong focus on decentralization and community control

:small_blue_diamond: Development Status
The platform is currently in the final development phase (dev β†’ prod). While polishing and final integrations are still underway, the core governance infrastructure is already functional and open for community feedback and participation.

This is not a foundation-led or corporate initiative β€” it is a grassroots effort, driven by builders, validators, and contributors who believe in Harmony’s decentralized future.

We invite everyone to explore the platform, participate in discussions, create DAOs, and help shape the next phase of governance on Harmony.

Let’s build governance together β€” transparently, collaboratively, and decentralized. :blue_heart:

2 Likes

Great work Harmonauts,

We both deserve & need a voting apparatus on HarmonyONE. ASAP

A few questions:

What is the annual cost for this platform. Are you requesting donations? IF yes, who are you asking to fund this? Where should funds be sent to upon approval.

Thanks in advance,

-Tenacious_DeFi

Transparency of Costs β€” Governance on Harmony

Last updated: January 23, 2026
Public document for community presentation
Stack:
Aragon OSX fork


:bar_chart: Executive Summary

Performance Cost (Recommended)

Category Monthly Cost Annual Cost
Compute Engine $280 $3.360
Cloud Memorystore (Redis) $35 $420
Cloud Pub/Sub (Message Queue) $25 $300
Cloud Storage & Backup $15 $180
Cloud DNS $1 $12
Cloud Load Balancer $18 $216
Cloud Monitoring & Logs $20 $240
Sentry (Optional) $29 $348
TOTAL PERFORMANCE (with Sentry) $423/mo $5.076/yr
TOTAL (without Sentry) $394/mo $4.728/yr

Minimum Viable Cost (Startup)

Category Monthly Cost Annual Cost
Compute Engine (2vCPU, 12GB RAM, 50GB SSD) $110 $1.320
Cloud Memorystore (768MB) $12 $144
Cloud Pub/Sub (Basic) $5 $60
Cloud Storage $5 $60
Cloud DNS $1 $12
Cloud Load Balancer $0 $0
Cloud Monitoring (Free) $0 $0
Sentry (Optional) $29 $348
TOTAL MINIMUM (with Sentry) $162/mo $1.944/yr
TOTAL (without Sentry) $133/mo $1.596/yr

:rocket: Detailed Comparison

Component Minimum Performance Difference
Scalability Medium (1.000 req/min) High (5.000+ req/min) 5x
API Latency 100-300ms 50-100ms 2-3x better
Uptime SLA 95% 99.9% Enterprise-grade
Concurrent Users ~500 ~1.000 2x capacity
vCPU / RAM 2vCPU / 12GB 4vCPU / 16GB Balanced vs Optimized
Storage 50GB SSD 100GB SSD 2x more space
Backup Manual Automatic 24h Full redundancy
Monitoring Basic Enterprise Advanced alerts

:one: MINIMUM COST (Startup/MVP)

Compute Engine β€” $110/mo

Configuration:
  Machine: n2-standard-2 (2 vCPU, 12GB RAM)
  Region: us-central1 (Iowa)
  Storage: 50GB SSD
  OS: Ubuntu 22.04 LTS
  Services: Node.js (API) + MongoDB (local) + Redis (local)
  Commitment: Pay-as-you-go
  Estimated: $110/mo

Capacity:

  • ~1.000 requests/min at peak (up from 500)
  • Single Node.js + Express server with multiple workers
  • MongoDB running on same VM (sufficient for <50K DAOs)
  • 2-3 worker processes
  • Suitable for small to medium deployments

Advantages over previous minimum:

  • More RAM β†’ better MongoDB performance
  • Better CPU allocation β†’ handles concurrent requests better
  • Larger storage β†’ more data before needing cleanup
  • Production-ready baseline

Limitations:

  • No auto-scaling
  • No load balancer
  • No geographic redundancy
  • Manual SSH deployments

Cloud Memorystore (Redis) β€” $12/mo

Configuration:
  Plan: Basic (768MB)
  Region: us-central1
  Redis Version: 7.2
  Replication: None
  Persistence: Disabled
  Estimated: $12/mo

Use Cases:

  • API response caching (5min TTL)
  • Simple rate limiting
  • ~5K simultaneous keys

Cloud Pub/Sub β€” $5/mo

Configuration:
  Topics: 3 (events, jobs, notifications)
  Subscriptions: 5
  Throughput: 10K msgs/day
  Retention: 7 days
  Estimated: $5/mo

Cloud Storage β€” $5/mo

Configuration:
  Storage: ~2GB data
  Transfer: 5GB/mo outbound
  Class: Standard
  Auto-backup: None
  Estimated: $5/mo

Cloud DNS β€” $1/mo

DNS:
  Public Zone: governance.one
  Records: A, MX, NS, CNAME (~10)
  Query Volume: 100K/mo
  Estimated: $1/mo

Cloud Monitoring (Free)

Monitoring:
  Custom Metrics: ~50
  Logs: Up to 50GB/mo
  Dashboards: 10+ custom
  Estimated: $0/mo

Sentry (Optional) β€” $29/mo

Configuration:
  Plan: Pro ($29/mo)
  Events/mo: 500K
  Retention: 90 days
  Alerting: Yes
  Estimated: $29/mo (OPTIONAL)

TOTAL MINIMUM: $133-162/mo (~$1.596-1.944/yr)

:white_check_mark: Best for: MVP, testnet, production-grade startup, 500-5K users
:white_check_mark: Ready for: Early adopters, beta testing, initial DAO deployments


:two: PERFORMANCE COST (Production)

Compute Engine β€” $280/mo

Configuration:
  Machine Type: n2-standard-4 (4 vCPU, 16GB RAM) Γ— 2
  Regions: us-central1 (primary) + europe-west1 (backup)
  Storage: 100GB SSD each
  Managed Instance Group: Auto-scaling (2-5 instances)
  Load Balancer: Global
  Services: Node.js (API) + MongoDB (local) + Redis (local)
  OS: Ubuntu 22.04 LTS with PM2
  Estimated: $140/mo (us) + $140/mo (eu) = $280/mo

Capacity:

  • ~5.000 requests/min at peak
  • 2 workers per machine (4 total)
  • Auto-scaling 2-5 instances on demand
  • MongoDB replicated across instances
  • <100ms latency in 99% of cases

Features:

  • Cloud CDN integrated
  • Automatic health checks
  • Multi-region support

Cloud Memorystore (Redis) β€” $35/mo

Configuration:
  Plan: Standard (5GB)
  Regions: us-central1 + read-only replica (eu)
  Redis Version: 7.2
  Replication: YES (HA)
  Persistence: RDB 1h + AOF
  Auto-failover: Yes
  Estimated: $35/mo

Use Cases:

  • API response caching (30min TTL)
  • Distributed rate limiting
  • Session management
  • ~50K simultaneous keys

Cloud Pub/Sub β€” $25/mo

Configuration:
  Topics: 10 (segmented by type)
  Subscriptions: 20+ (with dead-letter queues)
  Throughput: 500K msgs/day
  Retention: 24 hours
  Dead Letter Queue: Yes
  Estimated: $25/mo

Cloud Storage (Backup & Logs) β€” $15/mo

Configuration:
  Storage: ~10GB data + backups
  Transfer: 100GB/mo outbound
  Class: Standard (hot data)
  Replication: Multi-region
  Versioning: Enabled
  Estimated: $15/mo

Cloud DNS β€” $1/mo

DNS:
  Public Zones: 3 (governance.one, .country, .xyz)
  Records: ~30 (A, MX, NS, CAA, TXT)
  DNSSEC: Enabled
  Query Volume: 10M/mo
  Estimated: $1/mo

Cloud Load Balancer β€” $18/mo

Configuration:
  Type: Global HTTP(S) Load Balancer
  Forwarding Rules: 1
  Backend Services: 3 (API, WebSocket, Admin)
  Health Checks: Continuous
  CDN: Cloud CDN integrated
  DDoS Protection: Basic
  Estimated: $18/mo

Cloud Monitoring & Logging β€” $20/mo

Configuration:
  Uptime Checks: 5 endpoints
  Custom Metrics: 100+
  Log Retention: 30 days
  Alerting Policies: 20+
  Dashboards: 5+ custom
  Error Budgets: Enabled
  Estimated: $20/mo

Sentry (Optional) β€” $29/mo

Configuration:
  Plan: Pro ($29/mo)
  Events/mo: 500K
  Retention: 90 days
  Team Members: Unlimited
  Alerting: Webhooks, Slack, Email
  Estimated: $29/mo (OPTIONAL)

TOTAL PERFORMANCE: $394-423/mo (~$4.728-5.076/yr)

:white_check_mark: Best for: Production-grade, 5K-100K users, 99.9% SLA
:white_check_mark: Features: Auto-scaling, redundancy, 24/7 backups, advanced alerts


:bullseye: Scaling Roadmap

Months 1-3 (MVP):
β”œβ”€ Setup: Minimum Cost ($133/mo)
β”œβ”€ Users: <500
β”œβ”€ MongoDB: Local on VM (12GB RAM sufficient)
└─ Focus: Product validation

Months 4-6 (Growth):
β”œβ”€ Upgrade: ~$200-250/mo (add second instance + HA)
β”œβ”€ Users: 500-5K
β”œβ”€ MongoDB: Replication across 2 VMs
└─ Focus: Stability

Months 7+ (Scale):
β”œβ”€ Full Performance: $394/mo
β”œβ”€ Users: 5K-100K
β”œβ”€ MongoDB: 3+ replicas distributed
└─ Focus: Global redundancy

:light_bulb: Optimization Strategies (Implemented)

:white_check_mark: MongoDB local: Eliminates Cloud SQL cost (~$150/mo saved)
:white_check_mark: Native Harmony RPC: Zero RPC provider cost (Alchemy/QuickNode eliminated)
:white_check_mark: Aggressive caching: 30min TTL saves ~40% database queries
:white_check_mark: Pub/Sub for async: Reduces main API load
:white_check_mark: Cloud Storage for backups: Automatic and cheap (<$15/mo)
:white_check_mark: Managed DNS: Simple and economical ($1/mo)
:white_check_mark: Right-sized minimum VM: 12GB RAM β†’ better MongoDB performance out of the box


:wrench: Proposed Stack (Google Cloud)

Infrastructure:
  β”œβ”€ Compute Engine (Node.js + MongoDB): $110-280/mo
  β”œβ”€ Cloud Memorystore (Redis): $12-35/mo
  β”œβ”€ Cloud Pub/Sub (Message queue): $5-25/mo
  β”œβ”€ Cloud Storage (Backups): $5-15/mo
  β”œβ”€ Cloud DNS: $1/mo
  β”œβ”€ Cloud Load Balancer: $0-18/mo
  └─ Cloud Monitoring: $0-20/mo

Observability (Optional):
  └─ Sentry: $29/mo

Harmony One:
  β”œβ”€ RPC: Public API (http://api.harmony.one)
  β”œβ”€ Indexing: Self-hosted
  └─ Cost: $0

Total:
  β”œβ”€ MINIMUM: $133/mo (without Sentry)
  β”œβ”€ MINIMUM with Sentry: $162/mo
  β”œβ”€ PERFORMANCE: $394/mo (without Sentry)
  β”œβ”€ PERFORMANCE with Sentry: $423/mo
  └─ ANNUALLY: $1.596 - $5.076

:bar_chart: Performance Metrics by Tier

Metric Minimum Performance
Requests/min (peak) 1.000 5.000+
Latency p95 100-300ms 50-100ms
Uptime SLA 95% 99.9%
Concurrent Users ~500 ~1.000
DAO Support ~50K 100K+
Indexing Lag 30-60s 5-10s
Backup Frequency Manual Automatic 1h
Geo-redundancy None Yes (2+ regions)
Auto-scaling None Yes (2-5 nodes)
MongoDB Replication None Yes (3+ replicas)

:police_car_light: Hidden Costs to Avoid

❌ Data Transfer between regions: $0.12/GB (use same region)
❌ Disk snapshots: $0.05/GB/mo (clean up old snapshots)
❌ Static IP addresses: $3.50/mo each (use ephemeral)
❌ Cloud KMS encryption: $6/mo per key (use free tier)
❌ Custom machine types: 30% more expensive (use predefined)
❌ Egress to internet: $0.12/GB (minimize transfer)

:white_check_mark: Recommended Optimizations

Implement from day one:

  1. GCP Committed Use Discounts: Save 25% on Compute (1-year contract)
  2. Cloud Storage class downgrade: 30 days β†’ Archive (90% savings after 30d)
  3. MongoDB index optimization: Reduce query time 50-80%
  4. Query result caching: 5-30min TTL (saves 80% database load)
  5. Log aggregation: Eliminate redundant logs (save $5-10/mo)
  6. Unused resource alerts: Auto-disable unused resources
  7. Instance schedules: Shutdown during off-hours (save 20% on dev)

:chart_increasing: 12-Month Projection

Scenario 1: MVP (Minimum Cost - without Sentry)
β”œβ”€ Months 1-3: $133 Γ— 3 = $399
β”œβ”€ Months 4-6: $200 Γ— 3 = $600 (upgrade)
β”œβ”€ Months 7-12: $350 Γ— 6 = $2.100 (transition)
└─ TOTAL: ~$3.099 (Year 1)

Scenario 2: Production from day one (Performance - without Sentry)
β”œβ”€ Months 1-12: $394 Γ— 12
└─ TOTAL: ~$4.728 (Year 1)

Scenario 3: Production with Sentry from day one
β”œβ”€ Months 1-12: $423 Γ— 12
└─ TOTAL: ~$5.076 (Year 1)

Cost savings vs. Ethereum mainnet deployment:
β”œβ”€ RPC costs eliminated: $30-50/mo (no paid RPC needed)
β”œβ”€ Gas costs eliminated: ~$200-500/mo (Harmony gas is free)
└─ TOTAL ANNUAL SAVINGS: ~$2.760-6.600/yr

:money_bag: Comparison with Alternatives

Solution Monthly Cost Scalability Decentralization
Aragon OSx on Harmony (Current) $394-423 Excellent Medium
Ethereum L1 $900+/mo Limited Medium
Fully Decentralized (The Graph) $2.000+ Medium Excellent
Polygon/zkSync $500-800/mo Great Medium
Centralized Cloud (AWS) $600+/mo Excellent Low

Conclusion: Harmony offers the best cost-benefit for decentralized DAO governance infrastructure.


:handshake: Funding Model

Who Covers the Costs?

This infrastructure is maintained by the Harmony ecosystem, option available:

  • RMC Board (Recovery DAO): Primary funding source for operational costs
  • Harmony Core: Can support critical infrastructure components
  • Community contribution: Voluntary donations/sponsorships welcome but not required

Cost Breakdown by Stakeholder

Monthly Operating Budget: $394/mo (Performance tier)

β”œβ”€ Infrastructure (primary requirement):
β”‚  β”œβ”€ Compute + Storage: $311/mo (79%)
β”‚  └─ Monitoring + Backup: $83/mo (21%)
β”‚
└─ Observability (optional enhancement):
   └─ Sentry error tracking: $29/mo

Free services available to all DAOs:

  • DAO creation and management on Aragon OSx
  • Governance proposals and voting
  • Plugins (default) ecosystem access
  • Community support and documentation

:rocket: Scaling Indicators

Upgrade to Performance when:
β”œβ”€ API latency consistently > 300ms
β”œβ”€ Error rate > 1% during peak hours
β”œβ”€ Concurrent connections > 1.000
β”œβ”€ Database queries > 100/second
β”œβ”€ Disk usage > 70% of capacity
└─ More than 5K unique users/mo

:clipboard: Locally Installable Components

These components run inside the VM with no additional costs:

On Compute Engine:
β”œβ”€ MongoDB 7.0 (replica set for HA)
β”œβ”€ Redis 7.2 (in-memory, disk-backed)
β”œβ”€ Node.js 20 LTS (API + workers)
β”œβ”€ PM2 (process manager)
β”œβ”€ Nginx (reverse proxy)
β”œβ”€ Prometheus (local metrics)
β”œβ”€ Docker (builder env)
└─ ELK Stack (logs - optional, local)

Benefit: Full control, no vendor lock-in, maximum performance.


:green_heart: Support Infrastructure

This infrastructure enables Aragon OSx governance on Harmony at minimal cost globally. It’s maintained transparently for the entire Harmony ecosystem.

Questions? Open an issue or reach out on telegram.


Transparent costs = Sustainable community infrastructure. :rocket:

1 Like

Kudos for UtilityDAO

I wanted to bring here a sincere and heartfelt message of gratitude to UtilityDAO, which is sponsoring the development costs of our governance platform on Governance .country.

Why does this matter?
You know that moment when you see someone do something without expecting anything in return, just because they believe in the cause? That’s exactly this.

While many Web3 projects are waiting for venture capital or big market players, UtilityDAO simply decided: β€œLet’s do our part. Let’s fund this.”

What are they making possible?
With this contribution, we’re managing to maintain:

:white_check_mark: Infrastructure running 24/7 β€” servers in two regions of the world
:white_check_mark: Automatic data backup β€” no losing governance due to failures
:white_check_mark: Fast and reliable API β€” no freezing during important votes
:white_check_mark: Real-time monitoring β€” we know when something is wrong before you do
:white_check_mark: Scalability β€” the more DAOs, the more we grow, no problem

All of this costs money. And UtilityDAO stepped up to fund it.

Why this represents the spirit of Harmony
Blockchain isn’t about banks, exchanges, or centralized corporations. It’s about communities helping each other.

UtilityDAO looked at Governance build initiative, saw that it was important for Harmony, and thought: β€œIf it’s not us who sustain this, who will be?”

This is real decentralized governance. This is community making it happen.

A domino effect
Here’s something important to note: when one DAO invests in public infrastructure, the entire network benefits. It’s not just UtilityDAO that wins. It’s all the DAOs that will be born here. It’s the entire community.

It’s like building a road β€” whoever builds it isn’t the only one who uses it.

You’re showing that decentralization isn’t just a buzzword, it’s a responsibility we take on together.

And for you, community?
If you believe in this too, share this post. Give support to the team. Or if you’re in a DAO that can contribute, there’s always room for more people helping us grow together.

We’re stronger when costs are shared. We’re more resilient when no one depends on just one person or one fund.

This is the Harmony I want to see grow.

Thank you, UtilityDAO. You’re amazing! :blue_heart:

3 Likes

HarmonyVoting: A Community-Driven Governance Suite for Harmony Protocol

Reducing Governance Latency

HarmonyVoting is a community-driven initiative β€” built openly, transparently, and collaboratively by validators and community members who believe in Harmony’s decentralized future.

This platform exists to reduce governance latency while preserving full optionality for the protocol. It is developed by the community, for the community, with an open invitation to Harmony Protocol to review, adopt, integrate, or eventually supersede it with an official solution.

HarmonyVoting is designed to be gracefully deprecated if a better official solution emerges. Our goal is governance continuity β€” not ownership.


Context: A Network in Transition

Harmony is navigating a structural transition phase. Like many decentralized networks, it faces the challenge of maintaining coordination and decision-making capacity during periods of change.

This isn’t about blame or failure β€” it’s about systemic resilience. Mature networks don’t rely on any single entity to function. They build infrastructure that operates regardless of who is or isn’t at the helm.

HarmonyVoting is that infrastructure: governance tooling designed to ensure the network can continue operating independently..


The Vision

The Harmony blockchain has long championed decentralized governance. Today, we’re sharing an overview of HarmonyVoting β€” a comprehensive governance platform built on Aragon OSx that brings institutional-grade DAO tooling to the Harmony ecosystem.

HarmonyVoting is a modular plugin suite designed specifically to leverage Harmony’s unique staking architecture, enabling validators and their delegator communities to participate in transparent, on-chain governance β€” starting now.


The HarmonyVoting Plugin Suite

HarmonyVoting delivers two specialized voting plugins, each addressing distinct governance use cases:

HIP Voting Plugin (Protocol Governance)

The HIP (Harmony Improvement Proposal) Voting Plugin is designed for protocol-level decisions where validators act as the primary stakeholders:

  • Validator-weighted voting: Voting power is derived from each validator’s total staked amount at a specific snapshot block
  • Merkle-root verification: An oracle publishes a cryptographic snapshot of validator stakes, ensuring tamper-proof eligibility verification
  • Allowlist control: A curated allowlist (HIPPluginAllowlist) restricts which DAOs can deploy this plugin, maintaining protocol integrity

Ideal for Harmony Improvement Proposals (HIPs), ecosystem fund allocation, and critical protocol parameter changes.

Delegation Voting Plugin (Community Governance)

The Delegation Voting Plugin empowers delegator communities to participate in governance on behalf of their chosen validator:

  • Delegator-weighted voting: Each delegator’s voting power corresponds to the amount staked with a specific validator
  • Validator-scoped DAOs: A DAO using this plugin is bound to a single validator address, enabling focused community governance
  • Permissionless deployment: Any validator can create a DAO for their delegator community without restrictions

Ideal for validator-specific initiatives, community grants, operational decisions, and delegator engagement programs.


The Opt-In / Opt-Out Framework

A cornerstone of HarmonyVoting is the Validator Opt-In Registry β€” an on-chain contract that gives validators explicit control over their participation.

How It Works

  1. Opt-In: A validator calls optIn(votingAddress) to register their participation, specifying a votingAddress authorized to cast votes on their behalf.

  2. Opt-Out: A validator calls optOut() to revoke participation. Their entry is removed from the registry and excluded from future governance snapshots.

Why Opt-In Matters

  • Validator sovereignty: Explicit consent rather than automatic enrollment
  • Operational flexibility: Opt out if governance conflicts with operational priorities
  • Clear accountability: Auditable trail of governance participants
  • Gradual adoption: Start with early adopters, scale as confidence grows

Alias Address (Voting Address) Support

Security-conscious validators often prefer to keep operator keys in cold storage. HarmonyVoting addresses this through alias address support.

The Problem

Validator operator addresses control significant staked assets. Using these keys for frequent governance interactions increases exposure risk.

The Solution

When opting in, validators specify a separate voting address (alias):

function optIn(address votingAddress) external {
    _statusByOperator[msg.sender] = OptInStatus({
        optedIn: true,
        votingAddress: votingAddress
    });
}

Benefits

  • Enhanced security: Hot wallet for voting, cold wallet for staking operations
  • Operational separation: Governance activities don’t touch validator operator keys
  • Delegate participation: Authorize a trusted party to vote on your behalf
  • Key rotation: Update voting addresses without affecting staking operations

Governance Continuity

Decentralized networks don’t pause. Decisions accumulate. Coordination debt compounds.

HarmonyVoting provides governance continuity β€” a functional, auditable, and secure mechanism for validators and delegators to coordinate while the ecosystem evolves. This is not about replacing anything. It’s about ensuring the network can keep breathing.

If Harmony Protocol ships an official governance solution tomorrow, HarmonyVoting will have served its purpose. The contracts can be deprecated, the DAOs migrated, the code archived. What matters is that governance never stopped.


Governance and the Recovery Effort

In 2022, Harmony suffered a significant bridge exploit that resulted in the depegging of cross-chain assets. The community responded with resilience: in 2023, a Recovery Plan was approved, allocating 25% of newly minted staking rewards to a Recovery Fund managed by a 7-signature multisig (5 required) β€” the Recovery Management Committee (RMC).

However, progress has stalled. The departure of key partners and unresolved debates have left the recovery effort in limbo. Critical decisions β€” approving new recovery partners, releasing accumulated funds from the RMC Safe β€” require votes that cannot happen without functional governance infrastructure.

The Governance Gap

What’s Needed Current Status
Approve new recovery partners Blocked β€” no voting mechanism
Release RMC funds for recovery operations Blocked β€” requires governance approval
Coordinate validator alignment on recovery priorities Fragmented β€” no unified forum
Ensure transparency and accountability Limited β€” decisions happen in silos

How HarmonyVoting Helps

HarmonyVoting can provide the governance infrastructure needed to unblock the recovery effort:

  • HIP Voting: Validators can vote on recovery-related proposals β€” approving new partners, authorizing fund releases, adjusting recovery parameters
  • Transparent process: All votes are on-chain, auditable, and verifiable
  • Opt-in participation: Validators choose to participate, ensuring legitimacy
  • Merkle-verified voting power: Stake-weighted votes reflect actual network commitment

The recovery effort doesn’t need more debate β€” it needs a decision mechanism. HarmonyVoting provides exactly that.

A Path Forward

Functional governance isn’t just about protocol upgrades or ecosystem grants. For Harmony, right now, governance is essential for directing the recovery effort.

The RMC holds accumulated funds. The community has recovery partners ready to engage. What’s missing is the ability to vote, decide, and move forward.

HarmonyVoting can bridge that gap β€” not by replacing the RMC, but by giving validators and the community a transparent, on-chain mechanism to provide direction and authorization.


Design Principles

HarmonyVoting is built on three core principles:

Neutrality

The platform doesn’t favor any faction, validator, or interest group. Voting power derives purely from stake β€” verifiable, on-chain, and immutable at snapshot time.

Autonomy

Once deployed, HarmonyVoting operates independently. It doesn’t require:

  • Approval from any central entity
  • Access to privileged keys or infrastructure
  • Ongoing maintenance from any specific team

The community can use it, fork it, or abandon it β€” the choice remains decentralized.

Irreversibility of Architecture

The structures proposed are designed to operate autonomously, with or without the active presence of any central entity, foundation, or core team.

Once executed, they don’t depend on:

  • Discretionary approval from any party
  • Single custodians or gatekeepers
  • Privileged access to critical infrastructure

This guarantees operational continuity and predictability for the community.

Mature networks don’t bet on miracles. They build systems that work regardless of circumstances.


Architecture Overview

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚                        Harmony Blockchain                       β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚                                                                 β”‚
β”‚  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”    β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”                   β”‚
β”‚  β”‚  HIP Voting      β”‚    β”‚  Delegation      β”‚                   β”‚
β”‚  β”‚  Plugin          β”‚    β”‚  Voting Plugin   β”‚                   β”‚
β”‚  β”‚  (Validators)    β”‚    β”‚  (Delegators)    β”‚                   β”‚
β”‚  β””β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜    β””β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜                   β”‚
β”‚           β”‚                       β”‚                             β”‚
β”‚           β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜                             β”‚
β”‚                       β–Ό                                         β”‚
β”‚           β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”                              β”‚
β”‚           β”‚  HarmonyVotingBase   β”‚                              β”‚
β”‚           β”‚  (Merkle Voting)     β”‚                              β”‚
β”‚           β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜                              β”‚
β”‚                       β”‚                                         β”‚
β”‚  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”                    β”‚
β”‚  β”‚                    β–Ό                    β”‚                    β”‚
β”‚  β”‚  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”   β”‚                    β”‚
β”‚  β”‚  β”‚  Validator Opt-In Registry       β”‚   β”‚                    β”‚
β”‚  β”‚  β”‚  β€’ optIn(votingAddress)          β”‚   β”‚                    β”‚
β”‚  β”‚  β”‚  β€’ optOut()                      β”‚   β”‚                    β”‚
β”‚  β”‚  β”‚  β€’ votingAddressOf(operator)     β”‚   β”‚                    β”‚
β”‚  β”‚  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜   β”‚                    β”‚
β”‚  β”‚                                         β”‚                    β”‚
β”‚  β”‚  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”   β”‚                    β”‚
β”‚  β”‚  β”‚  HIP Plugin Allowlist            β”‚   β”‚                    β”‚
β”‚  β”‚  β”‚  (Protocol DAO access control)   β”‚   β”‚                    β”‚
β”‚  β”‚  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜   β”‚                    β”‚
β”‚  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜                    β”‚
β”‚                                                                 β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

Benefits Beyond Protocol Governance

HarmonyVoting isn’t just for Harmony Protocol β€” it’s governance infrastructure for the entire Harmony ecosystem.

For Existing Projects on Harmony

Any project already deployed on Harmony can leverage HarmonyVoting to:

  • Launch a DAO in minutes: No need to build governance from scratch β€” plug into battle-tested infrastructure
  • Engage their community: Token holders, NFT holders, or stakers can participate in transparent on-chain governance
  • Coordinate with validators: Projects can create proposals that involve validator input or require validator signoff
  • Reduce development costs: Focus on your product, not governance plumbing

For New Projects Considering Harmony

HarmonyVoting makes Harmony an attractive destination for new projects:

  • Day-one governance: Launch with a fully functional DAO from the start
  • Ecosystem alignment: Participate in Harmony-wide governance and benefit from validator relationships
  • Modular flexibility: Start simple, add governance complexity as your project matures
  • Proven stack: Built on Aragon OSx β€” the same framework powering DAOs across Ethereum, Polygon, and beyond

For the Harmony Ecosystem

  • Unified governance layer: A shared standard reduces fragmentation and improves interoperability
  • Validator-project alignment: Projects can directly involve validators in key decisions
  • Ecosystem-wide proposals: Cross-project initiatives can be coordinated through shared governance infrastructure
  • Lower barrier to entry: More projects can launch with governance, increasing overall ecosystem quality

Example Use Cases

Project Type Governance Use Case
DeFi Protocol Treasury management, parameter changes, fee distribution
NFT Collection Roadmap voting, revenue allocation, collection governance
Gaming Project In-game economy decisions, feature prioritization
Infrastructure Upgrade proposals, security decisions, funding requests
Community DAO Grant allocation, event funding, ecosystem initiatives

Why Aragon OSx?

HarmonyVoting is built on Aragon OSx, the most battle-tested DAO framework in Web3:

  • Modular architecture: Plugins can be installed, upgraded, or removed without migrating the entire DAO
  • Permission system: Granular role-based access control for all governance actions
  • Upgradeability: UUPS proxy pattern allows improvements without disrupting existing DAOs
  • Interoperability: Standard interfaces enable integration with the broader ecosystem

Roadmap

Active development toward production deployment:

  1. Mainnet deployment of the plugin suite and registry contracts
  2. Frontend integration in the Aragon App for DAO creation and proposal management
  3. Backend indexer for real-time governance data
  4. Validator onboarding through documentation and direct support
  5. Ongoing dialogue with Harmony Protocol

Risks and Mitigations

Risk Mitigation
Low validator opt-in adoption Gradual rollout, clear documentation, direct outreach
Political resistance from stakeholders Neutral positioning, open-source transparency, disposable design
Technical vulnerabilities Built on battle-tested Aragon OSx, auditable contracts
Fragmentation with competing solutions Interoperability focus, willingness to deprecate if better solution emerges
Governance fatigue Simple UX, minimal required participation, delegation support

Get Involved

  • Validators: Test the platform, opt in, shape its direction
  • Developers: Review the codebase, contribute, improve
  • Community: Provide feedback, participate in governance
  • Harmony Protocol: The door is open β€” always

HarmonyVoting β€” Governance continuity for Harmony.


Open source. Community-built. Protocol-ready.


3 Likes

Governance is key, for a Decentralized protocol. Much appreciation for your ongoing dedication :blue_heart:

2 Likes

Looks great. It’d be great to see this roll out. Even with no word from the β€˜official’ team it can at least be used for DAOs and recovery, and anything else that doesn’t need protocol change.

2 Likes