Vlaander LTD
Product Image
VLA-GEN-MOB-V1.0

Mobile Origin Transaction Router

$850,000.00
Exclusive · single buyer

Sold once. One buyer acquires the complete IP outright — every line of source, every test, every audit artefact — and it is then denied to every other party. No licence, no recurring, no second buyer.

Acquire — begin due diligence →
Technical Ledger
SKUVLA-GEN-MOB-V1.0
VendorVlaander LTD
ClassificationEngineering Asset
VariantDefault Title
AvailabilityProvisionedPASSING
§
Provenance & integrity.
LanguageElixir 1.16 · Rust · C++
RuntimeBEAM · OTP supervision tree
Buildmix · Credo · Dialyzer · sanitizers in CI
Formal verification3 machine-checked TLA+ specs (ingest · routing · hedging)PASSING
Concurrencylock-free MPSC ring · property-proven treasuryPASSING
Memory safetyRust NIF · constant-time HMACPASSING
Durabilitygroup-commit WAL · no-drop provenPASSING
Signing schemeed25519 signed releases
Signing keyPublishing 2026-Q3
SHA-256Publishing 2026-Q3
ReleasePublishing 2026-Q3
External auditPublishing 2026-Q3
§
Value, in your metrics.
Metric you trackMagnitude
Last-mile marginFive lines of bps — interchange, FX, crypto spread, float, payout — captured per settled intent instead of ceded to a third-party PSP.
Dropped-intent rate under burstZero by construction: once acknowledged, every intent is WAL-durable and replayable (TLA+-proven no-drop).
Webhook ACK latencyp99 under 50ms; ~210K verify+parse+hash operations/sec per core, scaling linearly with schedulers.
Cross-rail double-settle riskStructurally refused — a timed-out settlement cannot reroute (TLA+-proven at-most-one-success).
Treasury hedging disciplineNet-position epoch hedging: one order per currency per flush, not per intent — the execution-desk standard.
§
Build-vs-buy basis.
Reproducing this in-house: approximately 36–66 engineer-months for a senior team familiar with high-concurrency BEAM payments systems, native NIF hot paths, and TLA+-verified settlement routing. At a loaded cost of $25,000 per engineer-month, that is $900,000–$1,650,000, or $2,227,500 after a 35% risk premium for scope overrun. Purchasing the source: $850,000 plus approximately 6 weeks of integration effort. Stated biases: we compare against the high end of the build estimate, apply a 35% risk premium for scope overrun, and exclude opportunity cost. Editable assumptions: engineer-months (36–66), loaded cost per month ($25,000), risk premium (35%). Flip any of these and the comparison adjusts accordingly — the model is yours to defend, not ours to dictate.
§
Risk allocation.
RiskBorne byBasisBuyer’s recourse
IP cleanlinessVlaander LTDSource warranted as original work, clean of third-party IP at point of sale.Indemnification capped at the purchase price paid.
Benchmark performanceVlaander LTDPublished numbers must reproduce on the documented hardware. 30-day inspection window from delivery.Refund of the purchase price within the inspection window.
Integration into buyer’s stackBuyerIntegration footprint published on every product page. No warranty extends to bespoke environments outside the documented targets.Use the published footprint as the integration spec; engage Vlaander engineering at sales@vlaander.com for paid support.
Regulatory compliance in buyer’s jurisdictionBuyerExport classified EAR99. Buyer self-screens against restricted jurisdictions and parties under their own legal counsel.Request a pre-sale export review at sales@vlaander.com — provided at no charge.
Vendor continuityBuyerNo vendor can warrant its own continuation. Source delivered without licence server, kill-switch, or expiry — risk transferred to buyer by the outright-sale model.Self-maintain in perpetuity using the delivered source; fork freely under the Sale terms.
Source-code escrowJointSource is delivered to the buyer at sale, so escrow is structurally unnecessary. Available on request when buyer counsel mandates a third-party deposit.Request escrow at sales@vlaander.com — buyer-funded; Vlaander participates without charge.
Security disclosure post-saleJointVlaander acknowledges security reports within 24 hours and honours coordinated disclosure indefinitely on shipped versions. Buyer applies remediation in their environment.Report to sales@vlaander.com — disclosure policy published at /security.
§
Scope & maturity.
Production-grade nowVerified today
  • The router and margin-capture core: ingest, multi-rail routing, per-currency treasury, net-position hedging, pre-dispatch compliance, and five-line bps attribution.
  • Three independent TLA+ specifications — ingest, routing, hedging — TLC model-checked.
  • The native hot path: a Rust NIF (HMAC + simd-json + BLAKE3) and a lock-free C++ MPSC ring buffer.
  • The operational surface: 24 telemetry metrics, twelve SLOs with burn-rate alerts, and supervision-tree self-healing.
Explicitly scopedLabeled, not faked
  • Venue-specific endpoints — settlement adapters, quote sources, hedge venues, compliance screens — are wired by the operator behind well-scoped behaviours.
  • v1.2 is the router and margin core; adapters ship with mock and reference implementations for tests and benchmarks.
PendingGating milestones
  • WAL-persisted margin records, a custodian reconciler for settlement-uncertain intents, and real fuzzy OFAC matching (v1.3).
  • IVMS 101 Travel Rule protocol, NIBSS name-enquiry pre-step, speculative parallel rail dispatch, and hedge cancellation (v1.3).
System Abstract

A high-concurrency stablecoin payments rail engineered never to drop an intent. As stablecoins scale into retail, payment aggregators face tens of thousands of simultaneous webhook calls from chat-bots and dynamic QR scanners in unpredictable bursts — a workload standard Node and Python stacks choke on, silently dropping payment intents. MOTR's TLA+-proven ingest core guarantees that once an intent is acknowledged, it is durable on disk and replayable.

Above ingest, MOTR turns the router from a passthrough into a principal counterparty: every settled intent emits a five-line bps margin record — interchange, FX spread, crypto spread, float value, and payout FX — so the operator captures the margin a third-party PSP would otherwise take at the last mile. Multi-rail settlement routing with per-currency treasury, net-position epoch hedging, and a pre-dispatch compliance gate sit behind well-scoped behaviours the operator wires to venue-specific endpoints.

The stack is chosen deliberately: BEAM (Elixir/OTP) where concurrency matters, native Rust and C++ hot paths where cycles matter, pure functions where decisions matter, TLA+ where correctness matters — three independent specifications cover ingest, routing, and hedging. Delivered as source: the v1.2 router and margin-capture core.