Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 48 additions & 8 deletions profile/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,52 @@
# VERIFRAX

FORWARD-ONLY FINALITY SYSTEM FOR DETERMINISTIC VERIFICATION.
Deterministic verification, governed execution, and irreversible evidence finality.

## CORE REPOSITORIES
- VERIFRAX-verify → Public verifier (FROZEN)
- VERIFRAX-SPEC → Proof specification (FROZEN)
- VERIFRAX-PROFILES → Policy profiles (LOCKED)
- VERIFRAX-SAMPLES → Canonical examples (READ-ONLY)
- VERIFRAX-DOCS → Explanatory material
VERIFRAX is a protocol stack for binding authority, execution, and verification into auditable public surfaces.

ONE ENGINE. ONE SPEC. MANY PROFILES.
## Core public surfaces

- **[VERIFRAX](https://github.com/Verifrax/VERIFRAX)** — canonical protocol, evidence index, and verification boundary
- **[AUCTORISEAL](https://github.com/Verifrax/AUCTORISEAL)** — authority sealing and issuance boundary
- **[CORPIFORM](https://github.com/Verifrax/CORPIFORM)** — authority-governed execution and receipt boundary

## Stack model

- **Authority** → AUCTORISEAL issues explicit authority objects
- **Execution** → CORPIFORM executes or refuses under that authority
- **Verification** → VERIFRAX records evidence, evaluates claims, and preserves finality boundaries

## Current public boundary

The currently established public boundary includes:

- bootstrap artifacts through **artifact-0004**
- recorded authority-governed CORPIFORM execution evidence
- recorded package publication surfaces for:
- `@verifrax/auctoriseal`
- `@verifrax/corpiform`

## Design constraints

- no authority, no execution
- no ambiguity, no execution
- no unsigned consequence, no acceptance
- no hidden mutation, no trust

## Public links

- Website: **https://www.verifrax.net/**
- Protocol contact: **protocol@verifrax.net**

## Orientation

Start with the canonical protocol repository:

- **[github.com/Verifrax/VERIFRAX](https://github.com/Verifrax/VERIFRAX)**

Then inspect the authority and execution layers:

- **[github.com/Verifrax/AUCTORISEAL](https://github.com/Verifrax/AUCTORISEAL)**
- **[github.com/Verifrax/CORPIFORM](https://github.com/Verifrax/CORPIFORM)**

Deterministic verification. One execution. Final evidence.
Loading