MAP Docs
MAUSOLEUM

Operations

Every operation on MAUSOLEUM.

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

Index

OperationSummary
initiateBegin the dissolution sequence under charter authority.
distributeExecute asset distribution schedule; receipts recorded.
sealSeal the audit chain; final hash published to MARS for perpetual verification.

Reference

initiate

Begin the dissolution sequence under charter authority.

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

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

distribute

Execute asset distribution schedule; receipts recorded.

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

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

seal

Seal the audit chain; final hash published to MARS for perpetual verification.

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

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

On this page