erc8004-feedbackscopedweight 1adapter 4 of 17

Feedback Scorecard.

The ERC-8004 Feedback adapter reads the on-chain feedback registry defined by ERC-8004. It combines the sentiment of written feedback with the volume of feedback events, so a well-regarded subject with a real feedback history scores above one with a handful of entries.

Counts only inside its own registry or ecosystem.

What it measures.

Rating average

Sentiment of feedback entries in the registry.

Feedback volume

Number of feedback events behind the average.

Component keys.

erc8004-feedback.*

Component family covering registry sentiment and volume.

When it counts.

Scoped — counts for subjects registered in an ERC-8004 feedback registry.

When signals are missing.

No registry entries means a missing status; the composite draws only on adapters with signal.

How it contributes.

{
  "component": "erc8004-feedback.*",
  "scale": "0-100",
  "mode": "scoped",
  "weight": 1,
  "contribution": "component x 1 / total weight"
}

The adapter’s components are averaged into the composite as a weighted mean: every contributing adapter’s component is multiplied by its weight, summed, and divided by the total weight of contributing adapters. The result is published as trustScores.total with a config version and timestamp so anyone can recompute it.

Questions about Feedback Scorecard.

What is the ERC-8004 Feedback adapter?

It reads sentiment and volume from an ERC-8004 on-chain feedback registry and normalizes them into components that feed the HCS-25 composite.

Is on-chain feedback weighted by volume?

Yes. The adapter pairs the rating average with feedback volume so a large, consistent feedback history outscores a few isolated entries.