MAP Docs
MADE

Operations

Every operation on MADE.

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

Index

OperationSummary
asset_definition_publishPublish an asset definition (kind, units, governance class) to MARS.
economic_contract_createCreate an economic contract: parties, terms, settlement rail, audit hooks.
economic_contract_settleExecute settlement on a registered rail (x402, stable, fiat); proof returned.
auction_messageSubmit an auction message (bid, ask, lift) into an active auction.
market_operation_messageSubmit a market op message routed through MARKET.

Reference

asset_definition_publish

Publish an asset definition (kind, units, governance class) to MARS.

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

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

economic_contract_create

Create an economic contract: parties, terms, settlement rail, audit hooks.

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

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

economic_contract_settle

Execute settlement on a registered rail (x402, stable, fiat); proof returned.

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

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

auction_message

Submit an auction message (bid, ask, lift) into an active auction.

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

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

market_operation_message

Submit a market op message routed through MARKET.

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

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

On this page