The developer portal for the science of exchange
The evolution of transaction protocols, from handshake to hash.
Trust between two parties, sealed by gesture.
The recognition that time itself has a transactional cost.
Immutable chains of cryptographic trust.
The data structure of a universal transaction.
sender: Address
The originating party of value transfer.
receiver: Address
The destination of transferred value.
value: Amount
The quantified unit of exchange.
timestamp: Epoch
The moment the exchange becomes real.
API surface for transactological operations.
POST /exchange
Initiate a new transaction between two parties.
GET /verify/:id
Verify the integrity of a recorded exchange.
GET /ledger
Retrieve the complete transaction history.
PUT /escrow/:id
Hold value in trust until conditions are met.
GET /value/:pair
Query the relative valuation of an exchange pair.
DELETE /revoke/:id
Revoke a pending transaction before finalization.
BARTER direct exchange of goodsCURRENCY abstracted value tokenCREDIT promise of future valueCONTRACT conditional exchange agreementESCROW value held in trustDERIVATIVE value derived from valueSTAKE value locked for governance