> 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/reconstitution.md).

# Reconstitution

## Definition

Reconstitution is the process of dissolving a lyophilized (freeze-dried) peptide in an appropriate solvent to prepare it for research use.

## Overview

Lyophilized peptides are supplied as dry powders for stability. Before use, they must be reconstituted (rehydrated) in a suitable solvent. The choice of solvent, volume, and technique directly impacts peptide solubility, stability, and experimental outcomes.

## Technical Explanation

**Reconstitution Process:**

1. Allow vial to reach room temperature (prevents condensation)
2. Calculate required volume based on desired concentration
3. Add solvent gently (direct vial wall, avoid vortex)
4. Swirl gently — do not vortex vigorously (may cause aggregation)
5. Allow to fully dissolve (may take 1–5 minutes)
6. Visually confirm complete dissolution (clear, no particulates)

**Common Solvents:**

* Sterile water for injection (WFI) — most common
* Bacteriostatic water (BAC water) — for multi-use
* Sterile saline (0.9% NaCl) — for physiological compatibility
* PBS buffer — for biological assays
* Acetic acid (dilute) — for poorly soluble peptides

**Solvent Selection Factors:**

* Peptide solubility profile (hydrophilic vs. hydrophobic)
* Desired pH and buffer compatibility
* Application requirements (in vitro vs. in vivo)
* Storage duration after reconstitution

## Importance in Peptide Documentation

Proper reconstitution is essential for accurate dosing and experimental reproducibility. RPL Peptide provides reconstitution guidance in product documentation. Incorrect reconstitution can lead to peptide degradation, aggregation, or inaccurate concentration.

## Related Terms

* [Solvent](/docs/glossary/formulation-terms/solvent.md)
* [Solubility](/docs/glossary/formulation-terms/solubility.md)
* [Buffer](/docs/glossary/formulation-terms/buffer.md)
* [Concentration](/docs/glossary/formulation-terms/concentration.md)
* [Lyophilization](/docs/glossary/formulation-terms/lyophilization.md)

## Frequently Asked Questions

**Q: Why add solvent to the vial wall rather than directly onto the powder?** A: Directing solvent to the vial wall minimizes foaming and localized concentration gradients that could cause peptide aggregation. Gentle handling preserves peptide integrity.

**Q: Can I use any sterile water for reconstitution?** A: For most research applications, sterile water for injection (WFI) or bacteriostatic water is appropriate. Avoid tap water or non-stile water, which may contain contaminants that affect peptide stability.


---

# 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/reconstitution.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.
