King Klown Logo
The kOAinitiative

EkoH

EkoH (Expertise + Ethics Ledger) — the merit ledger used by Kollective Intelligence and consumed by Smart Vote and other ranking/visibility surfaces.

EkoH does not produce “decision readings.” Readings (lenses) are a Smart Vote concern.
EkoH produces auditable weight inputs: domain expertise vectors, ethics multipliers, privacy constraints, and immutable snapshots.


1) What EkoH is responsible for

Core outputs

What EkoH is not


2) Ledger primitives (conceptual model)

EkoH stores merit as two orthogonal components:

  1. Expertise score per domain
    A user can be strong in one domain and neutral in another; influence is domain-matched.

  2. Ethics multiplier (global)
    A governance score that modulates influence according to integrity signals and platform rules.
    How ethics is applied to voting weights is lens-defined in Smart Vote.


3) Canonical storage model (schema: ekoh_smartvote)

Core tables used to store expertise, ethics, privacy, and audit context:

Table / ModelPurposeKey fields (illustrative)
expertise_categoryDomain taxonomy (e.g., UNESCO ISCED-F).code, name, parent_id, depth, path
user_expertise_scorePer-user, per-domain expertise score.user_id, category_id, raw_score, weighted_score
user_ethics_scorePer-user ethics multiplier.user_id, ethical_score
confidentiality_settingPrivacy level for disclosure.user_id, level (public/pseudonym/anonymous)
score_configurationVersioned coefficients/knobs.weight_name, weight_value, field (nullable)
context_analysis_logExplainable adjustments / context traces.entity_type, entity_id, input_metadata (json), adjustments_applied (json)
score_historyImmutable audit trail for score changes.merit_score_id, old_value, new_value, change_reason, created_at
integrity_eventIntegrity anomalies & handling state.event_type, score (json), handled, created_at

Optional (only if you need stakeholder/cohort analytics):


4) Scoring rules (high-level)

EkoH expertise scoring commonly uses three axes (coefficients are configuration-driven):

Illustrative aggregation:

All coefficient values must live in score_configuration and be versioned.


5) Ethics multiplier (governance score)

Typical policy bounds are configuration-driven (examples only):


6) Snapshotting (critical for Smart Vote)

Smart Vote consumes immutable EkoH snapshots bound to a consultation:


7) Smart Vote integration (what Smart Vote reads from EkoH)

Smart Vote takes:

Then applies a lens-defined weight formula, for example:

EkoH’s role is to make those inputs legible, auditable, and contestable.


Summary

EkoH is a merit ledger: domain expertise vectors + ethics multipliers + privacy + audit context, with immutable snapshots for governance-grade reproducibility.
Smart Vote is the decision engine that applies those inputs to modalities and publishes readings.