Product · Pont

The language contracts execute in.

Pont is the authoring layer: a Ricardian, rail-agnostic, non-custodial language for obligations. Pont compiles; Pontis clears.

Designed to be trusted and portable.

Ricardian

Human-readable legal prose and machine-executable logic in one artifact, bound by hash.

Rail-agnostic

Describe the obligation; the rail is chosen at settlement, not baked into the contract.

Non-custodial

Pont never implies a platform-held balance — it authorises, partners settle.

Open

An open language with jurisdiction envelopes; the spec is published.

An open language.

Today you author obligations via the API and console; Pont is the human-and-machine-readable layer on top, on the roadmap. The execution engine that clears them is live now.

delivery.pont
obligation "Delivery" {
  parties { seller: Org; buyer: Counterparty }
  milestone "Goods received" {
    amount 84_000.00 EUR
    release when document_hash matches expected
  }
  governing_law CH_CO
}

Pont compiles; Pontis clears.