what is photoresist
Photoresist is a light-sensitive chemical coating applied to a silicon wafer before lithography, one that chemically changes when exposed to light so that, after development, it leaves behind a precise pattern matching the photomask — the layer that actually makes it possible to transfer a circuit design onto the wafer beneath it.
```flowchart
{
"rows": [
{ "type": "nodes", "items": [
{ "title": "Wafer coated with photoresist", "sub": "an even, light-sensitive chemical film", "tone": "neutral" }
]},
{ "type": "arrow" },
{ "type": "group", "title": "Light exposure through the photomask", "items": [
{ "title": "Exposed areas chemically change", "sub": "unexposed areas remain unchanged", "tone": "green" }
]},
{ "type": "arrow" },
{ "type": "nodes", "items": [
{ "title": "Development removes one set of areas", "sub": "leaving a precise pattern for the next processing step", "tone": "orange" }
]}
]
}
```
**Photoresist's defining property is that it changes chemically in a very specific, predictable way when struck by light.** Depending on the type used, the areas of photoresist exposed to light become either more or less soluble in a developing chemical than the unexposed areas; when the wafer is then treated with that developer, one set of areas washes away while the other remains — leaving a hardened pattern of photoresist on the wafer that precisely matches the shape projected through the photomask.
```svg
```
| Photoresist type | Behavior when exposed to light |
|---|---|
| Positive photoresist | Exposed areas become soluble, wash away in development |
| Negative photoresist | Exposed areas become insoluble, remain after development |
| Either type's role | Leaves a precise, patterned masking layer for the next fabrication step |
**Once a photoresist pattern is developed, it acts as a temporary, disposable mask protecting parts of the wafer during subsequent processing steps.** With the pattern in place, the wafer can undergo processes like etching or depositing new material, and the hardened photoresist protects the areas beneath it from that process while leaving exposed areas open to it — after that step is complete, the remaining photoresist is stripped away entirely, ready for the wafer's next layer to begin the whole cycle again.
**Photoresist has to be re-engineered as lithography wavelengths shrink, because the chemistry that works well for one wavelength often doesn't transfer cleanly to another.** Moving to shorter-wavelength light sources like EUV required developing entirely new photoresist formulations capable of reacting predictably and precisely to that different type of light — meaning advances in photoresist chemistry have had to keep pace with, and sometimes limit, how much benefit a shorter-wavelength lithography system can actually deliver in practice.
**The precision of the entire lithography process depends on photoresist behaving with extreme consistency and uniformity across the wafer.** Any variation in how evenly the photoresist is applied, or how consistently it reacts to light and develops, translates directly into variation in the final pattern etched onto the chip — which is why applying and developing photoresist is treated as a precision manufacturing step in its own right, not a simple coating process.
Read photoresist through a temporary-stencil lens: it exists purely to translate a pattern of light into a physical, chemically hardened pattern on the wafer's surface, protecting the layer beneath it just long enough for the next manufacturing step to do its work, before being stripped away and reapplied for the next layer.