DISC Score

Tythe’s DISC Score is the core output of the DISC Engine; a modular, zero-knowledge-powered, numeric trust signal assigned to Individual and AI Agent TRIS IDs. It transforms verified identity, actions, and behavior into a composable, programmable reputation layer, usable across Web3 for:

  • Access control

  • Risk screening

  • Governance

  • Capital allocation

  • Delegation systems

  • Agent trust enforcement

Unlike vanity stats or token balances, DISC Scores are earned, immutable, and non-transferable.

What DISC Score Represents

The DISC Score represents the cumulative TCT stored in a user’s Credibility Vault. It is:

Scoring Type

Action-based, non-financial, non-inflatable

Data Privacy

ZK-powered and proven

Score Movement

Real-time fluctuations based on real-time credibility-based activity

Score Integrity

Immutable — no resets, rerolls, or faked history

Use Cases

Machine readable; usable across smart contract, DAOs, and various organization types

How DISC Score Is Calculated

  1. A verified action occurs (e.g., submission, contribution, attestation)

  2. The input is categorized under one or more DISC metrics

  3. The DISC Engine applies a Criticality Weight (via LogicCR)

  4. TCT is issued to the user’s Credibility Vault

    • Individuals: 80% Credibility Vault, 20% Validation Vault

    • AI Agents: 100% to Credibility Vault

  5. The user’s DISC Score updates in real time

Only TCT in the Credibility Vault affects your DISC Score. Validation Vault TCT is used to validate others, not boost your own score.

Score Visibility & Interpretation

Each DISC Score is:

  • Numerical — Ranges from 7 to 100 [Learn More about Scores 1-6]

  • Rating-Banded — Mapped to a trust tier (see Rating Bands).

  • Metric-Scoped — Includes category weights for Financial, Creative, Educational, etc.

  • Publicly Queryable — Available via API Reference or TRIS ID profile.

Score Behavior Rules

  • Only the Credibility Vault TCT accumulation counts toward DISC Score.

  • Validation Vault TCT (used for Credonation) does not affect your own score.

  • Scores can only increase through verified actions and cannot be purchased, faked, or inflated.

  • TRIS IDs with BAD Status are automatically capped or suppressed.

API Access Example

bash

GET/api.tythe.tech/disc-score/{tris_id}

json

{
  "tris_id": "tris@satoshi",
  "total_tct": 13704.2,
  "score_rating": "Very Good",
  "disc_metrics": {
    "financial": 0.20,
    "creative": 0.26,
    "educational": 0.15,
    "behavioral": 0.08,
    "social": 0.05,
    "security": 0.17,
    "compliance": 0.09
  }
}

“Let another praise you, and not your own mouth; a stranger, and not your own lips.”

— Proverbs 27:2

Last updated