> 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/peptide-chemistry/peptide-bond.md).

# Peptide Bond

## Definition

A peptide bond is a covalent chemical bond formed between the carboxyl group (-COOH) of one amino acid and the amino group (-NH₂) of another, releasing a molecule of water. It is the fundamental linkage that connects amino acids in peptides and proteins.

## Overview

The peptide bond (also called an amide bond) is the defining chemical feature of peptides. Its partial double-bond character restricts rotation, making the peptide backbone relatively rigid and influencing peptide folding and secondary structure.

## Technical Explanation

**Formation:** A condensation reaction (dehydration synthesis) joins two amino acids: R-COOH + H₂N-R' → R-CO-NH-R' + H₂O

**Properties:**

* Partial double-bond character (\~40%) — shorter and more rigid than a single bond
* Planar conformation — the six atoms of the peptide bond lie in a plane
* Trans configuration is strongly favored (except with proline)
* Resistant to hydrolysis under normal conditions but can be cleaved by enzymes (peptidases/proteases) or strong acid/base

## Importance in Peptide Documentation

Peptide bond integrity is essential for peptide identity and activity. Degradation processes (hydrolysis, enzymatic cleavage) break peptide bonds, leading to impurities and reduced purity. Stability studies monitor peptide bond integrity over time and under various storage conditions.

## Related Terms

* [Peptide](/docs/glossary/peptide-chemistry/peptide.md)
* [Amino Acid](/docs/glossary/peptide-chemistry/amino-acid.md)
* [Peptide Chain](/docs/glossary/peptide-chemistry/peptide-chain.md)
* [Peptide Stability](https://github.com/martinxionbiotech-max/RPL-Peptide-Laboratory-Documentation-Handbook/tree/main/glossary/chemical-terms/xxx.md)

## Frequently Asked Questions

**Q: Are peptide bonds stable during storage?** A: In lyophilized (freeze-dried) form, peptide bonds are highly stable when stored under recommended conditions (typically -20°C). In solution, peptide bonds are more susceptible to hydrolysis over time, especially at elevated temperatures or extreme pH.

**Q: Can HPLC detect broken peptide bonds?** A: Yes. Fragments resulting from peptide bond cleavage appear as additional peaks in HPLC analysis, which are reported as impurities on the Certificate of Analysis.


---

# 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/peptide-chemistry/peptide-bond.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.
