Back to governance

Create a proposal

Submit a new proposal to the governor. A parameter change is routed through GovHub so it can be queued and executed; a signal proposal is non-binding and cannot be executed.

Connect your wallet to submit a proposal.
Proposal type
{{ fieldError('title') }}
Parameter change (executable)
{{ contractDescription }}
{{ selectedContract.address }}
{{ fieldError('customTarget') }}
{{ fieldError('paramKey') }}
{{ paramDescription }} {{ paramRange }}
{{ fieldError('value') }}
A signal proposal records sentiment on-chain but has no executable action, so it cannot be queued or executed.
Summary
{{ newProposal.title.trim() || 'Untitled proposal' }}

{{ newProposal.description }}

Proposal type
{{ newProposal.mode === 'signal' ? 'Signal proposal (non-executable)' : 'Parameter change (executable)' }}
Resulting call
{{ proposalCallPreview }}
Cancel

Submitting sends one transaction from your wallet. You need voting power above the proposal threshold.