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
| Operation | Summary |
|---|---|
score | Compute current reputation for a DID, scoped by domain and capability. |
stake | Stake reputation on a claim or commitment; slashable if the claim fails. |
slash | Slash reputation under MOOT arbitration; recorded with full justification. |
Reference
score
Compute current reputation for a DID, scoped by domain and capability.
| Field | Value |
|---|---|
| Capability | map.mare.score |
| Idempotent | Yes |
{
"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.
| Field | Value |
|---|---|
| Capability | map.mare.stake |
| Idempotent | No — 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.
| Field | Value |
|---|---|
| Capability | map.mare.slash |
| Idempotent | No — supply Idempotency-Key for safe retries |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.