Pre-mainnet — ire-1 is a public testnet with one validator. Do not put real value on it.

Vault

IRE Volt

The chain vault is the Cosmos community pool, not a company wallet. Gas from using ire-1 lands here. Governance spends it on rewards, airdrops, and network fees. This page only GETs named routes such as /rpc/status and /api/cosmos/bank/v1beta1/balances/. It never signs, never broadcasts, and never holds a key.

CONNECTING Waiting for /rpc/status

On-chain balance

Fetching ire1jv65s3grqf6v6jl3dp4t6c9t9rk99cd8nanfuy

Height
community_tax
Fee split
Module
distribution

In: network gas

Every tx pays gas in uire. Fees hit fee_collector, then distribution. community_tax is the slice that stays in this vault. Genesis is 2%. Proposal 001 sets it to 100% so usage pays the chain, not a company address.

Out: rewards

Staking and usage rewards are a CommunityPoolSpend gov send from this vault. There is no inflation. After the pre-minted rewards pool is spoken for, fees in the vault are what is left to pay.

Out: airdrops

Same spend path. A proposal names recipients and amounts. The vault does not auto-spray tokens. No hot wallet.

Out: fees

Ops (seed, RPC, explorer) can be paid the same way: gov spend to an operator address. Still on-chain, still voted.

No extra treasury

Address ire1jv65s3grqf6v6jl3dp4t6c9t9rk99cd8nanfuy is the distribution module account. Do not invent a second company ire1.

Testnet

ire-1 is a public testnet with one validator. Do not put real value on it.

Pay into the vault

Anyone can fund it. This is not a deposit product and not a brokerage.

ired tx distribution fund-community-pool 1000000uire \
  --chain-id ire-1 \
  --from <key> \
  --gas-prices 0.001uire \
  --home "$HOME/.ire" \
  --yes

Spend (rewards, airdrop, fees)

Only governance. Voting period is 172800s. Spec and the 100% gas proposal: docs/VAULT.md.

ired tx gov submit-proposal networks/ire-1/proposals/001-community-tax-100.json \
  --from <key> \
  --chain-id ire-1 \
  --gas-prices 0.001uire \
  --home "$HOME/.ire" \
  --yes