From your device to a confirmed bundle, four hops.
Every key path, every node call, every cent of fee revenue, sourced from the deployed contracts and the running backend. On Ethereum the hot path reads exclusively from the operator's own Reth node over a local IPC socket, with no external RPC dependency in the trade-execution path. On Base, Solana, Monad and Bitcoin the execution path runs against the RPC endpoint you configure.
Smart-contract source open on sourcify.dev · verified source. The trading engine stays proprietary; protection comes from the on-chain footprint, not from secrecy. Read it before you fund anything.
PWA, local Reth, multi-builder, on-chain.
Four physical hops between a Face ID confirm and a landed block. Each layer below maps to one hop.
+--------------------------------------------------------------------+
| L4 PWA shell |
| React + Vite. Service Worker. iOS Safari / Android Chrome / |
| Desktop / Telegram WebApp. No app store, no extension. |
+----+---------------------------------------------------------------+
| touch / Face ID / passkey ceremony
v
+----+---------------------------------------------------------------+
| L3 Signing |
| Your wallet is a passkey-derived EOA. The key materialises |
| in-browser via WebAuthn PRF, ~milliseconds between credential-get |
| and signed payload, then zeroed. Snipe auth is separate: a |
| self-custodial session key funded from your wallet - it can |
| spend only that balance; disarm sweeps it home. |
+----+---------------------------------------------------------------+
| signed payload (no key material) over HTTPS
v
+----+---------------------------------------------------------------+
| L2 Backend + local Reth |
| Rust (axum + tokio). Reads from a LOCAL Reth node over IPC |
| ( sub-1 ms RTT to the node ). No external RPC provider on |
| the hot path. Backend sees signed payloads, |
| never key material. |
+----+---------------------------------------------------------------+
| eth_sendRawTx ( 4-builder fan-out )
v
+----+---------------------------------------------------------------+
| L1 Multi-builder relay ( 4 destinations ) |
| flashbots.net |
| beaverbuild.org |
| titanbuilder.xyz |
| lightspeedbuilder.info |
| First inclusion wins; the rest are dropped. |
+----+---------------------------------------------------------------+
| block N confirmation
v
+----+---------------------------------------------------------------+
| L0 Ethereum mainnet |
| LOSURIA DEX + the major Ethereum pools (best quote). Anti-rug |
| LP-monitor on tokens you hold; trip -> auto-sell front-runs |
| the rug with an elevated priority tip; on Ethereum through the private bundle. A heuristic, not a guarantee. |
+--------------------------------------------------------------------+
Passkey, wallet, snipe auth.
One ceremony per session. The keys live for milliseconds in the browser, then are zeroed. Snipes run on a self-custodial session key that can spend only the balance you fund it with — disarm any time and everything sweeps home.
credentials.get() and the signed payload. After that: SubtleCrypto.deleteKey + zeroed buffers. LOSURIA never sees the raw key.What you trust LOSURIA for vs. what is verifiable.
If a fact is on-chain you can prove it yourself; if it is operational we say so.
- Subscription is non-custodial, each payment transfers straight from your wallet to the immutable Treasury via
LosuriaSubscription; the contract never holds funds and you can cancel anytime on-chain. - Subscription billed in DAI per 30-day period, Pro plan ≈€20, Whale plan ≈€200; each plan price is bounded on-chain to a 50–200 % corridor around its deploy value.
- Fee destination: immutable per swap leg. The operator cannot redirect collected funds.
- LSR token: 1B fixed supply, no
mint(), no upgrade path, ERC20Votes wired. - Launchpad: the factory deploys the token, funds the LP and locks it, factory-enforced on Ethereum, Base and Monad — on those chains there is no window where the token trades without locked LP; the Solana path has no factory and no LP lock. The creator never holds the LP position.
- Launchpad buy tax: creator-set 0–5 %, immutable post-deploy, sells tax-free, routed on every buy. Token contract has no
mint(), nopause(), no admin and no blacklist. - Snipe-window: every EVM wizard launch routes through
deployScheduled()with a 60-second minimum delay betweenTokenDeployedandPoolOpened, enforced byMIN_DELAY_SECSon the factory — subscribers get the pre-arm window on every scheduled launch. - Monad: swaps, snipes and launches execute on the LOSURIA DEX, our own immutable DEX — the 1 % platform fee is charged inside the pool's
swap()itself, with no admin, no upgrade and no fee-free route around it.
- Local Reth is up and configured correctly, verifiable via /latency (operator-published) and via your own ping to the public surfaces.
- Trading engine source is proprietary. Every routed swap is listed at /trades with its tx hash, so the route and the fee leg can be checked on-chain against any of them.
- Backend sees signed payloads, never your wallet key. While a snipe session is armed it additionally holds the session key you funded — in memory only, never written to disk. That key can spend only its own funded balance: your wallet is never authorised, the worst case is capped at what you funded, and you can re-derive the same key from your passkey wallet and sweep it yourself at any time, with or without LOSURIA.
- Operator treasury custody sits on a hardware-security device under the operator's physical control. Trust here is in operational discipline, not in code — and unlike the rest of this page, you cannot verify it from outside.
- Rolling-out items (operator-run low-latency nodes for Base, Solana and Monad) ship when they ship, we never advertise them as live perks.
Addresses on Ethereum mainnet.
Every address points to a contract whose Solidity source is exact_match verified on the open Sourcify registry. Click any row for the Sourcify lookup; the /audit page has the deterministic bytecode sha256s.
Every key path on the page.
If a key can sign for you, it appears in the table, with the holder and rotation path.
currentTier(addr) · programmatic API to the execution engine, rate-limitedFEE_MIN/MAXEvery owner-key path on the operator side uses a hardware-security device. The keys never touch a connected machine, every signing op is wallet-app verified on-device. This is operational practice on our side, not something the chain can prove to you.
Every claim above ends in a permalink.
Bookmark them; they update in real time.