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.
Pre-mainnet — ire-1 is a public testnet with one validator. Do not put real value on it.
Vault
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 /rpc/ and /api/. It never signs, never broadcasts, and never holds a key.
OFFLINE — could not reach /rpc/status. This page will not invent a vault balance.
On-chain balance
—
Fetching ire1jv65s3grqf6v6jl3dp4t6c9t9rk99cd8nanfuy
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.
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.
Same spend path. A proposal names recipients and amounts. The vault does not auto-spray tokens. No hot wallet.
Ops (seed, RPC, explorer) can be paid the same way: gov spend to an operator address. Still on-chain, still voted.
Address ire1jv65s3grqf6v6jl3dp4t6c9t9rk99cd8nanfuy is the distribution module account. Do not invent a second company ire1.
ire-1 is a public testnet with one validator. Do not put real value on it.
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" \
--yesOnly 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