> For the complete documentation index, see [llms.txt](https://docs.rplpeptides.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rplpeptides.com/docs/glossary/formulation-terms/lyophilization.md).

# Lyophilization

## Definition

Lyophilization (freeze-drying) is a dehydration process that freezes the peptide solution and then removes the water by sublimation under vacuum, leaving a stable, dry powder.

## Overview

Most research peptides are supplied as lyophilized (freeze-dried) powders. Lyophilization is the preferred method for producing stable peptide products because it removes water that would otherwise promote degradation reactions (hydrolysis, aggregation, oxidation).

## Technical Explanation

**The Lyophilization Process:**

| Stage            | Description                              | Purpose                          |
| ---------------- | ---------------------------------------- | -------------------------------- |
| Freezing         | Solution cooled below eutectic point     | Immobilizes components           |
| Primary Drying   | Vacuum applied, ice sublimes             | Removes \~95% of water           |
| Secondary Drying | Temperature raised, bound water desorbed | Reduces residual moisture to <2% |

**Advantages:**

* Dramatically improves long-term stability (years at -20°C)
* Preserves peptide structure and activity
* Rapid rehydration upon reconstitution (easy to use)
* Reduced shipping weight and no cold-chain requirement

**Cake Appearance:** A well-formed lyophilized cake is typically an intact, white to off-white powder/pellet. Cracking, shrinkage, or collapse may indicate suboptimal lyophilization parameters.

## Importance in Peptide Documentation

The lyophilized form is the standard presentation for research peptides. Storage recommendations, shelf-life data, and reconstitution volumes are all based on the lyophilized product. The appearance of the lyophilized cake is noted on the COA as a quality indicator.

## Related Terms

* [Lyophilized Powder](/docs/glossary/formulation-terms/lyophilized-powder.md)
* [Reconstitution](/docs/glossary/formulation-terms/reconstitution.md)
* [Peptide Storage Guide](https://github.com/martinxionbiotech-max/RPL-Peptide-Laboratory-Documentation-Handbook/tree/main/glossary/storage-and-handling.md)
* [Residual Solvent](/docs/glossary/chemical-terms/residual-solvent.md)

## Frequently Asked Questions

**Q: How long does lyophilized peptide last?** A: When stored properly at -20°C, lyophilized peptides typically remain stable for 12–24 months or longer, depending on the specific peptide.

**Q: Is the lyophilized cake weight the same as the peptide content?** A: No. The cake includes the peptide, counter-ion, and residual water. The actual peptide content (assay) is lower than the total cake weight.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.rplpeptides.com/docs/glossary/formulation-terms/lyophilization.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
