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

On-Chain Voting via CLI

Step 1: Open your Command Line Interface (CLI)

Step 2: Input the following command:

cascadiad tx gov vote <proposal_number> <your_vote_choice> --gas-prices 7aCC --from <your_key_name> --node https://rpc.cascadia.foundation:443
  • Replace <proposal_number> with the actual number of the proposal you wish to vote on (e.g., 23).

  • Replace <your_vote_choice> with your desired vote choice (e.g., yes, no, abstain).

  • Replace <your_key_name> with the name of your key.

For users who wish to automatically adjust the gas price, you can add the following at the end of the previous command. This allows the system to determine the best gas price for your transaction and adjust it by a factor of 2.

--gas auto --gas-adjustment 2

Always ensure you're voting on the correct proposal number and double-check your choices before confirming.

Make sure your CLI environment is set up correctly and that you have sufficient funds to cover any transaction fees.

PreviousProposalsNextProposal (Example)

Last updated 1 year ago