> 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/guides/peptide-stability-guide.md).

# Peptide Stability Guide

## 1. Factors Affecting Peptide Stability

| Factor        | Effect                                                   | Mitigation                    |
| ------------- | -------------------------------------------------------- | ----------------------------- |
| Temperature   | Increased molecular mobility accelerates all degradation | Store at -20°C                |
| pH            | Hydrolysis, deamidation, racemization                    | Buffer at pH 4–6              |
| Water content | Hydrolysis, microbial growth                             | Lyophilize to < 5% water      |
| Oxygen        | Oxidation of Met, Cys, Trp                               | Nitrogen atmosphere           |
| Light         | Photo-oxidation (especially Trp, Tyr)                    | Amber vials, light protection |
| Freeze-thaw   | Cryoconcentration, ice crystal damage                    | Single-use aliquots           |
| Container     | Peptide adsorption, leachables                           | Low-binding polypropylene     |

## 2. Degradation Pathways

### Hydrolysis

Peptide bond cleavage at Asp-X bonds. Accelerated by acidic pH and high temperature. Product: smaller peptide fragments. **Prevention**: Lyophilized storage, pH 4–6.

### Oxidation

Reaction of Met, Cys, Trp, Tyr, and His with reactive oxygen species. Product: methionine sulfoxide, disulfide scrambling, crosslinking. **Prevention**: Antioxidants, nitrogen atmosphere, light protection.

### Deamidation

Non-enzymatic hydrolysis of Asn and Gln side chains. Product: Asp, iso-Asp. **Prevention**: Low temperature, pH 4–6.

### Aggregation

Non-covalent association of peptide molecules, often via hydrophobic interactions or β-sheet formation. Product: soluble and insoluble aggregates. **Prevention**: Avoid vortexing, low concentration, appropriate solvent.

## 3. Stability-Indicating Methods

RPL Peptide uses stability-indicating HPLC methods that can resolve the target peptide from all known and potential degradation products. System suitability requirements ensure method capability:

* Resolution from nearest degradation peak: ≥ 1.5
* Peak purity (diode array): ≥ 0.99
* Mass balance: 95–105%

## 4. Real-Time vs. Accelerated Stability

| Study Type            | Conditions    | Duration     | Purpose                                |
| --------------------- | ------------- | ------------ | -------------------------------------- |
| Long-term (real-time) | -20°C         | 24–36 months | Shelf life determination               |
| Intermediate          | 2–8°C         | 12 months    | Transport condition support            |
| Accelerated           | 25°C / 60% RH | 6 months     | Degradation pathway identification     |
| Stress                | 40°C / 75% RH | 1 month      | Forced degradation (method validation) |

***

*For stability inquiries: <technical@rplpeptides.com>*


---

# 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/guides/peptide-stability-guide.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.
