MIAMI · LUXURY WATCH BROKERAGE

ACQUIRE. BROKER. INVEST.

Private market access to the world's most sought-after timepieces. Rolex, Patek Philippe, Audemars Piguet and beyond.

HOW IT WORKS

THE LUXMOND PROCESS

We connect serious buyers and sellers of ultra-premium timepieces —
privately, professionally, and without compromise.

01

Submit your inquiry

Tell us what you're looking for or what you're selling.
Buyer or seller, we handle both sides.

02

We source or match

We leverage our private network to locate your piece
or identify a qualified buyer. No public listings, no tire-kickers.

03

Secure the transaction

All transactions are conducted via bank wire.
Funds are confirmed before any watch changes hands.

ABOUT LUXMOND

WHO WE ARE

Luxmond Watch Co. is a Miami-based private dealer
specializing in the acquisition, sale, and brokerage
of ultra-premium timepieces.
We operate at the intersection of collector knowledge
and market access — sourcing pieces that rarely appear
on the open market and connecting them with buyers who
know exactly what they want.
Every transaction is handled personally. No middlemen,
no auction premiums, no surprises.
Some brands we deal in:
Rolex · Patek Philippe · Audemars Piguet ·
Richard Mille · F.P. Journe · Vacheron Constantin

AVAILABLE NOW

CURRENT INVENTORY

Rolex Daytona
Rolex Daytona
Rolex Daytona
1 / 3

Rolex

Cosmograph Daytona

Ref. 116500LN · Black Dial

Year2022
ConditionUnworn
Box & PapersFull Set

$28,500

INQUIRE
Watch
var lbImages = []; var lbIndex = 0; function scrollSlide(id, dir) { var el = document.getElementById(id); var w = el.offsetWidth; el.scrollBy({ left: dir * w, behavior: 'smooth' }); setTimeout(function() { var current = Math.round(el.scrollLeft / w); var total = el.querySelectorAll('.watch-slide').length; var counterId = 'counter-' + id.split('-')[1]; var counter = document.getElementById(counterId); if (counter) counter.textContent = (current + 1) + ' / ' + total; }, 450); } function openLightbox(slidesId) { var el = document.getElementById(slidesId); var imgs = el.querySelectorAll('.watch-slide img'); var w = el.offsetWidth; var current = Math.round(el.scrollLeft / w); lbImages = []; imgs.forEach(function(img) { lbImages.push(img.src); }); lbIndex = current; updateLightbox(); document.getElementById('lux-lightbox').classList.add('open'); document.body.style.overflow = 'hidden'; } function updateLightbox() { document.getElementById('lux-lightbox-img').src = lbImages[lbIndex]; document.getElementById('lux-lightbox-counter').textContent = (lbIndex + 1) + ' / ' + lbImages.length; } function navLightbox(dir) { lbIndex = (lbIndex + dir + lbImages.length) % lbImages.length; updateLightbox(); } function closeLightbox() { document.getElementById('lux-lightbox').classList.remove('open'); document.body.style.overflow = ''; } document.addEventListener('click', function(e) { var lb = document.getElementById('lux-lightbox'); if (e.target === lb) closeLightbox(); }); document.addEventListener('keydown', function(e) { if (e.key === 'Escape') closeLightbox(); if (e.key === 'ArrowLeft') navLightbox(-1); if (e.key === 'ArrowRight') navLightbox(1); }); function luxInquire(watchName, e) { e.preventDefault(); localStorage.setItem('lux_watch', watchName); localStorage.setItem('lux_watch_time', Date.now()); const target = document.getElementById('contact') || document.querySelector('[id="contact"]') || document.querySelector('[data-anchor="contact"]') || document.querySelector('section[id*="contact"]') || document.querySelector('div[id*="contact"]'); if (target) { target.scrollIntoView({ behavior: 'smooth' }); } }

GOT QUESTIONS

FREQUENTLY ASKED

You submit an inquiry telling us what you're looking for or what you're selling. We source or match within our private network, agree on terms, and coordinate the transaction. You deal directly with us from start to finish — no platforms, no middlemen.

All transactions are conducted via bank wire transfer. Funds are fully confirmed and cleared before any watch changes hands. We do not accept PayPal, crypto, or payment apps for transactions.

Every piece we deal in is verified for authenticity prior to any transaction. For high-value references we recommend and can coordinate third-party authentication through a certified watchmaker.

We focus on ultra-premium references from Rolex, Patek Philippe, Audemars Piguet, Richard Mille, F.P. Journe, and Vacheron Constantin. We consider other brands on a case by case basis.

Timelines vary depending on the piece and both parties' availability. Simple transactions can close within 48–72 hours. More complex sourcing requests may take longer. We keep you informed at every step.

Yes. All shipments are fully insured and require adult signature upon delivery. Shipping costs and logistics are confirmed with the client prior to any watch being sent.

Submit an inquiry with photos, reference number, and your asking price or a request for our market assessment. We'll respond within 24 hours with our evaluation and next steps.

function toggleFaq(btn) { const answer = btn.nextElementSibling; const isOpen = answer.classList.contains('open'); document.querySelectorAll('.faq-answer').forEach(a => a.classList.remove('open')); document.querySelectorAll('.faq-question').forEach(b => b.classList.remove('active')); if (!isOpen) { answer.classList.add('open'); btn.classList.add('active'); } }

FROM THE DESK

LATEST INSIGHTS

GET IN TOUCH

INQUIRE PRIVATELY

All inquiries are handled with complete discretion. We respond within 24 hours.

Inquiry Received

Thank you for reaching out to Luxmond Watch Co.
We will be in touch within 24 hours.

— Luxmond Watch Co. · Miami

Please enter your full name.
Please enter a valid email address.
Please select an option.
Please enter the watch you're interested in.
Please select a budget range.
Please enter a message.
document.getElementById('lux-form').addEventListener('submit', function(e) { e.preventDefault(); const name = document.getElementById('lux-name'); const email = document.getElementById('lux-email'); const type = document.getElementById('lux-type'); const watch = document.getElementById('lux-watch'); const budget = document.getElementById('lux-budget'); const message = document.getElementById('lux-message'); const country = document.getElementById('lux-country'); const phone = document.getElementById('lux-phone'); const btn = document.getElementById('lux-submit-btn'); let valid = true; const fields = [ { el: name, err: 'err-name', check: v => v.trim().length > 0 }, { el: email, err: 'err-email', check: v => /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(v) }, { el: type, err: 'err-type', check: v => v !== '' }, { el: watch, err: 'err-watch', check: v => v.trim().length > 0 }, { el: budget, err: 'err-budget', check: v => v !== '' }, { el: message, err: 'err-message', check: v => v.trim().length > 0 }, ]; fields.forEach(function(f) { const errEl = document.getElementById(f.err); if (!f.check(f.el.value)) { f.el.style.borderColor = '#ff6b6b'; errEl.style.display = 'block'; valid = false; } else { f.el.style.borderColor = '#2a2a2a'; errEl.style.display = 'none'; } }); if (!valid) return; btn.disabled = true; btn.textContent = 'SENDING...'; const data = { 'Full Name': name.value.trim(), 'Email': email.value.trim(), 'Phone': country.value + ' ' + phone.value.trim(), 'I Am A': type.value, 'Watch of Interest': watch.value.trim(), 'Budget Range': budget.value, 'Message': message.value.trim() }; fetch('https://formspree.io/f/xdavowzp', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify(data) }) .then(function(res) { if (res.ok) { document.getElementById('lux-form-container').style.display = 'none'; document.getElementById('lux-thankyou').style.display = 'block'; } else { btn.disabled = false; btn.textContent = 'SUBMIT INQUIRY'; alert('Something went wrong. Please try again.'); } }) .catch(function() { btn.disabled = false; btn.textContent = 'SUBMIT INQUIRY'; alert('Something went wrong. Please try again.'); }); }); function startLuxPopulate() { var interval = setInterval(function() { var watch = localStorage.getItem('lux_watch'); var time = localStorage.getItem('lux_watch_time'); if (!watch || !time) return; var age = Date.now() - parseInt(time); if (age > 30000) { localStorage.removeItem('lux_watch'); localStorage.removeItem('lux_watch_time'); clearInterval(interval); return; } var field = document.getElementById('lux-watch'); if (field) { field.value = watch; field.style.borderColor = '#C9A84C'; localStorage.removeItem('lux_watch'); localStorage.removeItem('lux_watch_time'); clearInterval(interval); } }, 100); setTimeout(function() { clearInterval(interval); }, 30000); } startLuxPopulate(); window.addEventListener('scroll', function() { var watch = localStorage.getItem('lux_watch'); if (watch) startLuxPopulate(); }, { passive: true }); document.addEventListener('visibilitychange', function() { if (!document.hidden) { var watch = localStorage.getItem('lux_watch'); if (watch) startLuxPopulate(); } });
document.getElementById('lux-year').textContent = new Date().getFullYear();