# 8.5 Research Papers

## Research Papers

### Lingua Pactum Protocol: Constitutional Admissibility for AI-Triggered Language and Action

**Version:** v0.1\
**Publication type:** Research preprint\
**Author:** Jason Liao\
**Publisher:** Zenodo\
**Publication date:** May 25, 2026

#### DOI

<https://doi.org/10.5281/zenodo.20373354>

#### Zenodo Record

<https://zenodo.org/records/20373354>

#### GitHub Release

<https://github.com/nateminduniverse/lpp-public-proof/releases/tag/paper-v0.1>

#### GitHub Public Proof Repository

<https://github.com/nateminduniverse/lpp-public-proof>

***

### Abstract

This preprint introduces the Lingua Pactum Protocol (LPP), a constitutional admissibility framework for AI-triggered language and action.

LPP distinguishes runtime governance from upstream constitutional admissibility. Runtime governance determines whether an already-formed request should be allowed under policy. Constitutional admissibility asks whether an AI-triggered statement or action is qualified to become an execution candidate in the first place.

The paper argues that policy compliance is insufficient for constitutional admissibility, and that runtime governance cannot legitimize itself without an upstream admissibility layer. It introduces a minimal admissibility model, defines admissibility collapse, and positions LPP relative to recent work on pre-action legitimacy, judgment-gated automation, tool-call authorization, runtime governance, policy engines, workload identity, and authorization token systems.

***

### Citation

```bibtex
@misc{liao2026lpp,
  author       = {Jason Liao},
  title        = {Lingua Pactum Protocol: Constitutional Admissibility for AI-Triggered Language and Action},
  year         = {2026},
  publisher    = {Zenodo},
  version      = {v0.1},
  doi          = {10.5281/zenodo.20373354},
  url          = {https://doi.org/10.5281/zenodo.20373354}
}
```

### Related Links

* Official website: <https://lpp-minduniverse.org/>
* GitBook documentation: <https://docs.lpp-minduniverse.org/>
* GitHub public proof repository: <https://github.com/nateminduniverse/lpp-public-proof>
* GitHub release: <https://github.com/nateminduniverse/lpp-public-proof/releases/tag/paper-v0.1>

***

### Disclosure Boundary

This research preprint is published as a public academic reference and citation record.

The public paper defines the constitutional admissibility layer, the core distinction between Layer 0 and runtime governance, and the minimal formal model for LPP.

It does not disclose the full private implementation, production kernel design, complete operational schema, internal thresholds, or controlled execution infrastructure.


---

# Agent Instructions: 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:

```
GET https://docs.lpp-minduniverse.org/lingua-pactum-protocol-lpp-documentation/8.5-research-papers/8.5-research-papers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
