Two organisms, one body
A lichen is not a species in the ordinary sense — it is a stable partnership between a fungus (the mycobiont, which lends the lichen its scientific name and builds almost all of its visible structure) and a photosynthetic partner (the photobiont): usually a single-celled green alga such as Trebouxia, sometimes a cyanobacterium such as Nostoc, occasionally both at once. Neither partner, grown alone in a lab dish, ever produces anything resembling the crusty, leafy or shrubby thallus the pair builds together. The architecture — layered, weatherproof, able to survive on bare granite or a tree trunk — is an emergent property of the collaboration, not a trait of either species.
A layered engine, not a mixture
Slice a foliose lichen thallus and you find distinct layers: a tough upper cortex of tightly packed fungal hyphae for weatherproofing, an algal layer just beneath it where the photobiont cells sit exposed to filtered light but shielded from desiccation and UV, a loose medulla of hyphae below that handles water and gas transport, and often a lower cortex with rhizine-like attachment structures anchoring the whole thing to rock or bark. The fungus builds and maintains this whole envelope; the algae occupy only a thin, precisely positioned slice of it, and that placement — close enough to light, far enough from the drying surface — is itself a piece of engineering the fungus performs on its partner's behalf.
Growth is a feedback loop, and a self-limiting one
The mechanism that makes a lichen thallus expand is a loop: hyphae extend outward at the growing margin, which increases the area available for the algal layer to occupy; more algal area means more photosynthesis; more photosynthate — often a sugar alcohol like ribitol from green-algal partners, or glucose from cyanobacterial ones — leaks from algal cells and is absorbed by surrounding hyphae, funding further hyphal extension. Run unconstrained, that loop would runaway; in practice it is capped by light availability, by how much of the thallus's edge is actively photosynthesizing versus sitting in shade or in the thallus's own interior, and by the fungus deliberately regulating how much of the harvest it lets each algal cell keep versus divide with. The result in most crustose and foliose species is very slow, roughly radial expansion — commonly well under a millimetre a year — punctuated by faster growth at moist, well-lit margins and near-zero growth where the thallus shades or crowds itself.
for each hyphal tip on the growing front:
light = illumination reaching this tip's algal neighbours
moisture = local wetness (lichens are poikilohydric — no internal water control)
sugar = photobiontYield(light) * moisture // photosynthesis needs both
if sugar > upkeepCost:
extend(tip, rate = k * (sugar - upkeepCost)) // surplus funds growth
maybe branch(tip) // more tips = more future area
else:
tip stalls or the algal layer beneath it thins out
Mutualism, or a very patient farmer?
Whether to call this mutualism is a live argument among lichenologists. In the fungus's favor as exploiter: it keeps the large majority of the photosynthate, it can regulate the algal cells' division, and if algal cells are isolated from their fungal partner they usually grow and reproduce faster on their own than they do inside the thallus. In the mutualist column: the fungus supplies water, minerals scavenged from rock or bark, and physical protection the alga could never build for itself, and lets a photosynthetic organism colonize bare stone, roof tiles and Antarctic soil — habitats open to almost nothing else. Most current thinking treats it as "controlled functional parasitism that pays off for both sides on balance," rather than as a fair trade — the fungus behaves less like an equal partner and more like a farmer who feeds, houses, and gently constrains its crop.
Why the slowness is useful
Because crustose lichen diameter grows at a roughly predictable rate for a given species and climate once past an initial establishment phase, geologists use it as a dating tool called lichenometry: measure the largest lichen colonizing a rock surface — a glacial moraine, a rockfall, a gravestone — and its diameter, calibrated against known-age surfaces nearby, gives an age estimate for when that surface was first exposed, sometimes accurate to within a decade over centuries. The same slowness makes lichens sensitive, long-integrating air-quality monitors: because they have no root system and absorb everything — water, minerals, and pollutants alike — directly from rain and air across their whole surface, and because a single thallus persists for decades, their health and species composition in a region is a standard bioindicator of long-term sulphur dioxide and heavy-metal pollution.
Frequently asked questions
Is a lichen one organism or two?
A lichen is a composite: a fungal partner (the mycobiont, which gives the lichen its structure and scientific name) living in stable, obligate association with a photosynthetic partner (the photobiont — a green alga, a cyanobacterium, or both). Neither partner forms the same structure alone; the lichen thallus is a joint architecture that exists only when both are present.
Is the lichen relationship mutualism or is the fungus exploiting the algae?
Lichenologists still debate this. The fungus gets the majority of the photosynthate and controls the algal cells' division rate and location, which looks parasitic; but the algae get shelter from desiccation and UV, access to minerals, and a foothold in habitats — bare rock, tree bark — they could never colonize alone, which is the mutualist side. Most researchers now call it a spectrum, with some lichens closer to controlled farming than to fair trade.
Why do lichens grow so slowly compared with the fungus or alga alone?
Growth is capped by how much sugar the thin photobiont layer can produce, and that layer is a small fraction of the thallus's volume. Many crustose lichens grow well under a millimetre per year, which is exactly why lichenometry — dating a rock surface by measuring lichen diameter against a known growth-rate curve — works as a technique.
Try it live
The whole feedback loop above runs live in Lichen Symbiosis Growth. Turn down the light or the moisture and watch the hyphal front stall exactly where the algal layer can no longer pay its way.
▶ Open Lichen Symbiosis Growth simulation