New proposal
Pick an action surface. Every option below is a typed DaoAction (REQ-G3) that compiles to Governor.propose() calldata. Selecting an action opens its form; the form posts to the proposal builder which submits on-chain — token holders then vote, the timelock runs, and execute() dispatches the action.
Treasury
Gas abstraction
AI spend
Hosting
Suspend a hosted user site for ToS violation.
hosting.takedown→ hostingControllerRestore a previously taken-down site.
hosting.reinstate→ hostingControllerBump or drop a project's hosting tier.
hosting.setTier→ hostingControllerIPFS
Identity
Enable an IdentityProvider adapter.
identity.enableProvider→ identityRegistryDisable an IdentityProvider adapter.
identity.disableProvider→ identityRegistryRequired trust score for a privileged action.
identity.setMinTrustScore→ identityRegistryParams / governance
Write a value to governance-service protocolParams (lane assignments, quorum BPS, execution delay).
params.set→ governanceFreeze all DaoAction dispatchers. Super-majority + high-stakes identity required (REQ-G5).
governance.pauseAll→ governanceResume DaoAction dispatchers. Standard governance.
governance.unpause→ governance