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

# Solvent

## Definition

A solvent is a liquid used to dissolve a peptide for reconstitution, dilution, or formulation. The choice of solvent affects peptide stability, solubility, and biological activity.

## Overview

Selecting the appropriate solvent is critical for peptide handling. While water is the most common solvent for hydrophilic peptides, hydrophobic peptides or specific applications may require alternative solvents or co-solvent systems.

## Technical Explanation

**Common Solvents for Peptides:**

| Solvent                     | Typical Use            | Notes                   |
| --------------------------- | ---------------------- | ----------------------- |
| Water (WFI)                 | General reconstitution | Most compatible         |
| Bacteriostatic Water        | Multi-dose vials       | 0.9% benzyl alcohol     |
| 0.9% Saline                 | Physiological pH       | Compatible with in vivo |
| Phosphate Buffer            | Biological assays      | Maintains pH            |
| Dilute Acetic Acid (0.1–5%) | Basic/basic peptides   | Improves solubility     |
| DMSO                        | Hydrophobic peptides   | Use ≤1% for cell work   |
| Ethanol                     | Hydrophobic peptides   | Low concentrations only |

**Solvent Quality Considerations:**

* Use HPLC-grade or sterile solvents
* Avoid preservatives unless specifically needed
* Consider endotoxin levels for in vivo applications

## Importance in Peptide Documentation

The recommended solvent for each product is specified in the reconstitution guide and TDS. Using the wrong solvent may lead to incomplete dissolution, peptide aggregation, or degradation.

## Related Terms

* [Reconstitution](/docs/glossary/formulation-terms/reconstitution.md)
* [Solubility](/docs/glossary/formulation-terms/solubility.md)
* [Buffer](/docs/glossary/formulation-terms/buffer.md)
* [pH](/docs/glossary/formulation-terms/ph.md)

## Frequently Asked Questions

**Q: Can I switch solvents after initial reconstitution?** A: Yes, but carefully. Once dissolved, some peptides may precipitate if the solvent is changed. The safest approach is to reconstitute in the recommended solvent and then dilute into the desired buffer.

**Q: Should I use sterile technique for reconstitution?** A: Yes. Always use sterile technique when handling peptides, even for in vitro work. For in vivo applications, sterile technique is essential.


---

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