MAP Docs
MATA

Operations

Every operation on MATA.

The full operation table for MATA. Each entry is dispatched through MapEngine::handle_request and matched on operation inside the protocols/mata-lib crate.

Index

OperationSummary
poolPool multiple attestations into a composite Bayesian distribution.
weightCompute source-weighted credence for a target claim.
divergenceSurface the divergence between pooled sources — disagreement becomes evidence.

Reference

pool

Pool multiple attestations into a composite Bayesian distribution.

FieldValue
Capabilitymap.mata.pool
IdempotentNo — supply Idempotency-Key for safe retries
{
  "example": true
}

Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.

weight

Compute source-weighted credence for a target claim.

FieldValue
Capabilitymap.mata.weight
IdempotentYes
{
  "example": true
}

Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.

divergence

Surface the divergence between pooled sources — disagreement becomes evidence.

FieldValue
Capabilitymap.mata.divergence
IdempotentNo — supply Idempotency-Key for safe retries
{
  "example": true
}

Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.

On this page