Paste any Injective tx hash and get an instant plain-English breakdown trade, swap, stake, or contract : powered by live onchain data and AI. No blockchain knowledge required.




TxTranslator takes any Injective transaction hash and returns a human-readable explanation of what actually happened.
Most blockchain explorers show raw data : message types, denom strings, microamounts, that mean nothing to a non-technical user.
TxTranslator bridges that gap :
→ it fetches the transaction from the Injective LCD, normalizes the data (resolving denoms, decimals, protocol contracts), extracts structured trade or action metadata, then passes it to an LLM that writes a clear one-line summary anyone can understand.
Supported protocols : Helix (spot & perpetual orderbook), Choice Exchange (Terraswap-fork AMM), Mito Finance (yield vaults), Hydro Protocol (liquid staking), and generic CosmWasm / bank / staking messages.
Built the project from scratch during this hackathon.
Started with a basic Next.js API that fetched raw Injective tx data, then progressively added vprotocol-specific normalization layers : Helix spot/perp orderbook parsing, CosmWasm wasm-event parsing for AMM swaps (Choice Exchange), trade data extraction (price, slippage, fees), and finally the LLM prompt layer that turns structured data into natural language. Last feature shipped was full Choice Exchange output-token resolution by parsing Terraswap wasm swap events across multi-hop routes
No fundrasing on-going for this app