IBC Transfer Module
IBC Escrow Explorer
A lookup and audit surface for Cosmos IBC transfer escrow accounts, channel metadata, balances, and counterparty supply comparisons.
A flashlight for the escrow basement, because packets should not be the only things crossing channels.

Intent
IBC Escrow Explorer was built to make escrow state inspectable from a browser. Instead of asking users to memorize endpoints and channel pairs, it resolves registry metadata, queries live chain APIs, and presents the relevant escrow and channel information in one place.
Features
- Resolve escrow addresses for source and destination chain pairs.
- Inspect channel, connection, and client-state details when needed.
- Query live escrow balances and compare against voucher supply.
- Use hosted metadata endpoints with direct REST fallbacks.
User Stories
- As an IBC operator, I want to check escrow state without rebuilding chain-registry context by hand.
- As a wallet user, I want a browser lookup that explains which channel and port are in play.
- As a troubleshooter, I want live balance and supply data before assuming funds are missing.
Stack
TypeScript
Static Web App
Cosmos Chain Registry
REST
gRPC CLI
Caddy serves static assets and proxies metadata lookups to the ibc-escrow container.