Why XMR users end up needing a DEX
Monero's problem was never demand. It was access. As centralized venues removed
the pair across multiple jurisdictions, the ordinary route into XMR — open an
account, verify identity, buy — closed in more and more places.
The reason is structural rather than political. Exchanges operate under
transaction-monitoring obligations that assume a readable ledger. Monero hides
amounts, senders and recipients by default, so the chain-analysis trail
regulators expect cannot be produced. Delisting was the cheaper answer.
What followed is the interesting part: on-chain activity did not fall. It moved.
Users went to atomic-swap markets, peer-to-peer trades and decentralized
protocols instead. A native cross-chain route is the first option in that set
that feels like ordinary trading — you send bitcoin, you receive monero, and no
third party takes custody at any point.
Where a serverless front end fits
A decentralized protocol still needs an interface, and that interface is usually
an ordinary website — which reintroduces exactly the intermediary the protocol
removed. It can log, it can be compelled, its domain can be seized, and the
JavaScript it serves can change between audit and delivery.
THORDEX is delivered as a single HTML file addressed by its content hash on
IPFS, so there is no operator in the path to log anything and no host to
compel. You can also save the whole interface to disk and
run it from a file, which means your access does not depend on any website
continuing to exist. For an asset that has already been removed from most
regulated venues, that property is not academic.