Cascadia
  • Welcome to Cascadia
    • Brand Guidelines
    • Official Links
  • Artificial Intelligence
    • Incentives
  • Developers
    • Addresses
    • CosmWasm
      • Smart Contracts
      • Install Requirements
      • Set your Environment
      • Optimization
      • Deployment
      • Multi-Chain Contracts
        • The Actor Model
      • CW1 Subkeys Contract
        • Guide
      • CW20 Base Contract
        • Guide
      • C721 Base Contract
        • Guide
      • Upload Contract
        • Create a WASM File
      • Sign and Verify
        • Guide
    • Solidity
      • Deployment
      • Verification
        • Block Explorer
        • Hardhat
  • Directory
    • Address
    • API
    • Applications
    • Explorer
    • Faucet
    • Genesis
    • Governance
    • GRPC
    • Guide
    • Peers
    • RPC
    • Snapshot
    • State Sync
    • Website
    • Websocket
  • Governance
    • Align
      • Cooldown Period
      • Functions
    • Off-Chain
    • On-Chain
      • Voting
    • Proposals
      • On-Chain Voting via CLI
      • Proposal (Example)
    • VeTokenomics
      • Model
      • Voting Power Calculation
    • Analytics
  • Network
    • ChainID & Address Prefix
    • Configuration
    • Consensus
    • Denomination
    • Distribution
      • Block Rewards
      • Gas Fees
    • ESG
    • Faucet
    • Modules
    • Parameters
    • Peers
  • Security
    • Disclosure Policy
    • Multisignature
  • Staking
    • Claim
    • Delegate
    • Manual
    • Redelegate
    • Undelegate
  • Use Cases
    • Business Development and Marketing
    • Consumer Relationship Management
  • Node
    • Cloud Platforms
      • Amazon Web Services
      • Google Cloud Platform
    • Snapshot
    • State-Sync
    • Upgrade
      • Automated
      • Manual
  • Validators
    • System Requirements
    • Installation
    • Reference
      • Customization
  • Community
    • Discord
    • Telegram
    • Twitter
  • Legal
    • Privacy Policy
    • Terms & Conditions
Powered by GitBook
On this page
Edit on GitHub
  1. Governance
  2. Proposals

Proposal (Example)

Proposals are initiated to propose a potential modification to Cascadia via a Cascadia Improvement Proposal (CIP). Discussions are started as a [Temperature Check], then moved to [CIP] and vote, after community feedback and discussion. The progression from [Temperature Check] to [CIP] is a collaborative process. CIPs are intended to provide a consistent pathway for proposing changes to Cascadia, ensuring that all stakeholders have an opportunity to be heard.

Each CIP must contain:

  1. Title: This is the title, labelled either [Temperature Check] or [CIP].

  2. Author: Who is proposing the idea?

  3. Summary: This is a one-sentence summary of the proposal.

  4. Background/Motivation: This is the main body of the proposal.

  5. Specification: This is what will be implemented should the proposal be approved.

  6. Key Performance Indicators (KPIs): How is performance measured?

  7. Reversion: For how long will this proposal be active before it is automatically reverted based on the stated KPIs?

  8. Voting: This outlines the voting options.

Sample:

Title

[CIP-XXX] Update Voting Period

Authors

Richard

Summary

This CIP seeks to update the voting period to 3 days.

Background

This TCIP seeks to update the voting period from X days to 3 days to create a more streamlined governance process

Specification

If approved, the voting_period parameter in the governance module shall be changed from XXX to 259200000000000.

KPI

N/A

Reversion

N/A

Voting

This vote will be live for three days. We appreciate and encourage an open discussion on this subject. This vote will be a single-choice vote. You may vote “For” or “Against” this proposal or abstain from the vote. By voting “For” this proposal, you are voting in favour of implementing the changes following the specifications set out in this proposal.

PreviousOn-Chain Voting via CLINextVeTokenomics

Last updated 1 year ago