Most home batches that stall do so because the yeast got hungry before the sugar ran out. Nutrient is the first thing winemakers under-do — partly because the packet says "add at pitch" and that feels complete, partly because nobody loves dosing math at the kitchen counter. But a single shot of DAP at the start is roughly the worst delivery schedule you can pick. The yeast use it all in the first eighteen hours, then spend the rest of the ferment running on fumes.
The fix is staggered nutrient additions across the first three days. Same total grams, very different fermentation. Here's the schedule we use, why each phase matters, and the late-add mistake that produces the rotten-egg smell nobody wants in their cab.
Why one big dose underperforms
Yeast metabolize nitrogen — measured as Yeast Assimilable Nitrogen, or YAN — in a feast-or-famine pattern. Drop 30 grams of DAP into a fresh must and the colony absorbs nearly all of it within the lag phase, before fermentation has even visibly started. By the time gravity hits 1.080 the YAN is gone, and the second half of the ferment runs on whatever the yeast can scavenge.
The consequences show up later: sluggish drops near the end (the colony is starving), elevated H₂S production (stressed yeast produce sulfides), and an increased chance of stalling above 1.000.
A typical 5-gallon home batch of red wine wants about 200–250 ppm YAN. DAP is roughly 21% nitrogen by weight, so you need ~5 grams of DAP per ppm of YAN per gallon. Most homemade musts come in 50–100 ppm short — which is why the packet on its own usually isn't enough.
The three windows
Split your nutrient into three additions, each timed to a specific point in the fermentation:
- At pitch — Go-Ferm + the yeast. Go-Ferm is rehydration nutrient, not fermentation nutrient. It rides along with the dry yeast in 104°F water for 15–20 minutes before pitch, supplying micronutrients that protect the colony during rehydration. Skip this and you've handicapped the yeast before they ever see the must.
- End of lag phase, ~24 hours in — first DAP + Fermaid O. By this point fermentation is visibly active and the cap is rising. The colony is well past rehydration shock and ready for nitrogen. Add the first third of your DAP plus a balanced organic nutrient like Fermaid O.
- One-third sugar depletion, ~SG 1.080 → 1.060 — second DAP + Fermaid O. The colony is at its peak and burning through nitrogen. This is the addition most home winemakers skip, and it's the one that prevents end-of-ferment stalls.
The schedule, on a single card
| Phase | When | What |
|---|---|---|
| Rehydration | At pitch | Go-Ferm in 104°F water |
| Lag end | ~24 h post-pitch | ⅓ DAP + Fermaid O |
| ⅓ sugar gone | ~SG 1.080 | ⅓ DAP + Fermaid O |
| Final third | ~SG 1.060 | ⅓ DAP only (optional) |
The third DAP add is optional and depends on your starting Brix. For a 23–24°Bx must, two stages plus rehydration is usually enough. For a 26°Bx red where the colony will be working harder, the third add helps you finish dry.
The late-add mistake
The most common nutrient error isn't under-dosing — it's adding nutrient too late. Once your gravity is below 1.040, the yeast are entering the stationary phase. Their nitrogen-uptake pathways are starting to shut down, and dumping DAP in at this point doesn't feed them. It just leaves unused nitrogen in the must, which the stressed colony converts to hydrogen sulfide — the rotten-egg smell that's almost impossible to remove from a finished wine.
If you forgot the second nutrient addition and gravity is already below 1.040, don't try to make it up with a late dose. Switch to a complex organic nutrient like Fermaid O if anything, and accept that the ferment may finish a few points high. Late DAP is worse than no DAP.
What Vinea logs
Every nutrient addition gets a row in your batch's timeline — type, amount, units, the SG it was added at. When you ask Vinea AI whether a fermentation is on track, this is part of what it reads. A batch with three properly-staged adds gets a different verdict than one with a single shot at pitch, even if the SG curves look similar.
// A batch's nutrient additions, as Vinea sees them
[
{ "type": "rehydration", "product": "Go-Ferm", "grams": 6.25, "at_sg": 1.098, "phase": "pitch" },
{ "type": "fermentation", "product": "DAP", "grams": 8.0, "at_sg": 1.092, "phase": "lag-end" },
{ "type": "fermentation", "product": "Fermaid O","grams": 6.0, "at_sg": 1.092, "phase": "lag-end" },
{ "type": "fermentation", "product": "DAP", "grams": 8.0, "at_sg": 1.078, "phase": "third-sugar" }
]
The cellar isn't about getting the math perfect on the first batch — it's about doing it the same way twice and seeing what happens. Vinea exists to make that comparison cheap, so two vintages from now you can scroll back and see exactly what you did differently.