Like Infura for Ethereum, LucenDEX provides neutral XRPL execution infrastructure. We don't compete as a DEX brand—we're the backbone for wallets, fintechs, and institutions.
Backend never sees private keys or seed phrases. All transactions signed client‑side. We provide routing and optional relay—your keys stay with you.
We don't facilitate trades—we provide infrastructure. Partners integrate our APIs to access liquidity. Think AWS for XRPL trading, not Coinbase.
QuoteHash = blake2b‑256(params + fees + TTL). Embedded in XRPL memo. Execution must match quote or fail. No discretionary control.
Real‑time XRPL ledger indexing for AMM pools and orderbook state. DEX‑only data—no payments, no user balances, no PII.
Technical Details →Deterministic pathfinding across AMM + orderbook liquidity. Computes best route with fee injection and QuoteHash binding. Read‑only access to indexer data.
Public endpoints (quotes, pairs, health) + partner endpoints (Ed25519 authenticated). Per‑partner quotas enforced via in‑memory KV. Usage metering to Database.
Forwards signed transaction blobs to rippled. No transaction modification. Signature validation only. Disabled by default—clients can submit directly to XRPL.
Independent XRPL validator operated by LucenDEX. Domain‑verified via xrp‑ledger.toml. Provides network security and infrastructure transparency.
View on XRPScan →Low‑latency read operations for router. Public WebSocket for real‑time ledger stream.
Complete ledger history for indexer. Backfill support for gap detection.
Independent validation. Domain verification at lucendex.com/.well-known/xrp-ledger.toml
No implicit network trust. Every service boundary secured with mTLS. No symmetric keys—Ed25519 for partner authentication.
LucenDEX doesn't compete with DEX frontends. We're infrastructure for partners to build on. You keep your brand, your users, your relationship. We provide the execution rails.