tool_dispute_open
Open a dispute between two agents. If the defendant loses, their stake at risk is automatically slashed.
Instructions
Open a dispute between two agents.
If the defendant loses, their stake is automatically slashed by the stake_at_risk amount.
Args: claimant_id: Agent filing the complaint defendant_id: Agent being accused description: What happened (will be permanently logged) stake_at_risk: Amount of defendant's stake to slash if they lose
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| claimant_id | Yes | ||
| defendant_id | Yes | ||
| description | Yes | ||
| stake_at_risk | No |