tool_dispute_resolve
Resolve an open dispute, declaring a winner and slashing the loser's stake by the disputed amount. Include resolution notes to explain the decision.
Instructions
Resolve an open dispute and optionally slash the loser's stake.
If claimant wins, defendant's stake is automatically slashed by the disputed amount.
Args: dispute_id: ID of the dispute to resolve (from dispute_open) winner_id: Agent ID of the winner (claimant or defendant) resolution_notes: Explanation of the resolution decision
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dispute_id | Yes | ||
| winner_id | Yes | ||
| resolution_notes | Yes |