Menu

AUD
MAXXIS ASPEN ST 700 X 55C HYPR-X EXO TR (NEW 2026) FOLD 120TPI E-50
$85.00 Incl. tax
Add to cart
MAXXIS ASPEN ST 700 X 55C HYPR-X EXO TR (NEW 2026) FOLD 120TPI E-50
Maxxis
(0)

MAXXIS ASPEN ST 700 X 55C HYPR-X EXO TR (NEW 2026) FOLD 120TPI E-50

$85.00 Incl. tax
In stock

Product description

Tyre Tech

The Aspen ST needs little introduction in XC racing circles nicknamed the "Fastpen" for good reason, it's the tyre that Keegan Swenson ran to back-to-back Leadville 100 victories and that Maxxis' World Cup short-track squad have relied on for years. The 700x55c edition takes that race-proven tread and reengineers it specifically for the gravel market, and the result is arguably the most technically interesting gravel tyre Maxxis has produced.

 

The Tread

The Aspen ST's defining characteristic is its ultra-low-profile centre tread, a mix of file tread and shallow chevrons that prioritises contact patch over knob height. Where a conventional gravel tyre relies on taller, more open blocks for grip, the Aspen ST bets on rubber quality and contact area. The side knobs mirror the standard Aspen, progressive height, well-spaced, giving confident cornering traction without the rolling penalty of a more aggressive shoulder. In a 55c casing, that contact patch grows meaningfully, making the tyre well suited to the kind of high-speed hardpack and variable gravel surfaces that define events like the Life Time Grand Prix series.

 

The Compound

This is where the 700c edition diverges from its MTB sibling. Where the 29" Aspen ST runs MaxxSpeed, Maxxis' top-shelf XC compound, the gravel version is built around HYPR-X, the brand's new gravel-specific rubber developed for the 2025 season. HYPR-X is a hybrid of two existing Maxxis compounds: the low-rolling-resistance HYPR used on Maxxis' road range, blended with MaxxSpeed from the XC mountain bike world. Maxxis claims the result delivers 25% less rolling resistance and 19% better cornering traction than their previous dual compound gravel rubber. Lab testing on the Reaver, the first tyre to receive HYPR-X confirmed a 20–25% rolling resistance reduction, putting real numbers behind the marketing claim.

 

The Casing

120 TPI throughout, now built with an upgraded stronger nylon yarn that Maxxis say improves tread durability without affecting suppleness. EXO sidewall protection is standard the cut and abrasion resistant woven material that has become a staple of Maxxis' gravel and MTB range. Tubeless ready, and at 55c, the volume is there to run pressures low enough to let the casing work properly over rough ground.

 

The Hotpatch

The 700c edition wears Maxxis' revised gravel-specific hotpatch graphic, the subtle grey/black treatment introduced across the HYPR-X gravel range distinguishing it visually from the MTB Aspen ST and signalling its gravel intent clearly. It's a small detail, but it matters on a tyre that could easily be mistaken for an XC race tyre fitted by someone who knows what they're doing.

 

Reviews

0/5
0 stars based on 0 reviews
0 reviews

Related products

Recently viewed

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 09:15
Choose your language
Choose your currency
$

Recently added

Total incl. tax
$0.00
0
Compare
Start comparison

Review Maxxis MAXXIS ASPEN ST 700 X 55C HYPR-X EXO TR (NEW 2026) FOLD 120TPI E-50

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 »