For the complete documentation index, see llms.txt. This page is also available as Markdown.

Single Release Escrow

One escrow, one settlement — the full amount releases at once when the work is approved.

Single-release locks the full amount and settles it in one release: once every milestone is approved, a release signer pays the whole escrow out to the receiver.

Want milestone-by-milestone payouts instead? Use the Multi Release Escrow.

Setup

  • Deploy — create the escrow and define its properties.

  • Fund Escrow — lock the funds.

Progress and updates

Settlement and disputes

Maintenance and on-chain reads


Every write endpoint returns an unsigned XDR: you sign it locally and submit it via Send Transaction. For lists, dashboards and history, use the read-model endpoints.

Last updated