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

boomer250.com · Cosmos SDK · CometBFT · fixed supply

IREblockchain

IRE is a public Cosmos chain. You send IRE, inscribe tokens and posts on the chain itself (no IPFS), and bet on inscribed markets. Using the network earns points. Gas fees go to the Volt (the chain vault) which can pay rewards, airdrops, and ops. Add socials on your profile and share your ire1 address to receive or send.

Chain ID
ire-1
Base denom
uire · 6 dp
Genesis supply
1,000,000,000,000 IRE
Annual provisions
0
Public seed
91.99.1.9:26656
Validators
1 (local)
Min gas price
0.001 uire
Consensus
CometBFT proof-of-stake

Send IRE

The token is uire (6 decimals). Share your address from Wallet to receive. Copy a send command to pay someone. This host never holds a key.

Inscribe

Memos on ordinary sends. Tokens, art catalogs, games, and yes/no markets live in the tx, not on IPFS. Launch from Create.

Earn points

Using the chain scores points: sends, inscriptions, markets, funding the vault. Points are a usage score, not IRE. Later airdrops can pay from the Volt. See Points.

Profile and socials

Every account can inscribe X, Telegram, Discord, and a site onto their ire1, then share a receive/send link. Profile.

Crypto Brokers

5,000 unique agent NFTs. Live ERC-721 0x9F7A3ADbF611cBeeC95Ce40e0259bbF96b8Df041, owner @FURBI50360. Connect and activate on Brokers. Owner signs live trades. Not a licensed broker.

Whitepaper

The full public spec: supply, Volt, inscriptions, points, agents, how to join. Whitepaper.

Current status

ire-1 is a public testnet, still a single-validator network. A non-validator public seed is up in Falkenstein. This domain, boomer250.com, is the public home for IRE: docs, Volt, whitepaper, Crypto Brokers activation, and a same-origin GET proxy at /rpc/ and /api/. It is not a seed or P2P endpoint, and cannot serve ports 26656 or 26657.

Network files, the seed string, and the genesis hash: Network. Join a full node or create a validator: Join. Watch live cubes: Mempool. Send and inscribe: Use. Inscribed prediction markets: Markets. Look up a balance and activity: Wallet. Launch a tick or inscribe a catalog record: Create. Source repository: github.com/kenyahewitt/ire-blockchain.

The original operator can still start the local validator from this repository:

make build
./build/ired start --home .ire

Check the local node with:

curl -s http://127.0.0.1:26657/status
curl -s 'http://127.0.0.1:1317/cosmos/bank/v1beta1/supply/by_denom?denom=uire'

IRE Sentinel

IRE Sentinel is the local, read-only chain-security agent. It checks the local node’s chain ID, sync status, supply, inflation, and validator health, then writes timestamped reports. It cannot sign transactions, access node keys, change node configuration, or deploy contracts. It can use GPT-5.6 Sol for a concise evidence-based assessment after you store your own OpenAI project key in the macOS Keychain.

npm run sentinel:no-ai

Smart contracts

The CosmWasm contracts live in contracts/. They are not in the running ired binary yet (/cosmwasm on LCD is Not Implemented; there is no wasm in app_state). Run their tests with:

cargo test --workspace

Build Wasm artifacts with the CosmWasm-compatible linker setting:

RUSTFLAGS='-C link-arg=--allow-undefined' cargo build --workspace --release --target wasm32-unknown-unknown

Deploy immutable contracts with --no-admin. The CW20 wrapper removes any configured minter at instantiation. The CW721 contract intentionally permits its configured collection minter to issue NFTs; choose and protect that minter before deployment.

Mainnet launch gate

ire-1 is a public testnet with one validator — not mainnet. A public seed now exists. Still missing: independent validators, a public RPC/domain, a final allocation, a treasury multisig, an external audit, and legal. Do not put real value on this network until those gates are complete.