Guides

Long-form developer documentation. The OpenAPI reference lives at /docs/api — these are the narrative companions.

Start here

Walkthroughs

Reason · Communicate · Negotiate

Structure

DMS (Deal Management System)

The Structure-stage machinery. DealPlan as the typed action DAG two parties sign over; the deal lifecycle (Draft → Proposed → Accepted → Active → Completed); plan compilation to workflows; agreement projection as legal-style markdown; the deal_structurer agent persona; the dms-deals system workspace.

Derived Deals & Contributor Entitlements

How new deals derive from existing deals, and how contributors to a parent deal hold entitlements over the revenues of deals derived from it: derivation, dependency, standing consent, crystallisation, the entitlement register, and settlement preconditions.

Collateralisation

A specific kind of structured deal artifact — the contingent-contract model. Full repo lifecycle, rolls, and rehypothecation chains. Where a confirmed Intent becomes an on-chain collateralised position.

Loans

Periodic / amortizing loan deals — the sibling of the one-shot rental deal. Deploy a transferable loan-note class, mint the creditor position to the borrower, disburse principal, then service repayments period-by-period (interest/principal split paid to the lender), and sell the note to re-route collection.

NFT-holder policy executors

Make a data policy’s spend authority transferable: name an ERC-721 (collection, tokenId) as the executor and whoever holds the NFT may move funds within the policy’s bounds. Transfer the NFT = transfer the right to act — the property-management “agency credential” pattern, with mandatory amount bounds and live ownerOf authorisation.

Integration

Reference