Menu

AUD
Roval Traverse SL II Hydra2
$2,000.00 Incl. tax
Add to cart
Roval Traverse SL II Hydra2
Specialized
(0)

Roval Traverse SL II Hydra2

$2,000.00 Incl. tax
In stock

The Traverse SL II delivers lightweight performance that’s perfect for riders who want to ascend fast and descend with control. Read more.

Product description

The Traverse SL II delivers lightweight performance that’s perfect for riders who want to ascend fast and descend with control. It features four key innovations. First, optimized front and rear rim layups boost strength by 15% and 25%, respectively. Second, shallow rim geometry increases vertical compliance by 21% for better impact absorption. Third, the engineered “ankling” enhances traction, stability, and control. Finally, the FlatStop rim bead requires 85% more force to pinch flat.

At a Glance

  • Use: Trail
  • Weight: 1,757 grams (with valves and tape) Front: 795g, Rear: 962g
  • Recommended Tires: Butcher & Eliminator
  • Internal Width: 30mm
  • Hub: Industry Nine Hydra2 145 Teeth / 0.41 Degrees
  • Spoke Count: 28H Front and Rear

TECHNICAL SPECIFICATIONS

Rims

  • Wheel Size / ETRTO: 29"/622 mm
  • Tubeless Compatibility: Yes
  • Insert Compatibility: Yes
  • Brake Compatibility: Disc (6-Bolt)
  • Rim Construction: Carbon Clincher Hookless
  • Valve Stem Length: Roval Thread Bead 37mm, Standard Presta greater than 37mm
  • Hole Count: Front: 28H, Rear: 28H
  • Rear Rim Dimensions: Depth: 20mm, External Width: 40mm, Internal Width: 30mm, Bead Hook Width: 5mm
  • Rear Rim: Traverse SL II Asymmetric Carbon 29" (WC036-2)
  • Front Rim Dimensions: Depth: 20mm, External Width: 40mm, Internal Width: 30mm, Bead Hook Width: 5mm
  • Front Rim: Traverse SL II Asymmetric Carbon 29" (WC036-1)

Hubs

  • Rear Hub: Industry Nine Hydra 2 J-Bend, 6-Bolt, 12x148mm
  • Rear Freehub Body: Industry Nine Hydra 2: Sram XD
  • Rear Hub Bearing: Stainless Steel - DS: 61903 (17 x 30 x 7 mm), NDS: 61903 (17 x 30 x 7 mm)
  • Front Hub: Industry Nine Hydra 2 J-Bend, 6-Bolt, 15x110mm, 19mm OD End Caps Installed
  • Front Hub Bearing: Stainless Steel - DS: 61903 (17 x 30 x 7 mm), NDS: 61903 (17 x 30 x 7 mm)

Spokes & nipples

  • Nipples: DT Swiss Pro Lock, Hexagonal, Alloy
  • Rear Spokes: DT Swiss Revolite
  • Rear Lacing Pattern: Two-cross / Two-cross (1:1) Tucked
  • Front Spokes: DT Swiss Revolite
  • Front Lacing Pattern: Two-cross / Two-cross (1:1) Tucked

Tire info

  • Tubeless Tape Width: 32 mm
  • Tire Type: Tubeless, Tube Type Clincher
  • Design Tire: Butcher Grid Trail T9 TLR Trail Tire 29 x 2.4
  • Max Pressure: Tubeless 40 psi, Tubes 40 psi
  • Approved Tire Widths : 2.3” - 2.6”

Weight

  • Wheelset Weight: 1,757g (with tape and valves)
  • Rear Weight: 962g (with tape and valves)
  • Front Weight: 795g (with tape and valves)

General

  • Warranty: Limited Lifetime Warranty
  • Assembly Method: Hand Built
  • Weight Limit: 275 lbs. / 125 kg.
  • E-bike Approved: Yes
  • Extras: 4 Extra Spokes and Nipples, 31mm OD End Caps

Reviews

0/5
0 stars based on 0 reviews
0 reviews

Related products

Recently viewed

Specialized Roval Traverse SL II Hydra2
Specialized
Roval Traverse SL II Hydra2
$2,000.00 $1,818.18
 

Specifications

0/5
0 stars based on 0 reviews
0 reviews

Available in store

Online and in-store prices may differ
Last updated: Today at 04:13
Choose your language
Choose your currency
$

Recently added

Total incl. tax
$0.00
0
Compare
Start comparison

Review Specialized Roval Traverse SL II Hydra2

This product has been added to your cart
// $(document).ready(function() // { // if( $(window).width() < 768 ) // { // // console.log('Win Width less than 768'); // console.log('sticky start mobile'); // const addToCartButton = document.getElementById('add-to-cart-button'); // const elem = $('.addtocart-sticky'); // let stickyVisible = false; // const observer = new IntersectionObserver(function(entries) // { // if(entries[0].isIntersecting === true) // { // console.log('sticky intersecting TRUE'); // if( stickyVisible ) // { // console.log('already visible, remove class'); // elem.removeClass('mobile-visible'); // stickyVisible = false; // } // } // else // { // if( !stickyVisible ) // { // elem.addClass('mobile-visible'); // stickyVisible = true; // } // } // }, { threshold: [0] }); // if( addToCartButton ) // { // observer.observe(addToCartButton); // } // } // else // { // var stickyVisible = false; // function checkStickyAddToCart() // { // if( $('.addtocart-holder').length > 1 ) // { // var distance = $('.addtocart-holder').offset().top; // var elem = $('.addtocart-sticky'); // if ( $(window).scrollTop() >= distance ) // { // if( !stickyVisible ) // { // elem.addClass('visible'); // elem.fadeIn(100); // stickyVisible = true; // } // } // else // { // if( stickyVisible ) // { // elem.removeClass('visible'); // elem.fadeOut(100); // stickyVisible = false; // } // } // setTimeout(checkStickyAddToCart, 100); // } // } // checkStickyAddToCart(); // } // if( $(window).width() > 767 && theme.settings.product_mouseover_zoom ) // { // /* Zoom on hover image */ // $('.zoom').zoom({touch:false}); // } // //==================================================== // // Product page images // //==================================================== // var swiperProdImage = new Swiper('.swiper-productimage', { // lazy: true, // // pagination: { // // el: '.swiper-pagination-image', // // clickable: true, // // }, // on: { // lazyImageReady: function() // { // $('.productpage .swiper-lazy.swiper-lazy-loaded').animate({opacity: 1}, 200); // }, // } // }); // var swiperThumbs = new Swiper('.swiper-productthumbs', { // navigation: { // nextEl: '.thumb-arrow-right', // prevEl: '.thumb-arrow-left', // }, // spaceBetween: 15, // slidesPerView: 5, // breakpoints: { // 991: { // slidesPerView: 4, // spaceBetween: 15, // }, // 767: { // slidesPerView: 5, // spaceBetween: 15, // }, // 548: { // slidesPerView: 4, // spaceBetween: 15, // } // }, // on: { // init: function () { // this.centerSlides(); // }, // resize: function () { // this.centerSlides(); // } // } // }); // $('.swiper-productthumbs img').on('click', function() // { // var itemIndex = $(this).parent().index(); // $('.swiper-productthumbs .swiper-slide').removeClass('active'); // $(this).parent().addClass('active'); // swiperProdImage.slideTo(itemIndex); // swiperProdImage.update(true); // }); // //==================================================== // // End product page images // //==================================================== // $('.bundle-product [data-bundle-pid]').on('click', function(e) // { // e.preventDefault(); // var pid = $(this).attr('data-bundle-pid'); // var bid = $(this).attr('data-bundle-id'); // $('.bundle-configure[data-bundle-id="'+bid+'"][data-bundle-pid="'+pid+'"]').fadeIn(); // }); // $('.bundle-configure button, .bundle-configure .close').on('click', function(e) // { // e.preventDefault(); // $(this).closest('.bundle-configure').fadeOut(); // }); // });
Please accept cookies to help us improve this website Is this OK? Yes No More on cookies »