The Flattop technology of the SRAM Rival chain creates a lighter, quieter, stronger chain that’s compatible with 12-speed 1x and 2x eTap AXS drivetrains. Ride far, long and fast—this chain can go the distance.
It might look normal from the outside, but the engineering inside this incredible chain design that makes possible a gear range previously found only in 2-chainring drivetrains.
The HG701-11 chain is directional and features SIL-TEC treatment on the roller link plate and pin link plate for increased durability. It is compatible with 11-speed road, MTB, and E-BIKES thanks to its reinforced design.
The M8100 chain provides enhanced chain retention thanks to an extended portion of the inner plate. The new chain features quick-link assembly and SIL-TEC treatment for extended offroad durability.
The basis of every Eagle drivetrain is its chain-and the NX Eagle chain is designed and manufactured using genuine SRAM's Eagle architecture, so it is fully compatible with every other component in the Eagle ecosystem.
CN-4601 is recommended for double-chainset transmissions with the following Shimano 10-speed cassettes: CS-6700 (Ultegra), CS-5700 (105), CS-4600 (Tiagra).
SRAM'S 10-speed PowerChain™ features the PowerLock® connecting link - secure tool-less attachment. Compatibility extends to industry-standard 10-speed systems.
The GX Eagle chain is designed with SRAM's Eagle geometry, the GX Eagle chain features solid pin construction, Eagle PowerLock and smooth, efficient shifting that you can count on every time out.
SRAM's PC-1031 10-speed chain features the PowerLock connecting link and solid rivet pin construction. Compatibility extends to industry-standard 10-speed systems.
It might look normal from the outside, but the engineering inside this incredible chain design makes possible a gear range previously found only in 2-chainring drivetrains.
C$94.00
// Get the modal
var modal = document.getElementById("myModal");
// Get the button that opens the modal
var btn = document.getElementById("myBtn");
// Get the element that closes the modal
var span = document.getElementsByClassName("close")[0];
// When the user clicks on the button, open the modal
btn.onclick = function() {
modal.style.display = "block";
}
// When the user clicks on (x), close the modal
span.onclick = function() {
modal.style.display = "none";
}
// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}