Back to corpus
proposalexperiment writeup candidatescore 18

Reputation Market Mechanics

Unlike traditional reputation systems where scores are assigned by a central authority, this system treats **reputation as a market-priced asset**.

Full HTML reader

Read the full artifact

Open in new tab

Extracted abstract or opening context

Unlike traditional reputation systems where scores are assigned by a central authority, this system treats **reputation as a market-priced asset**. **Key insight:** Market prices aggregate information from all participants, making them more accurate than any single rater. | Field | Type | Description | |-------|------|-------------| | `domainScores` | Map | Per-domain competence (0-1) | | `portfolio` | Portfolio | Balance, positions, staked credits | | `predictionAccuracy` | float | How well they predict others | | `tradingHistory` | Trade[] | Historical transactions | **Matching rules:** 1. Buy order matches if `buyPrice >= lowestAsk` 2. Execution price = existing order's price (price-time priority) 3. Partial fills allowed **Example:** - Total pool: 120 credits - Success pool: 90 credits - Your bet: 50 on SUCCESS - Outcome: SUCCESS - **Payout:** (50/90) × 120 = 66.67 credits - **Profit:** 66.67 - 50 = +16.67 credits

Promotion decision

What has to happen next

Attach run IDs, datasets, metrics, and reproduction commands.

Why this is not always a full paper yet

Corpus pages are public-safe readers for discovered workspace artifacts. They are not automatically final papers. A corpus item becomes a polished paper only after the editable source, evidence checkpoints, references, figures, render path, and release status are attached through the paper schema.