ORDERS PLACED TO DATE
1306

Cryptocurrency Payments Now Accepted at Francine Joaillerie

At Francine Joaillerie, we are always looking for new ways to meet the changing needs and preferences of our customers. After introducing our popular installment payment plan, we are delighted to announce that we now accept payments in Bitcoin and other cryptocurrencies for all your purchases of pre-owned watches and designer jewelry.

Since the unprecedented rise of cryptocurrencies in recent years, they have become a widely adopted form of payment around the world, offering a number of advantages. They are convenient, fast, and global payment methods that provide an additional layer of independence and control over financial transactions.

Pay for a Rolex watch with cryptocurrency? Yes, it's now possible!

To ensure a secure and transparent transaction, the customer must provide us with their crypto wallet address before the sale so that we can perform basic verification checks.

Please note that on the day of the sale, it may take up to 15 minutes between the time the customer confirms the transfer of funds and the time the watch or piece of jewelry is handed over. This delay is necessary to allow the crypto platform to verify the transaction.

CRYPTO-TO-EURO CONVERSION FEES

We would like to inform you that our cryptocurrency payment service incurs an additional fee of 2% of the total transaction amount. This additional fee is due to the cost of converting the cryptocurrency into euros and will therefore be
borne by the customer.

Francine Joaillerie is committed to continuing to innovate and adapt to market trends in order to offer our customers the widest selection and the greatest convenience possible. We look forward to welcoming you to our store and helping you find the perfect piece to add to your collection.

ADDRESS & CONTACT INFORMATION

17, Quai Gabriel Péri — 83990 St‑Tropez
+33(0)6 07 10 31 64

YOU CAN FILL OUT THE FORM BELOW TO CONTACT US

Browse watches by brand

Rolex is a Swiss luxury watch brand renowned for its elegance, precision, and technical prowess. Since its founding in 1905, Rolex has set a recognized standard of excellence in watchmaking with iconic models such as the Datejust, the Submariner, the GMT Master II, and the famous Daytona. Today, Rolex is the undisputed leader in the luxury watch market and is also a safe bet as an investment. Rolex is also a symbol of status and elegance, often associated with influential figures and prestigious events.
Cartier is a French luxury brand founded in 1847, renowned for its creativity, craftsmanship, and timeless elegance. It specializes in jewelry, watches, and leather goods. Cartier is associated with high society, elegance, and exclusivity. The brand’s iconic designs include the “Love” collection, the “Panther” series, and the “Santos” watch. Cartier is also known for its high-end jewelry creations, such as pearl necklaces, engagement rings, and, above all, the panther motif that is ubiquitous throughout its collection.
Audemars Piguet is a Swiss watch brand founded in 1875, renowned for its innovation and contemporary design. It is considered one of the most prestigious and exclusive brands in the watch industry. Audemars Piguet watches are often associated with sporty elegance and creative boldness, as exemplified by the famous Royal Oak, which has become iconic and timeless. Audemars Piguet watches are handcrafted from the finest materials and are considered collector’s items.
Patek Philippe is a world-renowned Swiss watch brand founded in 1839. It is recognized for the exceptional quality of its watches, which are considered works of art in their own right, featuring remarkable hand-finished details. Patek Philippe is synonymous with precision and technical perfection. The brand’s iconic models include the Calatrava, the Nautilus, and the Aquanaut. Patek Philippe watches are considered prestigious investments and are often passed down from generation to generation.

Certified, 100% Authentic

14-Day Right of Withdrawal


Express & Secure Delivery


2-Year Warranty

Payments
in instalments

Our Authentication Process

Every piece offered by Francine Joaillerie undergoes a rigorous inspection before it goes on sale.

Our standard is simple: we only offer pieces whose authenticity we can confidently guarantee.

Our Authentication Process

Every piece offered by Francine Joaillerie undergoes a rigorous inspection before it goes on sale.

Our standard is simple: we only offer pieces whose authenticity we can confidently guarantee.

/*Formulaire de recherche */ /*document.getElementById('loop').addEventListener('click', function() { var searchElement = document.querySelector('.search'); if (searchElement) { searchElement.classList.add('click'); } });*/ /* description produit */ /*document.addEventListener("DOMContentLoaded", function () { const container = document.querySelector(".truncate-desc"); const btn = document.querySelector(".read-more-btn"); if (!container || !btn) return; btn.addEventListener("click", function () { container.classList.toggle("open"); btn.innerText = container.classList.contains("open") ? "Réduire" : "Lire la suite"; }); });*/ document.addEventListener("DOMContentLoaded", function () { const container = document.querySelector(".truncate-desc"); const btn = document.querySelector(".read-more-btn"); if (!container || !btn) return; btn.addEventListener("click", function () { if (container.classList.contains("open")) { container.classList.remove("open"); container.style.maxHeight = "120px"; btn.textContent = "Lire la suite"; } else { container.classList.add("open"); container.style.maxHeight = container.scrollHeight + "px"; btn.textContent = "Réduire"; } }); }); /* navigateur filtre produits */ (function() { var pos = 0; var rebuilding = false; function buildPills() { var inner = document.getElementById('jsf-inner'); if (!inner) return; var inputs = document.querySelectorAll('.jet-filters-group input[type="checkbox"]'); if (!inputs.length) return; inner.innerHTML = ''; inputs.forEach(function(input) { var label = input.getAttribute('data-label') || input.getAttribute('aria-label') || ''; var pill = document.createElement('span'); pill.className = 'jsf-pill' + (input.checked ? ' active' : ''); pill.textContent = label; pill.addEventListener('click', function() { input.click(); setTimeout(function() { pill.classList.toggle('active', input.checked); }, 50); }); input.addEventListener('change', function() { pill.classList.toggle('active', input.checked); }); inner.appendChild(pill); }); } var observer = new MutationObserver(function() { if (rebuilding) return; rebuilding = true; setTimeout(function() { buildPills(); rebuilding = false; }, 300); }); document.addEventListener('DOMContentLoaded', function() { buildPills(); observer.observe(document.body, { childList: true, subtree: true }); }); document.addEventListener('click', function(e) { var inner = document.getElementById('jsf-inner'); var track = inner ? inner.parentElement : null; if (!inner || !track) return; if (e.target.classList.contains('jsf-next')) { pos = Math.min(pos + 160, inner.scrollWidth - track.offsetWidth); inner.style.transform = 'translateX(-' + pos + 'px)'; } if (e.target.classList.contains('jsf-prev')) { pos = Math.max(pos - 160, 0); inner.style.transform = 'translateX(-' + pos + 'px)'; } }); })(); /* masquer range filter si aucun résultat */ jQuery(document).ready(function($) { var $rangeFilter = $('.jet-range-filter'); $(document).on('jet-filter-custom-content-render', function(e, response) { var count = parseInt(response.count) || 0; if (count === 0) { $rangeFilter.hide(); } else { $rangeFilter.show(); } }); });