Cosmos Account Reader & Address Converter
Balances, account info, delegations — plus every-chain bech32 conversion, from your browser
Account lookup
Bech32 address converter
The same key has a different bech32 prefix on every Cosmos chain. Paste any address to convert it to all common prefixes — computed locally.
About the Cosmos Reader
The Cosmos ecosystem spans dozens of SDK-based chains - Cosmos Hub, Osmosis, Juno, Injective, and many more - all sharing the same account model and bech32 address format. Reading an account means one set of LCD queries: bank balances, account number and sequence, staking delegations, and pending rewards.
Paste any bech32 address, pick a chain (public LCD presets included), and read the full account state. The bech32 converter re-encodes the same key into every common chain prefix - the same trick validators and explorers use to track one wallet across the ecosystem. All queries go directly from your browser to the LCD you choose.
How to use
- Pick a chain preset or paste any Cosmos LCD/REST endpoint.
- Enter a bech32 address from any Cosmos chain.
- Read balances (displayed in human units), account info, and staking state.
- Use the converter to re-encode the address for other chains.
Frequently Asked Questions
Why does the same account have a different address on every chain? ▾
Cosmos addresses are bech32-encoded public keys, and the prefix (cosmos, osmo, juno...) identifies the chain. The underlying key is identical - the converter re-encodes it so you can verify the same wallet everywhere.
How are balances displayed? ▾
Chain tokens use 6 decimal places by default (uatom -> ATOM), with INJ at 18 and other exceptions handled. Unknown or native denominations are shown raw - check the chain docs for their exponent.
Can I check staking rewards for my validators? ▾
Yes - pending rewards per validator are listed alongside delegations, so you can see unclaimed amounts before deciding to withdraw.
Which endpoints can I use? ▾
Any Cosmos SDK LCD/REST endpoint that allows browser (CORS) access. The presets use reliable public endpoints; official chain LCDs and private endpoints work too - just paste the URL.
Is this tool free to use? ▾
Yes! This tool is 100% free. No signup, no credit card, no limits. It's part of Formatho's privacy-first developer toolkit.
Is my data safe? Does this tool send data to a server? ▾
Absolutely. This tool runs entirely in your browser. Your data never leaves your device. Zero server-side processing, zero tracking.