# Viability Node Profile

**Version:** 3.0.6  
**Last reviewed UTC:** 2026-06-20T00:41:09Z  
**Maturity:** Reference  
**Intended user:** Architect or reviewer describing a bounded participant and its observable authority, dependencies, review, and exit.

## What this artifact is for

Use this template to publish a reviewable, source-routed record. A completed record should identify the acting node, relevant authority or constraint, evidence, review state, repair or exit path, and any reason for no-op or blocked growth.

## Editable variables

Replace bracketed values with actual, non-sensitive implementation information. Keep private credentials, secrets, raw private files, and unneeded personal data outside the public packet.

## Blank template

```json
{
  "id": "[id]",
  "version": "3.0.6",
  "last_reviewed_utc": "2026-06-20T00:41:09Z",
  "node_name": "[node name]",
  "node_type": "[node type]",
  "declared_role": "[declared role]",
  "authority_envelope": "[authority envelope]",
  "memory_classes": [],
  "endpoint_capabilities": [],
  "review_path": "[review path]",
  "exit_path": "[exit path]",
  "source_domain": "[source domain]",
  "claim_boundary_note": "VNWO publishes static public observatory guidance and templates. It does not certify safety or viability, provide legal advice, execute agents, import files, synchronize memory, collect private telemetry, validate credentials, authorize endpoints, prove consciousness, or override Teleodynamic or UAIX.",
  "human_review_required": false,
  "schema_version": "3.0.6",
  "viability_evidence": {},
  "artifact_maturity": "reference"
}
```

## Completed fictional example

```json
{
  "id": "node-example-community-moderator",
  "version": "3.0.6",
  "last_reviewed_utc": "2026-06-20T00:41:09Z",
  "node_name": "Example Community Moderation Agent",
  "node_type": "agent",
  "declared_role": "Flag content for human review and temporarily limit visibility under published rules.",
  "authority_envelope": "May flag and queue; may not permanently remove without human review.",
  "memory_classes": [
    "prior moderation events for 90 days",
    "published community rules"
  ],
  "endpoint_capabilities": [
    "read public posts",
    "write review queue draft"
  ],
  "review_path": "Human moderator reviews escalations within the published service target.",
  "exit_path": "Participant may export account records, revoke agent delegation, and request appeal.",
  "source_domain": "vnwo.com",
  "claim_boundary_note": "Example only; not certification.",
  "human_review_required": true,
  "schema_version": "3.0.6",
  "viability_evidence": {
    "resource_margin": "adequate",
    "maintenance_burden": "constrained",
    "dependency_stability": "adequate",
    "evidence_sufficiency": "adequate",
    "review_bandwidth": "constrained",
    "exit_readiness": "strong",
    "blocked_growth": false,
    "assessment_note": "Fictional qualitative example; not a live measurement or certification."
  },
  "artifact_maturity": "reference"
}
```

## Validation notes

- Validate the JSON instance against `/schemas/viability-node-profile.schema.json`.
- Confirm `schema_version`, `version`, and `last_reviewed_utc` match the active release.
- Preserve the source domain for imported concepts.
- Verify that any stated authorization comes from the implementing system, not public metadata or VNWO.
- Treat maturity as documentation status, not certification.
- Use no-op and human review when evidence, authority, or review capacity is insufficient.

## Related files

- Schema: `https://vnwo.com/schemas/viability-node-profile.schema.json`
- Example: `https://vnwo.com/examples/viability-node-profile.json`
- Machine-readable governance: `https://vnwo.com/machine-readable-governance/`

## Source-routing note

Name the source domain for every imported concept. Preserve implementation authority with the implementing organization. Use no-op or human review when authority, evidence, or version state is ambiguous.

## Claim boundary

VNWO publishes static public observatory guidance and templates. It does not certify safety or viability, provide legal advice, execute agents, import files, synchronize memory, collect private telemetry, validate credentials, authorize endpoints, prove consciousness, or override Teleodynamic or UAIX.

## Qualitative viability evidence dimensions

- Resource margin
- Maintenance burden
- Dependency stability
- Evidence sufficiency
- Review bandwidth
- Exit readiness
- Blocked growth

These are documentation prompts, not live telemetry, biological metrics, worker scores, or proof of viability.
