Generate safe Xahau settlement
generate_settlementGenerate cluster-side payout code and install a guardrail hook that enforces per-transaction spend caps and optional destination lock for secure value-moving dApps on Xahau.
Instructions
For a value-moving dApp, generate the cluster-side Xahau payout code + the install of the trifecta's PROVEN agent_guardrail Hook (per-tx LIM + optional DST lock) on the cluster account + the exact xahc prove command. 'Safe by construction → proven safe' — the ledger enforces the spend cap even if the contract/signer is wrong.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dest | No | optional r-address to LOCK payouts to (the DST hook param) | |
| template | Yes | ||
| limit_drops | Yes | per-tx spend cap in drops (the LIM hook param) | |
| cluster_account | No | the cluster's Xahau (multisig) account r-address |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | No | ||
| notes | No | ||
| prove | No | ||
| install | No | ||
| template | No | ||
| limitDrops | No |