Stack Coinbax Controls into a reusable template and deploy it on-chain, no contract code to write or audit. An AI assistant turns a description into a working config.
Checks before funds are locked in escrow
OFAC, SDN, and global sanctions list checking
Validates transaction amount against configurable limits
Monitoring after escrow, before release
Mandatory fail-safe. Refunds the transaction if a control fails or the deadline elapses.
Final checks before funds are released
Configurable time delay before funds auto-release from escrow
Templates span the whole Coinbax Execution Framework. Each control you place is bound to the phase where it executes: screening and limits at Verify, monitoring at Fund, approvals and review windows at Confirm, and settlement actions at Settle.
Place controls into the phase where they should run: sanctions screening and amount limits at Verify, monitoring at Fund, final checks at Confirm, and settlement actions at Settle.
Stack and configure controls visually: a required auto-refund fail-safe, an amount limit, a compliance screen, all in one reusable template. No smart-contract engineering.
The AI Template Assistant reads a description of the payment behavior you want and adjusts the controls for you, so you can iterate on a template by talking to it.
Define a template once and apply it across every payment of that type, versioned and consistent.
Every Coinbax control (compliance, limits, delays, approvals, reversibility) is available to compose into a template.
Go from a described workflow to a deployable smart-contract template without writing or auditing contract code.
No. Templates are composed visually from Coinbax Controls as configuration, not code. The underlying smart contracts are already built and independently audited by Consensys Diligence, so nothing new needs to be written or reviewed.
Describe the payment behavior you want in plain language and the assistant adjusts the controls for you, so you can iterate on a template by talking to it rather than configuring each control by hand.
Every Coinbax Control: compliance screening, amount limits, time delays, multi-party approvals, and reversibility. Each is placed into the execution phase where it should run.
Yes. Define a template once and apply it across every payment of that type. Templates are versioned, so a workspace stays consistent and changes are tracked over time.
Each control you place is bound to the phase where it executes: screening and limits at Verify, monitoring at Fund, approvals and review windows at Confirm, and settlement actions at Settle.
Templates can include a required auto-refund fail-safe, so if a control fails or a deadline elapses the payment refunds automatically rather than stalling. Funds are never left stranded.
Every template you publish gets a templateId. Reference it from POST /api/v1/transactions and the payment runs with that template’s full control set: one field in the request, the whole workflow enforced on-chain.
See the API →