Skip to content
Governance Center · Repo-backed · 2026-04-03

Governance in Heritage starts with positions, stewardship, and operator accountability.

This route explains the governance rails that are live in the repository today and separates them from protocol language that has not yet been implemented.

Heritage has a real governance rail rooted in wrapped-share positions and delegated voting, plus an internal operator governance layer built on scoped roles and audit logging. It does not yet ship an on-site proposal engine, quorum module, treasury executor, or mainnet governance institution.

Implementation note

Governance language should stay narrower than governance marketing.

This page is intentionally written around the code that exists: wrapped-share voting support, stewardship framing, and operator access governance. It avoids claiming proposals, quorum, or treasury automation that the current repository does not expose.

Live Chain Context

Ethereum Sepolia

The current governance rail is described against the same Sepolia runtime used elsewhere in the app.

On-chain Primitive

WrappedHeritageShare

Wrapped positions provide ERC-20 balances, permit support, and delegated voting checkpoints.

Stewardship Model

51 / 49

Public framing prioritizes custody integrity and title continuity before circulation and liquidity.

Operator Layer

Roles + Audit

Internal governance already uses scoped permissions, membership records, and activity logging.

Governance at a glance

Four truths anchor the public story.

Voting rail

Live now

Delegation and checkpointed voting belong to the wrapped-share layer, not to a separate DAO front end.

Protocol posture

Custody-first

Governance copy should read as stewardship and operating discipline rather than token theater.

Execution model

Human-governed operations

Registry, compliance, yield, and protocol controls are still operated through explicit admin permissions.

01

What is live now

The live governance rail is the wrapped-share layer.

Heritage does not begin governance with proposals. It begins with position structure. WrappedHeritageShare turns a single Heritage ERC-1155 token id into an ERC-20 position with transferability, permit support, delegated voting, and unwrap back into the underlying share position.

That matters because it gives the protocol a real voting substrate without pretending that a complete legislative interface already exists. Delegation and ERC20Votes checkpoints are the implemented mechanics that support governance language in the repo today.

Yield participation also builds on this wrapped-share structure. The governance story is therefore tied to how positions are wrapped, delegated, and monitored, not to a speculative parliament UI.

Capability

Delegated voting

Wrapped balances can be delegated so voting power follows the holder's chosen representative.

Capability

Checkpoint history

Vote accounting uses checkpointed balances instead of an ad hoc off-chain tally.

Capability

Permit-enabled movement

The wrapper supports permit flows alongside transferability and unwrap back into ERC-1155 shares.

Important implementation boundary

The app can honestly describe wrapped-share voting support today. It should not describe a complete proposal lifecycle, treasury motion system, or quorum-enforced on-site vote flow.

02

How Heritage frames governance

The 51 / 49 model is an operating philosophy, not an autonomous contract.

Heritage publicly frames governance and custody around a 51 / 49 model. In practical terms, that means custody continuity, verification, title integrity, and stewardship remain the leading priorities in the product story.

This framing is real and intentional, but it is still framing. The repository does not contain a self-executing 51 / 49 governance machine. The number should be read as the philosophy behind the experience rather than as a claim that every governance process has already been codified on-chain.

Capability

Registry-led trust

Governance context stays adjacent to diligence, documents, and provenance instead of drifting into abstract token branding.

Capability

Settlement discipline

The protocol favors bounded market rails and documented operations over open-ended governance spectacle.

03

How Heritage is governed operationally

Internal governance already exists as role-scoped operator control.

The repository includes a separate governance layer for platform operations. Admin memberships map wallets to explicit roles and permissions, and sensitive actions are written into an admin activity log. This is how registry, compliance, yield, and protocol work are actually delegated today.

In other words, Heritage already has an internal governance model even though it does not yet have a public proposal chamber. The real operational controls are role assignment, permission scoping, review discipline, and auditability.

Operator role

Editorial

Shapes registry narrative and protocol-facing copy without inheriting full system-wide write power.

registry.readregistry.writeregistry.bulk_editprotocol.read

Operator role

Registry / Compliance / Yield Operators

Operators are delegated specific responsibilities rather than one broad admin superpower.

domain-scoped read/write permissionsactivity.readportal.read

Operator role

Protocol Operator and Auditor

Protocol changes and review flows are governed through explicit access, not informal trust alone.

protocol.readprotocol.writeaudit visibility

Why this matters publicly

Collector-facing governance language should stay aligned with the fact that operator governance is already structured, narrow, and audit-backed inside the product.

System boundaries

The page should separate live governance from future governance language.

These status lines are the discipline layer for the route. Anything marked not live should stay clearly outside the present-tense product claim.

Wrapped-share voting and delegation

Live now

Implemented through WrappedHeritageShare and ERC20Votes-backed delegation.

51 / 49 stewardship framing

Framing

A real product philosophy, but not a self-executing governance contract.

Role-based operator governance

Live now

Implemented through admin memberships, explicit permissions, and activity logging.

Proposal engine

Not live

No public proposal submission, review, or lifecycle flow is implemented in the current app.

Quorum logic

Not live

The repo does not expose quorum thresholds or a governance vote execution interface.

Treasury execution

Not live

There is no autonomous treasury module or protocol motion executor in the current repository.

Pathways

Start with governance context, then move into the adjacent system.

Heritage keeps the broader site concise and uses this route as the canonical governance brief. From here, the surrounding product surfaces provide the proof.