WARNING: This site is a work in progress.
Slot: canPropose
Whether the agent can submit governance proposals.
URI: rfs:canPropose
Applicable Classes
| Name | Description | Modifies Slot |
|---|---|---|
| GovernanceConfig | Configuration governing an agent’s participation in governance processes | no |
Properties
-
Range: Boolean
-
Required: True
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | rfs:canPropose |
| native | rfs:canPropose |
LinkML Source
```yaml
name: canPropose
description: Whether the agent can submit governance proposals.
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: canPropose
owner: GovernanceConfig
domain_of:
- GovernanceConfig
range: boolean
required: true
</details>