Lease a refurbished second-hand bike

Choose a second-hand bike that has been thoroughly checked and refurbished. It may already have a few miles on the clock, but there are still plenty of rides left in it!

That way, you’re giving it a new lease of life and you’re cycling even more sustainably, at a price you’ll love. That’s what we call circular bike leasing: better for the planet, ready to ride right away, and above all, plenty of cycling fun for you!

View the info sheetView our partners

What is circular bike leasing?

A lease bike doesn’t have to be brand new to be right for you. With circular bike leasing, you choose for a second-hand bike that’s been professionally checked over and refurbished. Ready to ride, just like a new one!

Every bike is a maximum of 4 years old, has done no more than 10,000 km, and has at least 80% battery capacity.

Bottom line: it’s not a tired old bike, just a bike gearing up for round two. And honestly, round two might just be its best one yet!

Why choose
circular bike leasing?

Ready for another ride

A circular bike gets a second lease of life. That means less waste and a smaller manufacturing footprint. You save it from early retirement, and in return, it helps you get around more sustainably.

Easy on your budget

Refurbished bikes cost less than new ones, meaning your budget stretches further, and leasing becomes accessible to even more people. Give a bike a second chance, and it’ll return the favour by going easy on your wallet.

As loyal as they come

A circular bike isn’t just a bike that “still rolls along.” It’s checked over, made fully road-ready, and comes with a 1-year warranty. Give it a second life, and it’ll thank you with miles of cycling fun!

Ready to go

You’ll find circular bikes through our partners and the bike dealers in our network. The best part? These bikes are ready to go straight away. No months of waiting around, no impatiently counting down the days. All you need to do is pick one.

Circular bike leasing

More sustainable

Refurbished bikes

Available immediately

More affordable leasing

Ready for a second life

Less waste

Reliably refurbished

Social impact

Affordable lease option

Smarter leasing

Available immediately

More cycling fun

Second-hand as the first choice

Greener cycling

Our circular
bike leasing partners

Upway

Upway specialises in refurbished e-bikes that are professionally checked over and prepared for use. Ideal for riding electric with peace of mind. Less brand-new-out-of-the-box, more ready-for-the-road.

E-bis

Through E-bis you’ll find refurbished bikes that are road-ready again and suitable for leasing. Ready for new miles, new rides, and maybe even a new favourite route.

Bike dealers in our network

You can also visit one of our bike dealers. They’ll help you find the right circular bike, and take care of servicing and warranty along the way. 

Take a look at what others are saying about us

Ready to make second-hand your first choice?

Choose less impact on the planet, an easier impact on your leasing budget, and just as much cycling fun, maybe even more. Sometimes a bike with a bit of experience turns out to be the smartest choice of all.

The bike’s ready. Now it’s your turn.

Want to be the most
informed cyclist?
Subscribe to our newsletter

Join 2,000+ cyclists and receive
all the latest cycling news and tips.
And don’t worry, we don’t like spam either!

This field is for validation purposes and should be left unchanged.
.cc-nieuwsbrief-container .ginput_container_email{
  position: relative !important;
}

.cc-nieuwsbrief-container .arrow-icon {
  position: absolute !important;
  right: 15px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  cursor: pointer;
}

.cc-nieuwsbrief-container .gform-footer input[type="submit"] {
  opacity: 0 !important;
}
/*
.ginput_container_consent {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ginput_container_consent label {
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  width: 80%;
}

.ginput_container_consent input[type="checkbox"] {
  display: none;
}

.custom-checkbox {
  width: 20px; 
  height: 20px;
  border: 2px solid var(--bricks-color-cwjxcs);
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
}

.custom-checkbox:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: var(--bricks-color-cwjxcs);
  opacity: 0;
  transition: opacity 0.2s ease;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M20.285,6.709l-11.5,11.5l-5.285,-5.285l-1.415,1.415l6.7,6.7l12.9,-12.9l-1.415,-1.415Z"/></svg>');
  background-size: 16px 14px;
}

input[type="checkbox"]:checked + .custom-checkbox:after {
  opacity: 1;
}*/
$(document).ready(function() {
  // Append the arrow icon after the email input field
  $('.cc-nieuwsbrief-container .ginput_container_email').append('<span class="arrow-icon"><img src="https://acceptatie.cyclis.be/wp-content/uploads/2024/09/arrow-right.e3b61b.svg" alt="Submit" /></span>');

  // Add click event to the arrow icon to trigger form submission
  $('.cc-nieuwsbrief-container .arrow-icon').on('click', function() {
    $('.cc-nieuwsbrief-container .gform-footer input[type="submit"]').click();
  });
});