Junø
WebDiscordGithubTwitter
  • Juno
    • Intro
    • Home of CosmWasm
    • Contributors - Core Software
    • Brand Identity
    • Security Disclosures
    • Economic Overview
      • Disclaimer
      • Native Asset (JUNO)
      • Incentive structure
      • Supply API - Data
  • Developer Guides
    • CosmWasm Contracts
      • Compile a Contract
      • Deploy a Contract
      • Guide: How to Upload a Smart Contract on the Juno Chain
      • Use Cw-orchestrator to speed-up your development
      • Query A Contract
      • Send Tokens to a Contract
    • Miscellaneous
      • Conversions
      • Multi Message Transaction
      • Get & Decode Transactions
      • Get Token Prices
      • Get Account Transactions
      • IBC Transfer
      • State Export / Airdrop
    • Juno Modules
      • FeeShare
      • TokenFactory
    • API Endpoints
      • Cosmos
        • Tx
          • V1beta1
            • Simulate
            • Txs
              • Block
        • Params
          • V1beta1
            • Params
        • Bank
          • V1beta1
            • Balances
              • By denom
            • Denoms metadata
            • Params
            • Spendable balances
            • Supply
        • Upgrade
          • V1beta1
            • Applied plan
            • Current plan
            • Module versions
            • Upgraded consensus state
        • Auth
          • V1beta1
            • Accounts
            • Module accounts
            • Params
        • Staking
          • V1beta1
            • Delegations
            • Historical info
            • Params
            • Pool
            • Validators
              • Delegations
                • Unbonding delegation
              • Unbonding delegations
            • Delegators
              • Redelegations
              • Unbonding delegations
              • Validators
        • Evidence
          • V1beta1
            • Evidence
        • Mint
          • V1beta1
            • Annual provisions
            • Inflation
            • Params
        • Feegrant
          • V1beta1
            • Allowance
            • Allowances
            • Issued
        • Gov
          • V1beta1
            • Params
            • Proposals
              • Deposits
              • Tally
              • Votes
        • Distribution
          • V1beta1
            • Community pool
            • Params
            • Delegators
              • Rewards
              • Validators
              • Withdraw address
            • Validators
              • Commission
              • Outstanding rewards
              • Slashes
        • Slashing
          • V1beta1
            • Params
            • Signing infos
        • Authz
          • V1beta1
            • Grants
              • Grantee
              • Granter
        • Base
          • Tendermint
            • V1beta1
              • Blocks
                • Latest
              • Node info
              • Syncing
              • Validatorsets
                • Latest
          • Node
            • V1beta1
              • Config
      • Cosmwasm
        • Wasm
          • V1
            • Code
              • Contracts
            • Contract
              • History
              • Raw
              • Smart
              • State
            • Codes
              • Params
              • Pinned
            • Contracts
              • Creator
      • Juno
        • Feeshare
          • V1
            • Fee shares
            • Params
        • Tokenfactory
          • V1beta1
            • Denoms from creator
            • Params
            • Denoms
              • Authority metadata
      • Ibc
        • Apps
          • Router
            • V1
              • Params
      • API Specification
    • Local Interchain
      • Local Interchain Rust Example
    • Junod Local Dev Setup
    • Integrate Leap wallet
    • SubQuery Indexer
  • Governance
    • Before submitting a proposal
    • Submitting a Proposal (CLI)
      • Formatting Proposal Markdown
  • Command-Line Interface (CLI)
    • Introduction
    • Useful CLI Commands
    • Module Reference
      • bank
      • distribution
      • gov
      • keys
      • params
      • slashing
      • staking
      • status
      • tendermint
      • upgrade
      • wasm
  • Nodes & Validators
    • Junod Installation and setup
    • Setting up Cosmovisor
    • Mainnet Setup and Tooling
    • Joining Mainnet
      • Sync from Snapshot
      • Sync with state-sync
      • Mainnet Upgrades
    • Joining Testnet
    • Relaying
    • Juno Delegations Program
Powered by GitBook
On this page
  • auth
  • bank
  • staking
  • mint
  • distribution
  • slashing
  • gov
  • crisis
  • feeshare
  • tokenfactory

Was this helpful?

  1. Command-Line Interface (CLI)
  2. Module Reference

params

PreviouskeysNextslashing

Last updated 2 years ago

Was this helpful?

Params module allows you to query the system parameters which can be governed (except the gov params) by the .

junod query params subspace [subspace] [key] [flags]

Among them, the parameters available for query for each subspace are as follows:

auth

key
description
default

MaxMemoCharacters

Maximum number of characters in the memo field in a transaction

256

TxSigLimit

Maximum number of signatures per transaction

7

TxSizeCostPerByte

The amount of gas consumed per byte of the transaction

10

SigVerifyCostED25519

Gas spent on edd2519 algorithm signature verification

590

SigVerifyCostSecp256k1

Gas spent on secp256k1 algorithm signature verification

1000

bank

key
description
default

SendEnabled

Tokens that support transfer

{}

DefaultSendEnabled

Whether to enable the transfer function by default

true

staking

key
description
default

UnbondingTime

Mortgage redemption time

??

MaxValidators

Maximum number of validators

125

MaxEntries

The maximum number of unbinding/redelegation orders in progress

7

BondDenom

Bond denom

ujuno

HistoricalEntries

The number of historical entries

10000

mint

key
description
default

Inflation

Token issuance frequency

??

MintDenom

Denom of the token mintable

ujuno

BlocksPerYear

Blocks produced per year

6311520

distribution

key
description
default

communitytax

Fees charged for withdrawal

0.02

baseproposerreward

The base reward rate of the block proposer

0.01

bonusproposerreward

Reward rate for block proposers

0.04

withdrawaddrenabled

Whether to support setting the withdrawal address

true

slashing

key
description
default

SignedBlocksWindow

Sliding window for downtime slashing

100

MinSignedPerWindow

Minimum signature rate in each window

0.5

DowntimeJailDuration

Maximum downtime (continuous)

???

SlashFractionDoubleSign

Penalty coefficient for double sign

0.05

SlashFractionDowntime

Penalty coefficient for downtime

0.01

gov

key
description
default

depositparams

Related parameters of the deposit mortgage phase

min_deposit: 10000000ujuno; max_deposit_period: ??

votingparams

Related parameters of the voting mortgage phase

voting_period: 2d(days)

tallyparams

Related parameters of the voting tally phase

quorum: 0.25; threshold: 0.5; veto_threshold: 0.334

crisis

key
description
default

ConstantFee

Constant Fee

1000ujuno

feeshare

key
description
default

EnableFeeShare

If Enabled

true

DeveloperShares

Percent of fees dAPPs contracts get

0.50

AllowedDenoms

Gas fees which are shared with developers

["ujuno"]

tokenfactory

key
description
default

DenomCreationFee

Create SubDenom Fee

[{"denom":"ujuno","amount":"1000000"}]

gov module