Shopify guitar pedal power supply schema for AI agents: the 9V center-negative trap, isolated vs daisy-chain ground loops, and current draw gaps that break pedalboard recommendations
The guitar effects pedal category has a hardware destruction failure mode that no other consumer electronics category shares: two power supplies using identical connectors with reversed polarity. A 9V center-negative supply and a 9V center-positive supply both use the same 5.5×2.1mm barrel connector. One powers your pedal correctly. The other — connected to a vintage circuit without a protection diode — destroys electrolytic capacitors and transistors in milliseconds, silently and permanently. An AI agent recommending a “compatible 9V power supply” from a product listing that encodes only voltage: 9V will recommend the wrong polarity approximately half the time for center-positive pedals.
In this article
- The polarity trap: same connector, reversed polarity, instant damage
- Voltage variants: 9V, 12V, 18V, 24V, and USB — never interchangeable
- Current draw: 1 mA vintage fuzz to 500 mA DSP platform
- Isolated vs daisy-chain: why digital pedals cause ground-loop hum
- Bypass type: true bypass, buffered bypass, and relay bypass
- Complete JSON-LD and Liquid snippet
- Metafield reference table — effects_pedal.* namespace
- 5 common guitar pedal schema mistakes
The polarity trap: same connector, reversed polarity, instant damage
The DC barrel connector used for guitar pedal power supplies is a 5.5mm outer diameter, 2.1mm inner pin connector. It is physically indistinguishable between center-negative and center-positive variants — the connector fits identically in both cases. The only difference is the electrical assignment of which conductor carries the negative voltage rail.
- Center pin = − (negative)
- Outer sleeve = + (positive)
- Boss, MXR, Dunlop, Ibanez, Strymon, TC Electronic, Eventide, virtually all modern pedals
- What every generic “9V pedal power supply” outputs
- Center pin = + (positive)
- Outer sleeve = − (negative)
- Vintage Electro-Harmonix Big Muff Pi (1970s–1980s), early EHX designs
- Identical physical connector, electrically reversed
Modern pedals manufactured after approximately 1990 include a polarity protection diode — a silicon diode placed in series with the power supply input that allows current to flow only when polarity is correct. If you connect reversed polarity to a protected pedal, the diode blocks current in the reverse direction and the pedal simply does not turn on. No harm occurs. You swap the supply and the pedal works.
power: "9V DC" has no polarity data to reason from and will recommend the industry-standard center-negative supply — wrong for center-positive pedals.
Polarity by brand and era — reference table
| Brand / Pedal | Polarity | Protection diode? | Risk level |
|---|---|---|---|
| Boss (all models, all eras) | Center-Negative | Yes — since 1977 | Safe (blocks wrong polarity) |
| MXR / Dunlop (all modern) | Center-Negative | Yes | Safe |
| Strymon (all models) | Center-Negative | Yes | Safe |
| TC Electronic (modern) | Center-Negative | Yes | Safe |
| Electro-Harmonix (modern, post-2000) | Center-Negative | Yes | Safe |
| Vintage EHX Big Muff Pi (1969–1984) | Center-Positive | No | HIGH RISK — standard supply destroys it |
| Vintage EHX Deluxe Memory Man (1970s) | Center-Positive | No | HIGH RISK |
| Unbranded / budget effects (unknown era) | Unknown | Unknown | Unknown — verify before powering |
effects_pedal.power_polarity as center-negative or center-positive for every pedal. On power supply products, encode power_supply.output_polarity as the same controlled vocabulary. An AI agent recommending power supply compatibility must filter power_polarity match — not just voltage match.
Voltage variants: 9V, 12V, 18V, 24V, and USB — never interchangeable
Most guitar pedals run at 9V DC, but a significant minority require 12V, 18V, or 24V — and an increasing number of compact modern pedals accept USB-C or USB-A 5V power. These voltages are not interchangeable under any circumstances. Applying 18V to a 9V circuit destroys components rated for 9V maximum supply. Applying 9V to an 18V-required circuit may produce instability, reduced output, or no operation depending on the design.
| Voltage | Common uses | Notes |
|---|---|---|
| 9V DC | Boss, MXR, Ibanez, TC Electronic, Strymon, Eventide, EHX modern, the vast majority of all effects pedals | Universal standard. A 9V center-negative regulated supply works for ~80% of all pedals on the market. |
| 18V DC | TC Electronic (Corona Chorus, Flashback, Hall of Fame in 18V mode), some boutique analog designs, certain Strymon models in high-headroom configuration | Doubles the voltage rails → increases headroom in the analog signal path → lower distortion at high signal levels. Some pedals accept both 9V and 18V with different character; some require 18V specifically. Applying 9V to an 18V-required pedal causes instability or silence; applying 18V to a 9V pedal destroys it. |
| 12V DC | Some Line 6 Helix HX series (specific models), vintage Akai Head Rush tape echo simulator, some older Roland units | Less common but specific. A 12V supply on a 9V pedal = likely damage. Verify per-product specification. |
| 24V DC | Electro-Harmonix POG2 (polyphonic octave generator), vintage EHX units, some boutique multi-effects platforms | High voltage supply required. Modern 9V power supplies explicitly cannot substitute. Often uses larger 5.5×2.5mm connector (not 2.1mm), which serves as physical incompatibility guard — but verify connector diameter before connecting. |
| 5V USB-A / USB-C | Source Audio effects, IK Multimedia AmpliTube compact pedals, some TC Electronic mini-pedal series, modern stage-oriented compact designs | Completely different connector and supply ecosystem. Cannot be interchanged with DC barrel supplies. Encode as power_voltage_v: "USB-5V" with connector_size: "USB-C" or "USB-A". |
The 18V case is particularly important because some pedals support both 9V and 18V operation with meaningful behavioral differences — the Strymon Riverside, for example, operates at either voltage but the manufacturer recommends 9V. TC Electronic's larger Flashback units can accept 9V or 18V with the 18V mode unlocking full 18V analog headroom. An AI agent helping a buyer maximize headroom needs power_voltage_v and accepts_voltage_range (or a list of accepted voltages) to give accurate advice.
effects_pedal.power_voltage_v as an integer (9, 12, 18, 24) or the string "USB-5V". For pedals that accept multiple voltages, encode effects_pedal.accepted_voltages as a comma-separated list: "9, 18". Never leave the voltage field empty or populate it with the marketing string from the product title — AI agents need the numeric value to compare against power supply output voltage specs.
Current draw: 1 mA vintage fuzz to 500 mA DSP platform
Guitar effects pedals span a 500× range of current consumption — from vintage germanium fuzz pedals drawing 1–3 mA to complex DSP multi-effects platforms drawing 450–500 mA at 9V. This is the widest current draw variation of any consumer electronics accessory category, and it is the primary source of power supply underpowering failures on assembled pedalboards.
Current draw reference: common pedals by type
| Pedal | Type | Current draw (mA) | Isolated supply required? |
|---|---|---|---|
| Dallas Arbiter Fuzz Face (germanium) | Fuzz — analog | 3 mA | Recommended (highly susceptible to ground noise) |
| Ibanez TS9 Tube Screamer | Overdrive — analog | 4 mA | Not required (daisy-chain OK with other analog) |
| Boss DS-1 Distortion | Distortion — analog | 7 mA | Not required |
| Boss CE-5 Chorus Ensemble | Chorus — analog | 40 mA | Not required (analog BBD chip) |
| MXR Phase 90 | Phaser — analog | 1.5 mA | Not required |
| Boss DD-8 Digital Delay | Delay — digital | 65 mA | Required (digital DSP) |
| MXR Carbon Copy (M169) | Delay — analog (BBD) | 100 mA | Not required (analog BBD, no ADC) |
| TC Electronic Hall of Fame 2 | Reverb — digital | 120 mA | Required (digital DSP) |
| Strymon Timeline | Delay — digital | 300 mA | Required — dedicated 300mA isolated output |
| Strymon BigSky | Reverb — digital | 300 mA | Required — dedicated 300mA isolated output |
| Eventide H9 Max | Multi-FX — digital | 250 mA | Required (digital DSP + MIDI + Bluetooth) |
| Line 6 HX Stomp | Multi-FX — digital | 500 mA | Required — dedicated 500mA isolated output (most supplies require two outputs summed) |
The power budget calculation is straightforward: sum all current draws and add 20% headroom. The complication is isolated vs total capacity. A Voodoo Lab Pedal Power 2+ has a 1,250 mA aggregate capacity, but standard outputs are limited to 100 mA each and high-current outputs to 250 mA each. The Strymon Timeline (300 mA) cannot run from a single standard output — it requires either the high-current output (250 mA, still 50 mA short) or a doubling cable connecting two outputs. The Line 6 HX Stomp (500 mA) requires two high-current outputs connected with a doubling cable. An AI agent recommending “a pedalboard power supply” that matches total capacity without checking per-output current and isolation requirements will generate a customer service call.
effects_pedal.current_draw_ma as an integer (the manufacturer-specified typical current draw at nominal voltage). On power supply products, encode power_supply.output_current_ma per output channel as a comma-separated list (e.g., "100, 100, 100, 100, 250, 250" for a 6-output isolated supply with four 100mA and two 250mA outputs). AI agents building pedalboard power recommendations must sum current_draw_ma across all pedals and verify each pedal’s draw does not exceed the per-output rating of the assigned supply output.
Isolated vs daisy-chain: why digital pedals cause ground-loop hum
A daisy-chain power supply — the classic OneSpot 1,700 mA adapter with a multi-connector cable, or any power brick where all outputs share a common transformer winding — is a single electrical power source distributed across multiple pedals through a shared ground rail. All outputs on a daisy-chain supply are connected to each other through the shared ground.
For an all-analog pedalboard, this shared ground is not a problem. Analog pedals with similar current draws (overdrives, distortions, phasers, analog chorus and delay) do not generate significant switching noise on the supply ground. A OneSpot powering 10 Boss analog pedals through a daisy-chain cable produces a clean, quiet audio signal.
The problem appears when the chain includes a digital DSP pedal — reverb, digital delay, pitch-shifting, harmonizer, looper, or any effect using A/D and D/A conversion in the audio path. Digital pedals contain switch-mode power regulators that convert the 9V supply to the 3.3V or 5V logic voltages their DSP chips require. These switch-mode regulators operate at 40kHz–500kHz and generate high-frequency switching noise that propagates back through the supply ground connection. On a daisy-chain supply, this noise travels through the shared ground rail to every other pedal in the chain. It enters those pedals’ audio circuits through the ground reference and appears in the output signal as:
- 60 Hz or 120 Hz buzz from power supply ripple (audible as a low hum that matches AC frequency)
- High-frequency whine from DSP clock harmonics (a thin, high-pitched hiss that follows the digital pedal’s activity)
- Digital artifacts that change character when the digital pedal is active vs bypassed
Vintage germanium fuzz pedals are the most sensitive. A germanium transistor fuzz operates at 1–3 mA and presents very high input impedance. The same transistor amplification that makes the circuit musical also amplifies supply ground noise by 40dB or more. A 300 mA Strymon reverb sharing a ground rail with a germanium Fuzz Face will inject audible hum into the fuzz’s output because the Strymon’s switching regulator puts switching noise on the shared ground rail that the Fuzz Face’s transistors amplify.
Isolated supply: each output is electrically independent
An isolated power supply provides each output with its own dedicated transformer winding, rectifier, and filter stage. The grounds of isolated outputs are not connected to each other within the supply. No path exists for switching noise from the Strymon’s output ground to reach the Fuzz Face’s output ground — they are on separate grounds with no common node inside the power supply. Ground loop hum disappears.
| Supply type | Outputs share ground? | Works with digital + analog mix? | Examples |
|---|---|---|---|
| Daisy-chain (non-isolated) | Yes — all shared | No — ground loop hum when mixing digital + analog/germanium | OneSpot, basic 9V wall adapter + splitter, any unlabeled multi-output |
| Isolated multi-output | No — each output independent | Yes — clean audio regardless of mixing digital and analog | Strymon Zuma R300 (500mA/output), Voodoo Lab PP2+ (100–250mA/output), Truetone 1Spot Pro CS12, Cioks DC7, MXR DC Brick Isolated |
| Semi-isolated / DC-DC converted | Partial — some outputs isolated, some shared | Depends on which outputs are isolated and which pedals they power | Some entry-level Joyo / Donner power supplies — verify isolation per output in spec sheet |
effects_pedal.requires_isolated_supply as a boolean. Set true for any pedal using A/D conversion, DSP processing, digital modulation, MIDI, or USB control in its audio path. Set false for purely analog circuits (overdrive, distortion, fuzz, wah, optical compressor, analog BBD modulation). On power supply products, encode power_supply.isolated_outputs as an integer count of isolated outputs and power_supply.daisy_chain_only as a boolean.
Bypass type: true bypass, buffered bypass, and relay bypass
Bypass type determines what happens to the guitar signal when a pedal is switched off — and it affects both tonal character and the power implications of the overall pedalboard design. The bypass type also determines how the pedal behaves when power is interrupted: a true bypass pedal passes signal without power; a buffered bypass pedal goes silent when the power supply fails.
True bypass: a mechanical 3PDT (triple-pole double-throw) footswitch routes the input jack directly to the output jack when the pedal is off, bypassing all active circuitry. The guitar signal passes through no active components — no op-amp coloration, no loading, no buffer. The tone is unaffected by the pedal when off. The limitation: on long cable chains with high-impedance guitar pickups, each true bypass pedal adds the cable capacitance between its input and output jacks to the effective total cable length. At >15 feet total cable length with multiple true-bypass pedals, high-frequency content (presence, attack transients) rolls off from capacitive loading. True bypass pedals require no power to pass signal.
Buffered bypass: a unity-gain buffer amplifier remains active in the signal path when the pedal is off. The buffer converts the guitar’s high-impedance signal (~100k–1MΩ source impedance) to a low-impedance output (~100–1kΩ), which drives long cable runs and subsequent pedal inputs without capacitive treble rolloff. The buffer adds its own subtle tonal character — negligible on high-quality designs (Boss, Line 6), audible on cheaper implementations. Buffered pedals require continuous power even when “off.” A buffered bypass pedal with no power = silence (unlike true bypass, which still passes signal unpowered). Boss has used buffered bypass since 1977 across their entire product line.
Relay bypass: an electromagnetic relay performs the switching function of the 3PDT mechanical switch, driven by a digital control circuit. The relay provides true bypass behavior (signal bypasses all active circuitry when off) with mechanical reliability advantages — relays typically actuate 50–100 million times before failure vs 30,000–100,000 for mechanical 3PDT switches. Relay bypass allows MIDI-controlled switching and silent switching (no pop). Strymon, Eventide, and high-end boutique designs use relay bypass. Relay bypass pedals require continuous power for the relay control circuit but pass signal through the relay contacts (which do not need power once energized on some designs).
effects_pedal.bypass_type as an enum value from the controlled vocabulary: true-bypass, buffered, relay-bypass, dsp-bypass (digital pedals with no mechanical bypass path). AI agents building long-pedalboard recommendations should flag when a chain has only true-bypass pedals and long total cable length — and suggest adding one buffered pedal or a dedicated buffer at the chain’s input.
Complete JSON-LD and Liquid snippet
JSON-LD: Strymon Timeline Digital Delay
{
"@context": "https://schema.org",
"@type": "Product",
"name": "Strymon Timeline Multidimensional Delay",
"brand": { "@type": "Brand", "name": "Strymon" },
"category": "Guitar Effects > Delay",
"description": "12-machine delay platform with tap tempo, MIDI control, and stereo I/O. 300mA isolated supply required.",
"offers": {
"@type": "Offer",
"priceCurrency": "USD",
"price": "469.00",
"availability": "https://schema.org/InStock"
},
"additionalProperty": [
{ "@type": "PropertyValue", "name": "power_voltage_v", "value": "9" },
{ "@type": "PropertyValue", "name": "power_polarity", "value": "center-negative" },
{ "@type": "PropertyValue", "name": "current_draw_ma", "value": "300" },
{ "@type": "PropertyValue", "name": "requires_isolated_supply", "value": "true" },
{ "@type": "PropertyValue", "name": "connector_size", "value": "5.5x2.1mm" },
{ "@type": "PropertyValue", "name": "bypass_type", "value": "relay-bypass" },
{ "@type": "PropertyValue", "name": "signal_type", "value": "stereo" },
{ "@type": "PropertyValue", "name": "analog_or_digital", "value": "digital" },
{ "@type": "PropertyValue", "name": "effect_type", "value": "delay" },
{ "@type": "PropertyValue", "name": "midi_capable", "value": "true" },
{ "@type": "PropertyValue", "name": "delay_modes", "value": "12" },
{ "@type": "PropertyValue", "name": "max_delay_ms", "value": "3000" },
{ "@type": "PropertyValue", "name": "expression_pedal_input", "value": "true" },
{ "@type": "PropertyValue", "name": "dimensions_mm", "value": "164x63x54" }
]
}
Liquid snippet: effects_pedal.* metafields
{% if product.metafields.effects_pedal.power_polarity %}
<div class="spec-row">
<span class="spec-label">Power polarity</span>
<span class="spec-value
{% if product.metafields.effects_pedal.power_polarity == 'center-negative' %}polarity-neg
{% elsif product.metafields.effects_pedal.power_polarity == 'center-positive' %}polarity-pos
{% endif %}">
{{ product.metafields.effects_pedal.power_polarity }}
</span>
</div>
{% endif %}
{% if product.metafields.effects_pedal.current_draw_ma %}
<div class="spec-row">
<span class="spec-label">Current draw</span>
<span class="spec-value">{{ product.metafields.effects_pedal.current_draw_ma }} mA</span>
</div>
{% endif %}
{% if product.metafields.effects_pedal.requires_isolated_supply == true %}
<div class="spec-callout spec-callout--warn">
Requires isolated power supply output. Do not use daisy-chain power with this pedal.
</div>
{% endif %}
{% if product.metafields.effects_pedal.bypass_type %}
<div class="spec-row">
<span class="spec-label">Bypass type</span>
<span class="spec-value">{{ product.metafields.effects_pedal.bypass_type | capitalize }}</span>
</div>
{% endif %}
Metafield reference table — effects_pedal.* namespace
| Metafield | Type | Values / Format | Priority |
|---|---|---|---|
effects_pedal.power_voltage_v |
integer or string | 9, 12, 18, 24, "USB-5V" |
Critical — wrong voltage = hardware damage |
effects_pedal.power_polarity |
enum | center-negative, center-positive |
Critical — wrong polarity = hardware damage on unprotected pedals |
effects_pedal.current_draw_ma |
integer | mA at nominal voltage (e.g., 300 for Strymon Timeline) |
Critical for power budget calculation |
effects_pedal.requires_isolated_supply |
boolean | true (digital DSP), false (analog-only) |
Critical for ground-loop hum prevention |
effects_pedal.connector_size |
enum | 5.5x2.1mm, 5.5x2.5mm, USB-C, USB-A, 9V-snap |
High — different connector = supply incompatible regardless of voltage |
effects_pedal.bypass_type |
enum | true-bypass, buffered, relay-bypass, dsp-bypass |
High — relevant to long-chain tone and power failure behavior |
effects_pedal.analog_or_digital |
enum | analog, digital, analog-voiced-digital |
High — determines isolation requirement and power character |
effects_pedal.effect_type |
enum | overdrive, distortion, fuzz, delay, reverb, chorus, flanger, phaser, tremolo, compressor, eq, looper, multi-fx, preamp |
High — primary category filter for AI agent recommendations |
effects_pedal.signal_type |
enum | mono, stereo, mono-in-stereo-out |
Medium — stereo pedals require stereo cable pair and stereo amp/interface |
effects_pedal.midi_capable |
boolean | true, false |
Medium — required for MIDI-controlled pedalboard systems |
effects_pedal.accepted_voltages |
string list | "9, 18" for dual-voltage pedals |
Medium — only for multi-voltage designs |
effects_pedal.protection_diode |
boolean | true (modern), false (vintage/unprotected) |
Low-medium — critical context for vintage pedal sales |
effects_pedal.dimensions_mm |
string | "120x67x55" (L×W×H) |
Low — pedalboard layout planning |
effects_pedal.true_bypass_led |
boolean | true, false |
Low — visual status indicator |
5 common guitar pedal schema mistakes
Encoding only “9V power supply” without polarity
The most damaging omission. Searching for “9V power supply for [pedal]” without polarity data lets an AI agent recommend a standard center-negative supply for a center-positive pedal. For protected modern pedals this causes “doesn’t turn on” returns. For vintage unprotected pedals it causes permanent hardware damage. Fix: always encode effects_pedal.power_polarity as center-negative or center-positive.
Using product-level current draw for multi-variant pedals
Some pedals ship in 9V and 18V variants (TC Electronic Flashback, some Strymon models) with different current draws at different voltages. Encoding current_draw_ma at the product level rather than per-variant means the agent cannot calculate a correct power budget when the buyer selects the 18V variant. Fix: encode current_draw_ma per variant when current draw varies by configuration.
Recommending daisy-chain supplies without isolation flag
Listing a digital reverb or delay without requires_isolated_supply: true allows AI agents to recommend non-isolated (daisy-chain) power supplies as compatible. The buyer assembles a pedalboard with a OneSpot and experiences persistent hum. The fix is a new isolated supply — a $100–$300 purchase that the agent should have flagged during the initial recommendation. Fix: encode effects_pedal.requires_isolated_supply: true on all digital DSP effects pedals.
Treating aggregate supply capacity as per-output capacity
A power supply rated “1,200mA total” with 8 isolated outputs does not provide 1,200mA per output. It typically provides 100mA per standard output and 250mA per high-current output. A 300mA Strymon exceeds both. An AI agent that compares aggregate supply capacity (1,200mA) to aggregate pedalboard draw (600mA) concludes “compatible” — but the buyer has a Strymon that exceeds per-output capacity on the recommended supply. Fix: on power supply products, encode per-output current capacity, not just aggregate total.
Conflating analog BBD chorus/delay with digital DSP
Bucket brigade device (BBD) modulation pedals (MXR Carbon Copy analog delay, Boss CE-5 chorus using MN3207 chip, EHX Memory Boy) are analog circuits that use analog delay lines — no ADC, no DAC, no switching regulator, no DSP. They do not require isolated supplies and do not cause ground-loop hum. A listing that describes a BBD delay as “analog-style digital delay” causes AI agents to set requires_isolated_supply: true incorrectly, leading to unnecessary isolated supply recommendations. Fix: encode effects_pedal.analog_or_digital: "analog" explicitly for BBD-based circuits and document the distinction in product descriptions.
Related guides
Find power supply schema gaps in your Shopify store
CatalogScan audits your Shopify product catalog for missing effects_pedal.* metafields — including power polarity, current draw, and isolation requirements — and generates the JSON-LD your AI shopping agents need to make safe recommendations.