AXS recovery

Reconstruct your joint Monero spend key from a refunded xmr_to_usdt swap. Runs entirely in your browser — no data leaves this page except an optional read-only query to a Tron event server you choose.

1. Paste your recovery bundle

The JSON blob your partner / integration gave you at swap creation time.

2. Fetch AXS's revealed refund secret

In online mode the page queries a public Tron event server for the Refunded event emitted by AXS. In offline mode you paste the secret yourself — useful if you don't trust any third-party Tron node, in which case run your own and copy the event out of hand.

Verify this page

Source, dependencies, auditability

This file loads @noble/curves and @noble/hashes from the esm.sh CDN — both libraries are audited, widely-used, and have reproducible builds you can verify yourself. For a true-zero-trust workflow: save this HTML file, save the two JS modules it imports (view source → network tab), disconnect from the internet, then open the file from disk. Recovery derivation works offline as long as you supply the refund secret by hand.

No analytics. No service workers. No cookies. The only outbound request in online mode is a GET to the Tron event server URL you select.