TRANSACTOLOGY.DEV

The developer portal for the science of exchange

PROTOCOL

The evolution of transaction protocols, from handshake to hash.

HANDSHAKE

Trust between two parties, sealed by gesture.

TIME-VALUE

The recognition that time itself has a transactional cost.

BLOCKCHAIN

Immutable chains of cryptographic trust.

SCHEMA

The data structure of a universal transaction.

TXN
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.

ENDPOINTS

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.

REGISTRY

BARTER direct exchange of goods
CURRENCY abstracted value token
CREDIT promise of future value
CONTRACT conditional exchange agreement
ESCROW value held in trust
DERIVATIVE value derived from value
STAKE value locked for governance