The support layer
for on-chain finance
Users get guided support backed by live on-chain data. Your support team handles fewer tickets, while your compliance team has a complete audit trail of every interaction.
Early access: we onboard teams personally · Evaluation tier opening soon
Read-only · No custody · Audit-logged · No financial advice








Case #4821
Failed swap · Base
“Why did my swap fail?”
- Fetched transaction0x8f2a…d41c
- Replayed against pool stateblock 21044210
- Decoded revertSlippageTooHigh
- Checked wallet impactno funds moved
The flow
Follow a user issue from start to resolution.
Tap each stage to see how everyone benefits.
Who it's for
Built for organisations moving value on-chain
From leading DeFi protocols to financial institutions issuing digital assets. One intelligent support layer for every on-chain interaction.
Turn failed transactions into solved problems
When users get stuck, TxID understands why.
TxID analyses wallet activity, reads the transaction state, and explains exactly what happened, with the steps needed to resolve the issue.
For protocolsYour users get:
- Failed transactions explained with the correct fix
- Wallet-specific guidance based on real activity
- Answers grounded in your protocol documentation
- Seamless escalation when human support is required
Your team gets:
- Fewer repetitive support tickets
- Complete transaction context when escalation happens
- A searchable record of every interaction
Help holders understand their assets
As assets move on-chain, users need reliable answers about ownership, transfers, participation, and ecosystem activity.
TxID provides accurate, always-current support across your digital asset lifecycle.
For issuersHandles:
- Token information, supply, and distribution
- Vesting schedules and unlock events
- Staking and reward mechanisms
- Trading venues and ecosystem resources
- Documentation and community resources
Give clients answers they can verify and defend
When financial assets move on-chain, every explanation matters.
TxID combines live blockchain analysis with a complete audit trail, helping institutions answer client questions with confidence and meet operational and compliance requirements.
For institutionsEvery interaction includes:
- Live on-chain evidence behind each response
- Clear separation between verified facts and interpretation
- Searchable case records for support, product, and compliance
- Escalation into existing workflows with full context attached
How it works
Live in three simple steps
Configure
Make TxID your own
Add your brand identity, documentation, and protocol knowledge. Preview the experience in real time before launch.
- Custom branding and appearance
- Documentation and knowledge sources
- Protocol-specific configuration
Embed
Add support directly into your product
Deploy TxID with a single script. Works with your existing stack, including React, Next.js, or standard HTML.
- Live in minutes. No infrastructure changes required.
Go live
Your users get intelligent on-chain support
TxID instantly helps users understand transactions, diagnose issues, and find answers, all within your branded experience.
- Wallet-aware support
- Transaction diagnosis
- Documentation-based answers
- Seamless escalation when needed
The intelligence layer
Investigate. Resolve. Record.
Everything TxID does comes down to three things.
Investigate
Understand what happened before responding
TxID analyses the transaction, reads relevant on-chain data, and identifies the cause of failure using your contracts, documentation, and error mappings.
When something cannot be verified, TxID says so. It never invents an answer.
Resolve
Help users where they already are
TxID delivers support inside your product, Telegram, or through your API.
Most issues are resolved instantly. When human support is required, your team receives the full context instead of another unanswered ticket.
Record
Create a complete case history automatically
Every interaction is captured with its evidence, analysis, and outcome.
Support teams understand recurring issues. Product teams identify opportunities. Compliance teams have a searchable record they can rely on.
Want the full list? See all features →
Integration
Deploy anywhere in minutes
Embed TxID directly into your product, connect it to Telegram, or integrate through the API. Flexible deployment without rebuilding your support stack.
<!-- Add before </body>. That's it. -->
<script>
(function() {
var w = document.createElement('iframe');
w.src = 'https://app.txid.support/widget?key=YOUR_API_KEY';
w.style.cssText = 'position:fixed;'
+ 'bottom:max(24px,env(safe-area-inset-bottom,0px));'
+ 'right:max(16px,env(safe-area-inset-right,0px));'
+ 'width:min(400px,calc(100vw - 32px));'
+ 'height:min(600px,calc(100vh - 80px));'
+ 'border:none;z-index:9999;border-radius:16px;'
+ 'box-shadow:0 8px 32px rgba(0,0,0,0.4)';
document.body.appendChild(w);
})();
</script>Trust & compliance
Add intelligent support without adding risk
TxID is designed to operate safely alongside your protocol. Read-only by design, grounded in verified data, and fully auditable.
Safe by design
Built with clear boundaries
TxID cannot move funds, access private keys, or take actions on behalf of users.
No custody. No transactions. No financial advice.
Grounded, verified answers
No guessing. No hallucinations.
TxID combines your documentation with live on-chain data to understand what happened.
If something cannot be verified, it says so.
Complete audit trail
Every interaction becomes a case record
Every conversation is logged with the question, evidence, response, and outcome.
Support teams can review cases. Product teams can identify trends. Compliance teams have a searchable record.
Verify everything
Let users validate the answer themselves
TxID can provide supporting evidence behind its responses, including live blockchain data and referenced sources.
Compliance checks
Screen addresses when needed
On supported EVM networks, TxID can check whether addresses are flagged against sanctions data sources and provide the relevant reference.
Contract verification
Confirm users are interacting with the right contracts
TxID can verify source-verified contracts, proxy configurations, and upgrade history through blockchain explorers.
On Aptos, it reads published modules and available on-chain metadata.
Audit transparency
Make security information accessible
Add your protocol audits to TxID and let users retrieve auditor information and supporting reports when they ask about security.
Pricing
Simple, transparent pricing
Test the intelligence, then deploy it as infrastructure.
Enterprise
For protocols, platforms & institutionsThe complete on-chain support layer, tailored to your organisation
- All deployment surfaces: embedded widget, Telegram, API & MCP agent access
- Multi-chain support across EVM and Aptos
- The Case Record: searchable, reviewable investigations
- Escalations into Slack, Linear, GitHub, and Jira
- Full white-label experience
- Optional user-authorised on-chain actions
- Priority support with a dedicated contact
Evaluation
Prove TxID on your own protocol before committing
- 1 blockchain
- Custom branding
- Wallet detection
- Transaction diagnosis
- Knowledge base Q&A
- Script-tag embed
- Analytics dashboard
Want the detail? See pricing in full →
FAQ
Common questions
What exactly is TxID?
It's a support layer you embed in your site or your Telegram. When a user asks a question, TxID reads the chain, works out what actually happened, and answers. If it can't resolve something, it hands your team the case with the work already done. And everything gets recorded, which matters more than you'd think once compliance starts asking.
How does wallet detection work?
When a user opens the agent, it silently reads the wallet address from whatever wallet provider is connected to your site (MetaMask, WalletConnect, Coinbase Wallet, etc.). It then uses that address to look up recent transactions and balances on the relevant chain. No signing or permission is required; it only reads public on-chain data.
What stack does it work with?
Any stack. The agent is embedded with a single script tag before your closing body tag. It works with React, Next.js, Vue, Svelte, or plain HTML. There's no SDK to install and no build step required.
Do you support Aptos and Move?
Yes, natively. Rather than adapt the EVM engine, TxID runs a second engine built for Move: module ABIs are read live from the Aptos fullnode, failed transactions decode Move abort codes into plain English, and users connect with Petra or paste an address. Aptos-only behaviors are covered too, including sponsored transactions, auth key rotation, and protocols that keep user funds in subaccount objects with delegated session keys.
Is there a record of what the agent tells users?
Yes. Every conversation is recorded with the investigation behind it: what was checked on-chain, what was found, and how it resolved. Support teams use it to see what users struggle with, product teams to see what to fix, and compliance teams to evidence exactly what a client was told and why.
What counts as a conversation?
A conversation starts when a user opens the agent and sends their first message. It ends after 30 minutes of inactivity. All messages in the same session count as one conversation, so a user asking 5 follow-up questions still uses only one of your monthly allowance.
Can I try it before committing?
Yes. The Evaluation tier gives you 150 conversations a month with wallet detection, transaction diagnostics, and docs Q&A, so you can prove TxID on your own protocol first. When you are ready to run it in production, we move you onto an Enterprise plan priced to your platform.
Is it really white-label while we evaluate?
Yes. Evaluation includes custom colours, font, and logo. Enterprise goes further with a full white-label experience, a custom agent name and avatar, and priority support.
Which blockchains does TxID work with?
TxID works across Ethereum, Base, BNB Chain, Polygon, Arbitrum, Optimism, Avalanche and Etherlink, plus Aptos (the Move-based L1). It detects the connected wallet on any of these and looks up balances and transactions on the relevant chain.
Can it explain why a transaction failed?
Yes. Diagnosing failed transactions is a core feature. When a user pastes a transaction hash or asks about a failure, the agent replays the transaction and explains the cause in plain English: out of gas, a require() revert reason, a custom contract error, or a Solidity panic such as an arithmetic overflow.
Is wallet detection safe for my users?
Yes. The agent only reads the public wallet address and public on-chain data. It never asks the user to sign a transaction, share a seed phrase, or grant any permission. There is nothing it can do to move or access funds.
How do I add TxID to my site?
Add one script tag before the closing body tag, then configure your branding, docs link, and contract addresses in the dashboard. It works with React, Next.js, Vue, Svelte, or plain HTML, with no SDK and no build step. Most protocols are live in under five minutes.
Still have questions? Email usor try it live on a protocol you already use.
Ready to transform on-chain support?
See how TxID works with your protocol, or request early access.