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

# pH

## Definition

pH is a measure of the hydrogen ion concentration in a solution, indicating its acidity or alkalinity on a scale of 0 (highly acidic) to 14 (highly alkaline), with 7 being neutral.

## Overview

pH is a critical parameter in peptide research. It affects peptide solubility (peptides are least soluble at their isoelectric point, pI), stability (hydrolysis and deamidation rates are pH-dependent), and biological activity (receptor binding and cellular uptake).

## Technical Explanation

**pH Effects on Peptides:**

| pH Range | Effect on Peptides                                          |
| -------- | ----------------------------------------------------------- |
| 2–4      | Acidic — good for HPLC analysis, some peptides most soluble |
| 4–6      | Slightly acidic — acetate buffer range                      |
| 6–8      | Neutral — physiological range (most biological assays)      |
| 8–10     | Slightly basic — may promote deamidation                    |
| >10      | Highly basic — rapid degradation likely                     |

**Isoelectric Point (pI):** The pH at which the peptide has no net charge. At the pI, solubility is lowest and aggregation risk is highest. Avoid reconstituting at the pI.

**Measurement:** pH is measured using a calibrated pH meter or pH indicator strips. For peptide solutions, a micro pH probe is recommended due to typically small volumes.

## Importance in Peptide Documentation

The product documentation includes pH specifications and recommendations. Understanding the pH of your peptide solution is essential for stability, solubility, and experimental reproducibility.

## Related Terms

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

## Frequently Asked Questions

**Q: What pH should I use for peptide storage?** A: For most peptides, slightly acidic pH (4–6) provides optimal stability. However, this varies by peptide. Follow the product-specific guidance in the storage guide.

**Q: How do I measure pH in a small volume?** A: Use a micro pH electrode designed for small volumes (100–500 µL). Alternatively, narrow-range pH indicator strips can provide a reasonable estimate.


---

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