Use "/" to Search
# Submitting Proposals
This section describes how to submit governance proposals on Nibiru.
Any NIBI holder, whether bonded or unbonded, can submit proposals by sending a TxGovProposal
transaction. This is possible using the nibid
CLI. Each proposal type corresponds to a subcommand of nibid tx gov submit-proposal
.
# Table of Contents
# Proposal Types
Proposal Type | Description |
---|---|
add-oracle | Whitelists an account as a price feed, enabling it send post-price messages. |
cancel-software-upgrade | Cancels a software upgrade. |
community-pool-spend | Details a proposal for use of community funds, together with how many coins are proposed to be spent, and to which recipient account. |
create-pool | Creates a new Nibi-Perps trading pair by initializing a virtual AMM pool. |
ibc-upgrade | Updates the IBC client state in-place. An upgraded_client_state.json can be client-breaking. |
param-change | Change module parameters. |
software-upgrade | Upgrade the protocol code. |
update-client | Substitutes the current IBC client for a new one. This proposal is useful for updating the light client in the case of misbehavior. See ADR-026 of IBC-Go (opens new window) for more info. |
# Whitelisting an oracle address with add-oracle
An JSON file the add-oracle
proposal:
# Create a virtual pool
Here's an example of a valid JSON file for the create-pool
proposal.
# Querying a proposal
One can use the following command to query for proposals: