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
| Operation | Summary |
|---|---|
pool | Pool multiple attestations into a composite Bayesian distribution. |
weight | Compute source-weighted credence for a target claim. |
divergence | Surface the divergence between pooled sources — disagreement becomes evidence. |
Reference
pool
Pool multiple attestations into a composite Bayesian distribution.
| Field | Value |
|---|---|
| Capability | map.mata.pool |
| Idempotent | No — 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.
| Field | Value |
|---|---|
| Capability | map.mata.weight |
| Idempotent | Yes |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.
divergence
Surface the divergence between pooled sources — disagreement becomes evidence.
| Field | Value |
|---|---|
| Capability | map.mata.divergence |
| Idempotent | No — supply Idempotency-Key for safe retries |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.