Everything TxID does, in one place. Each row carries a status: Available means it is in production today, Optional means it is off unless you turn it on, Coming means it is on the roadmap and not built, and Paused means it is built but hidden for now.
Why the statuses matter
A feature list is exactly where an overstated "available" costs the most. Anything marked Coming is genuinely not built, and we would rather tell you that here than have you discover it during an evaluation.
Deployment surfaces
| Embedded widget | One script tag. Works with React, Next.js, Vue, Svelte or plain HTML. | Available |
| Inline embed | Render inside a container instead of a floating button. | Available |
| React component | @txid/react for direct integration. | Available |
| Telegram bot | One bot per protocol, connected with a BotFather token. | Available |
| REST API | Server to server, authenticated with your secret key. | Available |
| MCP server | On-chain diagnostics as tools for MCP-compatible AI clients. | Coming |
Transaction diagnostics
| Failure diagnosis | Replays the transaction and explains the cause. | Available |
| Revert reasons | require() strings decoded and translated into plain English. | Available |
| Custom errors | Solidity custom errors decoded via your ABI or 4byte.directory. | Available |
| Solidity panics | Overflow, division by zero, array bounds, failed assert. | Available |
| Out of gas | Detected from gas used against the limit, with no extra RPC call. | Available |
| Move aborts | Aptos abort codes decoded against framework and protocol error maps. | Available |
| Stuck and pending | Nonce gaps and underpriced transactions identified as such. | Available |
| Error glossary | Your own explanation per contract error, used verbatim. | Available |
Wallet and account intelligence
| Wallet detection | MetaMask, WalletConnect, Coinbase Wallet, Petra, Martian. | Available |
| Address paste | Answers without connecting a wallet at all. | Available |
| Balances | Native, ERC-20, and Aptos fungible assets. | Available |
| Transaction history | Recent activity, scoped to your contracts where useful. | Available |
| Token approvals | Open allowances, including unlimited grants. EVM only. | Available |
| Name resolution | ENS on EVM, Aptos Name Service on Aptos. | Available |
| Protocol accounts | Resolves a wallet to the protocol's own account object, so delegated-trading balances are never reported as empty. | Available |
| Merged history | Wallet and protocol-account activity combined, each labelled with where it came from. | Available |
Contract and token intelligence
| Contract verification | Source-verified status, proxy configuration, upgrade history. | Available |
| Live contract state | Read from the chain at question time, not from a cache. | Available |
| Contract events | Indexed on EVM. On Aptos, recovered by scanning a stated window. | Available |
| Move module ABIs | Read on-chain, so there is nothing to upload. | Available |
| Token information | Supply, decimals, live DEX price, allowances. | Available |
| Token safety | Honeypot and fee-on-transfer signals. EVM only. | Available |
| Network status | Gas conditions, fee guidance, node responsiveness. | Available |
Protocol-aware answers
Configured per protocol. The set below is what a perpetuals venue exposes, and shows the depth available when a protocol's own views are wired in.
| Positions and collateral | Size, side, entry, leverage and margin mode, in dollars and units. | Available |
| Unrealised PnL | Live oracle price against entry, per position. | Available |
| Liquidation risk | The contract's own liquidation check, plus equity against the threshold. | Available |
| Order constraints | Minimum size, size increment, maximum leverage, market open state. | Available |
| Pending orders | Accepted but not yet matched, across every market. | Available |
| Pending withdrawals | Answers "where is my withdrawal?" from the queue itself. | Available |
| Funding and stops | Complete funding cost, and whether a stop or take profit is set. | Available |
Knowledge
| Documentation indexing | Crawls your docs and answers from them, citing sources. | Available |
| Grounded answers | Says so when something cannot be verified, rather than guessing. | Available |
| Content blocks | Fixed answers for questions you want worded exactly. | Available |
| Languages | 16 supported, or auto-detected from the user. | Available |
The case record
| Full investigation | Question, evidence, reasoning and resolution, not just a transcript. | Available |
| Summaries and tags | One-line summary, category and sentiment per conversation. | Available |
| Chain state | The ledger version an answer was true as of, so it can be replayed. | Available |
| Prices at read time | The prices a figure rested on, kept alongside the answer. | Available |
| Failed lookups | Reads that did not happen, so a thin answer is never mistaken for a complete one. | Available |
| Request context | Country, coarse device, surface and language. No IP address is stored. | Available |
| Append-only | Enforced in the database: content and evidence cannot be rewritten. | Available |
| Access log | Who viewed, exported or erased a record, and when. | Available |
| Recorded erasure | Deletion leaves a tombstone, so a gap is never unexplained. | Available |
| CSV export | Includes ledger version, country, model and answer hash. | Available |
| Full-text case search | Search across the whole record set. | Coming |
| Retention controls | Configurable per project, and enforced. | Coming |
| SOC 2 audit | Not held today. | Coming |
Escalation and workflow
| Support tickets | Raised from the widget or the dashboard, with the investigation attached. | Available |
| Notifications | Slack, Discord, Telegram. | Available |
| Issue trackers | Linear, GitHub, Jira. The issue URL is written back to the ticket. | Available |
| Outbound webhooks | HMAC-signed, with a delivery log. | Available |
Analytics
| Volume and trends | Conversations over time, by chain. | Available |
| Categories and sentiment | What users ask about, and how those conversations end. | Available |
| Gaps view | What was marked unhelpful, escalated, or ended badly without escalating. | Available |
| Knowledge vs data gaps | Separates missing documentation from failed chain reads, because the fixes have different owners. | Available |
Branding and configuration
| White-label | Your colours, font, logo, agent name and avatar. | Available |
| Placement | Bottom-right, bottom-left, or inline in a container. | Available |
| Live preview | Updates as you type, before anything goes live. | Available |
| Go-live control | Show or hide the widget without touching your code. | Available |
Trust and safety
| Read-only | No keys, no signing, no custody. Nothing can move funds. | Available |
| Sanctions screening | On request, against the on-chain oracle, with the source cited. EVM only. | Available |
| Audit references | Your audits surfaced when users ask about security. | Available |
| Abuse protection | Invisible Turnstile and per-IP rate limits on public surfaces. | Available |
| Actions | User-authorised transactions, signed in the user's own wallet. Off by default, paid plans only. | Optional |
Chains
| Aptos | Move-native: modules, resources, aborts and protocol accounts. | Available |
| Ethereum, Base, Arbitrum, Optimism | Full EVM diagnosis. | Available |
| BNB Chain, Polygon, Avalanche | Full EVM diagnosis. | Available |
| Etherlink | Tezos EVM Layer 2, via Blockscout. | Available |
| Solana | Plumbing in place, hidden in the interface for now. | Paused |
Something missing?
Tell us what you are building at team@txid.support. Anything marked Coming is genuinely not built yet, and a chain or capability you need may move up the list.