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
| Operation | Summary |
|---|---|
asset_definition_publish | Publish an asset definition (kind, units, governance class) to MARS. |
economic_contract_create | Create an economic contract: parties, terms, settlement rail, audit hooks. |
economic_contract_settle | Execute settlement on a registered rail (x402, stable, fiat); proof returned. |
auction_message | Submit an auction message (bid, ask, lift) into an active auction. |
market_operation_message | Submit a market op message routed through MARKET. |
Reference
asset_definition_publish
Publish an asset definition (kind, units, governance class) to MARS.
| Field | Value |
|---|---|
| Capability | map.made.asset_definition_publish |
| Idempotent | No — 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.
| Field | Value |
|---|---|
| Capability | map.made.economic_contract_create |
| Idempotent | No — 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.
| Field | Value |
|---|---|
| Capability | map.made.economic_contract_settle |
| Idempotent | No — 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.
| Field | Value |
|---|---|
| Capability | map.made.auction_message |
| Idempotent | No — 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.
| Field | Value |
|---|---|
| Capability | map.made.market_operation_message |
| Idempotent | No — supply Idempotency-Key for safe retries |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.