sage_gov_propose
Submit a governance proposal to modify validators by adding, removing, or updating their voting power. Requires admin role and includes a reason.
Instructions
Submit a governance proposal to add, remove, or update a validator. Requires admin role.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | Type of validator change | |
| reason | Yes | Human-readable justification for the proposal | |
| target_id | Yes | Hex-encoded agent/validator ID | |
| target_power | No | Voting power (required for add_validator and update_power) | |
| target_pubkey | No | Hex-encoded Ed25519 public key (required for add_validator) |