Ask BT · Live on this site
Interview the portfolio.
This assistant answers questions about Ben's candidacy, grounded in the same curated knowledge base as this site. It runs in two modes: a deterministic retrieval mode that works with zero backend, and a live mode where a rate-limited server route asks a small, fast language model with strict guardrails. Either way, if it doesn't know, it says so.
Tell me about the blockchain tool
The EVM Transaction Troubleshooter is a chain-agnostic, open-source (MIT) EVM debugger Ben built and shipped. It is live at https://evm-troubleshooter.vercel.app with source at https://github.com/UnchainedSoulBT/evm-troubleshooter. Paste a transaction hash, raw calldata, a signed raw transaction, or a JSON call request (auto-detected) and it simulates the call on-chain with no gas and no broadcast, decodes calldata and revert reasons via ABI lookup, isolates root cause with state-override probes, renders the full call trace tree with asset diffs, and can broadcast a corrected transaction client-side through a connected wallet. Stack: Next.js App Router, strict TypeScript, viem, wagmi + WalletConnect, a Hono RPC proxy, tested with vitest, Playwright, and Foundry Anvil. Ethereum plus the top 10 chains, or bring your own RPC. No server-side keys. Ben's blockchain depth is hands-on: 4+ years of on-chain investigation across EVM chains, Solana, TON, and Bitcoin; custody architecture (MPC, custodial and non-custodial wallets); transaction lifecycle and policy engines; off-exchange settlement with major centralized exchanges; AML signals and gasless transactions. The proof is the EVM Transaction Troubleshooter, which automates the decode-and-probe workflow he used on real customer incidents, and the field notes at trbt.cloud/work, like decoding a reverting contract call down to a one-address mistake.
grounded mode · no modelEVM Transaction TroubleshooterBlockchain depth
Built by Ben as part of this site: knowledge base retrieval, streaming route handler, per-IP rate limiting, prompt-injection guardrails, and an honest fallback. The assistant speaks only from curated facts and never invents.