{"response":"Every transistor on an advanced chip starts as a pattern projected onto the wafer by a lithography machine. For decades that machine used deep-ultraviolet light at 193 nanometers, and as features shrank below what 193 nm could resolve, fabs kept up only by exposing each layer several times through multiple masks \u2014 slow, expensive multi-patterning. Extreme ultraviolet lithography breaks that logjam by switching to a wavelength roughly fourteen times shorter, and it is the single most concentrated chokepoint in the entire AI-chip supply chain.\\n\\n**What EUV is.** EUV lithography patterns the wafer with 13.5-nanometer light \u2014 extreme ultraviolet, on the edge of soft X-rays. That short wavelength resolves features far smaller than DUV can, which is what makes 7nm, 5nm, 3nm, and 2nm-class logic possible. Crucially, it lets a critical layer be printed in a single exposure where DUV would have needed four or more, cutting steps and improving yield.\\n\\n**Why it is so hard.** 13.5 nm light is absorbed by essentially everything \u2014 air, and ordinary glass lenses included. So an EUV scanner cannot use lenses at all: it uses reflective molybdenum-silicon multilayer mirrors, operating in a vacuum. Each mirror reflects only about 70 percent of the light, and the beam bounces off roughly ten of them before reaching the wafer, so most of the light is lost along the way. To compensate, the source has to be blindingly bright: a high-power CO2 laser vaporizes tens of thousands of tiny tin droplets per second into a plasma near 500,000 kelvin, and that plasma is what emits the 13.5 nm light.\\n\\n```svg\\n<svg viewBox=\"0 0 1000 520\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" font-family=\"-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif\">\\n  <rect x=\"0\" y=\"0\" width=\"1000\" height=\"520\" rx=\"14\" fill=\"#1d1c1a\"\/>\\n  <text x=\"36\" y=\"42\" fill=\"#e8e6f7\" font-size=\"20\" font-weight=\"600\">EUV lithography \u2014 print with 13.5 nm light using an all-mirror system in vacuum<\/text>\\n\\n  <!-- vacuum vessel -->\\n  <rect x=\"60\" y=\"70\" width=\"620\" height=\"410\" rx=\"12\" fill=\"#161513\" stroke=\"#3a3a37\" stroke-width=\"1.4\"\/>\\n  <text x=\"76\" y=\"94\" fill=\"#8a8a86\" font-size=\"13\">everything below sits in vacuum \u2014 air absorbs 13.5 nm light<\/text>\\n\\n  <!-- 1. LPP source: laser + tin droplet + plasma -->\\n  <rect x=\"90\" y=\"360\" width=\"70\" height=\"30\" rx=\"4\" fill=\"#3a3a37\" stroke=\"#6f6f6a\" stroke-width=\"1.3\"\/>\\n  <text x=\"125\" y=\"405\" fill=\"#8a8a86\" font-size=\"12\" text-anchor=\"middle\">CO&#8322; laser<\/text>\\n  <line x1=\"160\" y1=\"375\" x2=\"215\" y2=\"375\" stroke=\"#d33f3f\" stroke-width=\"3\"\/>\\n  <path d=\"M215 375 l-12 -5 l0 10 Z\" fill=\"#d33f3f\"\/>\\n  <!-- tin droplet + plasma burst -->\\n  <g stroke=\"#e0913a\" stroke-width=\"2.5\" fill=\"none\">\\n    <line x1=\"230\" y1=\"360\" x2=\"230\" y2=\"390\"\/><line x1=\"215\" y1=\"375\" x2=\"245\" y2=\"375\"\/>\\n    <line x1=\"220\" y1=\"365\" x2=\"240\" y2=\"385\"\/><line x1=\"240\" y1=\"365\" x2=\"220\" y2=\"385\"\/>\\n  <\/g>\\n  <circle cx=\"230\" cy=\"375\" r=\"6\" fill=\"#e0913a\"\/>\\n  <text x=\"230\" y=\"425\" fill=\"#e0913a\" font-size=\"12\" text-anchor=\"middle\">tin plasma<\/text>\\n  <text x=\"230\" y=\"441\" fill=\"#8a8a86\" font-size=\"11\" text-anchor=\"middle\">~500,000 K &#8594; 13.5 nm<\/text>\\n\\n  <!-- collector mirror -->\\n  <path d=\"M285 340 q26 35 0 70\" fill=\"none\" stroke=\"#7d70e0\" stroke-width=\"6\"\/>\\n  <text x=\"300\" y=\"330\" fill=\"#c9c3f2\" font-size=\"11\" text-anchor=\"middle\">collector<\/text>\\n\\n  <!-- EUV beam path (light) -->\\n  <g stroke=\"#9b8ff0\" stroke-width=\"3\" fill=\"none\" opacity=\"0.9\">\\n    <!-- plasma -> collector -> up to illuminator mirror -->\\n    <path d=\"M245 375 L285 375\"\/>\\n    <path d=\"M290 358 L330 160\"\/>\\n    <!-- illuminator mirror down to reticle region -->\\n    <path d=\"M345 150 L470 120\"\/>\\n    <!-- reticle reflect down into projection optics -->\\n    <path d=\"M470 135 L440 250\"\/>\\n    <!-- projection mirror to wafer -->\\n    <path d=\"M440 265 L560 430\"\/>\\n  <\/g>\\n\\n  <!-- illuminator mirror -->\\n  <line x1=\"325\" y1=\"150\" x2=\"352\" y2=\"162\" stroke=\"#7d70e0\" stroke-width=\"6\"\/>\\n  <text x=\"300\" y=\"140\" fill=\"#c9c3f2\" font-size=\"11\" text-anchor=\"middle\">mirror<\/text>\\n\\n  <!-- reflective reticle (mask) at top -->\\n  <rect x=\"460\" y=\"104\" width=\"90\" height=\"16\" rx=\"2\" fill=\"#5b4fc4\" stroke=\"#7d70e0\" stroke-width=\"1.5\"\/>\\n  <text x=\"505\" y=\"98\" fill=\"#c9c3f2\" font-size=\"12\" text-anchor=\"middle\">reflective mask<\/text>\\n\\n  <!-- projection optics mirror -->\\n  <line x1=\"425\" y1=\"252\" x2=\"455\" y2=\"262\" stroke=\"#7d70e0\" stroke-width=\"6\"\/>\\n  <text x=\"392\" y=\"252\" fill=\"#c9c3f2\" font-size=\"11\" text-anchor=\"middle\">projection<\/text>\\n\\n  <!-- wafer -->\\n  <rect x=\"520\" y=\"432\" width=\"120\" height=\"20\" rx=\"3\" fill=\"#0f6b5a\" stroke=\"#1f9e85\" stroke-width=\"1.5\"\/>\\n  <text x=\"580\" y=\"446\" fill=\"#bff0e4\" font-size=\"13\" text-anchor=\"middle\">wafer<\/text>\\n\\n  <!-- callouts -->\\n  <g fill=\"#d4d4d0\" font-size=\"16\">\\n    <text x=\"700\" y=\"120\">13.5 nm light is absorbed by<\/text>\\n    <text x=\"700\" y=\"142\">glass and air alike \u2014 so EUV uses<\/text>\\n    <text x=\"700\" y=\"164\">reflective mirrors, not lenses,<\/text>\\n    <text x=\"700\" y=\"186\">inside a vacuum.<\/text>\\n    <text x=\"700\" y=\"250\">Each Mo\/Si mirror reflects only<\/text>\\n    <text x=\"700\" y=\"272\">~70%, so the tin-plasma source<\/text>\\n    <text x=\"700\" y=\"294\">must be extremely bright.<\/text>\\n    <text x=\"700\" y=\"358\" fill=\"#bff0e4\">Numerical aperture (NA):<\/text>\\n    <text x=\"700\" y=\"380\">0.33 today (ASML NXE) resolves<\/text>\\n    <text x=\"700\" y=\"402\">~13 nm; High-NA 0.55 (EXE:5200,<\/text>\\n    <text x=\"700\" y=\"424\">~$400M) reaches ~8 nm.<\/text>\\n  <\/g>\\n<\/svg>\\n```\\n\\n**Standard NA and High-NA.** Resolution scales with the numerical aperture of the optics. Today's production EUV tools (ASML's NXE line) run at 0.33 NA and resolve down to roughly 13 nm. The next step, High-NA EUV, raises that to 0.55 NA for about 8 nm resolution \u2014 but reaching it meant replacing every mirror in the projection column with larger, more steeply curved, more precisely figured reflectors and adopting anamorphic optics that image half a field at a time. The tool, ASML's TWINSCAN EXE:5200, costs on the order of 400 million dollars each.\\n\\n| Generation | Wavelength \/ NA | Resolution | Note |\\n|---|---|---|---|\\n| DUV | 193 nm | ~38 nm+ | Multi-patterning below its limit |\\n| EUV (NXE) | 13.5 nm, 0.33 NA | ~13 nm | Single-exposure critical layers |\\n| High-NA EUV (EXE) | 13.5 nm, 0.55 NA | ~8 nm | Anamorphic, half-field, ~$400M |\\n\\n**Who has it.** ASML in the Netherlands is the only company on earth that makes EUV scanners \u2014 a genuine single point of control, which is why EUV sits at the center of semiconductor export policy. On High-NA, Intel installed the industry's first commercial EXE:5200B tool for its 14A process, with Samsung and SK hynix also moving ahead, while TSMC has judged High-NA too costly for now and plans to hold standard-NA EUV longer before adopting it around its A14 generation. High-volume High-NA manufacturing is expected to ramp in 2027 to 2028.\\n\\n**Read through a quant lens rather than an optics lens,** and EUV is the hardest supply constraint to route around in all of computing: a single vendor, export-controlled, with multi-year lead times and nine-figure tool prices. Whether a fab has EUV \u2014 and eventually High-NA EUV \u2014 largely determines whether it can build competitive AI logic at all, which makes ASML's order book and shipment cadence a leading indicator for the entire leading edge. How the tin-plasma source power gates wafer throughput, why High-NA's half-field imaging forces design changes, and how EUV pellicles and mask defects bound yield are the natural next layers to go deeper on."}