iENYRID M1 Maintenance-Free Commuter Electric Scooter| Solid Tires

No More Flat Tires | 40km Long Range | App Lock | Front Suspension

Sold only in the EU, excluding the UK.
Gifts

Quantity
€369.00
€399.00
-8%
Shipping
/** @private {string} */ class SpzCustomAnchorScroll extends SPZ.BaseElement { static deferredMount() { return false; } constructor(element) { super(element); /** @private {Element} */ this.scrollableContainer_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } buildCallback() { this.viewport_ = this.getViewport(); this.initActions_(); } setTarget(containerId, targetId) { this.containerId = '#' + containerId; this.targetId = '#' + targetId; } scrollToTarget() { const container = document.querySelector(this.containerId); const target = container.querySelector(this.targetId); const {scrollTop} = container; const eleOffsetTop = this.getOffsetTop_(target, container); this.viewport_ .interpolateScrollIntoView_( container, scrollTop, scrollTop + eleOffsetTop ); } initActions_() { this.registerAction( 'scrollToTarget', (invocation) => this.scrollToTarget(invocation?.caller) ); this.registerAction( 'setTarget', (invocation) => this.setTarget(invocation?.args?.containerId, invocation?.args?.targetId) ); } /** * @param {Element} element * @param {Element} container * @return {number} * @private */ getOffsetTop_(element, container) { if (!element./*OK*/ getClientRects().length) { return 0; } const rect = element./*OK*/ getBoundingClientRect(); if (rect.width || rect.height) { return rect.top - container./*OK*/ getBoundingClientRect().top; } return rect.top; } } SPZ.defineElement('spz-custom-anchor-scroll', SpzCustomAnchorScroll); const STRENGTHEN_TRUST_URL = "/api/strengthen_trust/settings"; class SpzCustomStrengthenTrust extends SPZ.BaseElement { constructor(element) { super(element); this.renderElement_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.CONTAINER; } buildCallback() { this.xhr_ = SPZServices.xhrFor(this.win); const renderId = this.element.getAttribute('render-id'); SPZCore.Dom.waitForChild( document.body, () => !!document.getElementById(renderId), () => { this.renderElement_ = SPZCore.Dom.scopedQuerySelector( document.body, `#${renderId}` ); if (this.renderElement_) { this.render_(); } this.registerAction('track', (invocation) => { this.track_(invocation.args); }); } ); } render_() { this.fetchData_().then((data) => { if (!data) { return; } SPZ.whenApiDefined(this.renderElement_).then((apis) => { apis?.render(data); document.querySelector('#strengthen-trust-render-1539149753700').addEventListener('click',(event)=>{ if(event.target.nodeName == 'A'){ this.track_({type: 'trust_content_click'}); } }) }); }); } track_(data = {}) { const track = window.sa && window.sa.track; if (!track) { return; } track('trust_enhancement_event', data); } parseJSON_(string) { let result = {}; try { result = JSON.parse(string); } catch (e) {} return result; } fetchData_() { return this.xhr_ .fetchJson(STRENGTHEN_TRUST_URL) .then((responseData) => { if (!responseData || !responseData.data) { return null; } const data = responseData.data; const moduleSettings = (data.module_settings || []).reduce((result, moduleSetting) => { return result.concat(Object.assign(moduleSetting, { logos: (moduleSetting.logos || []).map((item) => { return moduleSetting.logos_type == 'custom' ? this.parseJSON_(item) : item; }) })); }, []); return Object.assign(data, { module_settings: moduleSettings, isEditor: window.self !== window.top, }); }); } } SPZ.defineElement('spz-custom-strengthen-trust', SpzCustomStrengthenTrust);

Description

Stop worrying about tire pressure or punctures. The iENYRID M1 is the ultimate maintenance-free electric scooter designed for the European urban jungle. Combining a robust battery, smart app connectivity, and indestructible tires, it is the reliable partner for your daily "last-mile" travel.


🔋iENYRID M1丨Real-World Commuting Range (36V 12.5Ah)

Don't let a dead battery ruin your day. The M1 is powered by a high-density 36V 12.5Ah lithium battery, delivering a substantial range of up to 40km (25 miles) on a single charge. Whether you are riding to the office, the gym, or a café, this long-range commuter scooter covers your round trip with ease. The weatherproof casing protects the power core from the unpredictable European drizzle.

⚡iENYRID M1丨500W Peak Power: Optimized for City Traffic

Navigating city bridges and underpasses requires torque. The upgraded brushless motor delivers 500W of peak power (250W rated), allowing you to tackle 15° inclines effortlessly.
*Note: Shipped with a 25km/h speed limiter for EU road legality, but capable of 35km/h (22 mph) for use on private land (unlockable via App).

🛡️iENYRID M1丨The "Zero-Flat" Guarantee: Honeycomb Tires + Suspension

The biggest headache for scooter owners? Flat tires. The iENYRID M1 solves this forever with 10-inch solid honeycomb tires. They are 100% puncture-proof and require zero maintenance.
Worried about the ride quality? We've added a specialized front suspension system to absorb vibrations from cobblestones, potholes, and uneven pavement, ensuring a smooth glide despite the solid rubber.

📱iENYRID M1丨Smart Control at Your Fingertips

Secure your ride with the KCQ Scooter App (iOS & Android). Turn your phone into a dashboard where you can:

  • 🔒 Electronic Lock: Immobilize the scooter remotely.
  • ⚙️ Customize Speed: Switch between Eco, Drive, and Sport modes.
  • 📍 Monitor Stats: Check real-time battery health and mileage.

💡iENYRID M1丨Safety & Portability

Weighing just 15kg, the M1 features a 3-second folding mechanism, making it easy to carry onto trains or store in small apartments. Safety is paramount with a dual braking system (Rear Disc + E-ABS) and bright LED lights, ensuring you are seen and safe on busy streets.

⚙️iENYRID M1丨Technical Specifications

Model iENYRID M1 (App Edition)
Battery 36V 12.5Ah Lithium
Max Range 35-40 km
Motor 500W Peak (250W Rated)
Top Speed 25km/h (EU Default) / 35km/h (Unlockable)
Tires 10" Solid Honeycomb (Puncture-Proof)
Waterproof IP54 Splash Resistant
Max Load 120 kg

❓ iENYRID M1丨Frequently Asked Questions

Is the iEnYrid M1 legal in Europe?
Yes, out of the box, it is limited to 25km/h and has a 250W rated motor, compliant with most EU regulations (e.g., Germany, France).

Are solid tires uncomfortable?
While solid tires are stiffer than air tires, the M1's front fork suspension and the "honeycomb" tire structure are specifically designed to absorb shocks, providing a balanced and comfortable ride without the risk of flats.