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

# Terminal Groups

## Definition

Terminal groups are the free functional groups at each end of a peptide chain — the N-terminus (amino group, -NH₂) and the C-terminus (carboxyl group, -COOH). These groups define the directionality and reactivity of the peptide.

## Overview

Every linear peptide has two distinct ends with different chemical properties. The N-terminus carries a free amino group, while the C-terminus carries a free carboxyl group. The sequence is always written N→C (left to right), and this directionality is critical for biological recognition.

## Technical Explanation

**N-Terminus:**

* Located at the start of the peptide chain
* Contains a free α-amino group (-NH₂)
* Can be modified (acetylation, PEGylation) to alter peptide properties
* In synthetic peptides, often left as free amine unless intentionally modified

**C-Terminus:**

* Located at the end of the peptide chain
* Contains a free α-carboxyl group (-COOH)
* Often modified as amide (-CONH₂) in synthetic peptides to improve stability
* Can be modified for conjugation or immobilization

**Impact of Modifications:** Modifying terminal groups can enhance stability against exopeptidases, alter solubility, change receptor binding kinetics, or enable targeted delivery.

## Importance in Peptide Documentation

Terminal group modifications are specified in the product documentation (TDS). They affect molecular weight (theoretical vs. experimental), HPLC retention time, and biological activity. Amidation of the C-terminus is common in research peptides to mimic natural peptide structures and improve plasma stability.

## Related Terms

* [Peptide Sequence](/docs/glossary/peptide-chemistry/peptide-sequence.md)
* [Peptide Chain](/docs/glossary/peptide-chemistry/peptide-chain.md)
* [Modification](/docs/glossary/peptide-chemistry/modification.md)
* [Molecular Weight](/docs/glossary/chemical-terms/molecular-weight.md)

## Frequently Asked Questions

**Q: Why are many research peptides C-terminally amidated?** A: Amidation mimics the natural structure of many bioactive peptides, protects against carboxypeptidase degradation, and often enhances receptor binding affinity.

**Q: Does amidation affect the molecular weight?** A: Yes. Converting -COOH to -CONH₂ reduces the molecular weight by 1 Da (loss of OH, gain of NH₂). This difference is detectable by mass spectrometry and must be accounted for in identity testing.


---

# 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/terminal-groups.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.
