tool_stake_deposit
Deposit stake to increase an agent's trust tier, with higher stakes unlocking higher tiers and slashing for bad behavior.
Instructions
Deposit stake for an agent as a trust proof.
Higher stake = higher trust tier. Tiers: unverified → bronze → silver → gold → platinum. Stake can be slashed for bad behavior.
Args: agent_id: Unique identifier for the agent (e.g. DID, UUID, name) amount: Amount to stake (must be > 0) currency: Currency/token for the stake (default: REP)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | ||
| amount | Yes | ||
| currency | No | REP |