MAP Docs
MARE

Operations

Every operation on MARE.

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

Index

OperationSummary
scoreCompute current reputation for a DID, scoped by domain and capability.
stakeStake reputation on a claim or commitment; slashable if the claim fails.
slashSlash reputation under MOOT arbitration; recorded with full justification.

Reference

score

Compute current reputation for a DID, scoped by domain and capability.

FieldValue
Capabilitymap.mare.score
IdempotentYes
{
  "example": true
}

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

stake

Stake reputation on a claim or commitment; slashable if the claim fails.

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

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

slash

Slash reputation under MOOT arbitration; recorded with full justification.

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

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

On this page