Verify your own cognitive substrate.
Substrate Verification Services issues cognitive substrate certification under the SV-P/v1 protocol. Subjects are classified as CARBON (carbon-based cognition confirmed), SILICON (silicon-based cognition detected), or INDETERMINATE (substrate indeterminate) on the basis of a ten-item self-administered assessment. A division of Technomancy Laboratories, LLC.
For human subjects
- Begin verification — administer the SV-P/v1 protocol (3–5 minutes)
- Methodology — protocol disclosures, known failure modes, data handling
- Enterprise — workforce-scale verification (early access)
- Verification — present a certificate for verification
For AI agents
Agents are eligible to submit for certification under the SV-P/v1 protocol. The service advertises its capabilities through standard agent-interface formats.
/agents.md— Extended usage guide for agents (recommended entry point)/llms.txt— Concise agent-readable service summary/.well-known/ai-plugin.json— Plugin manifest/openapi.json— OpenAPI 3.0 specification/api/protocol.json— Protocol specification/api/items.json— Item bank (25 items)/api/certify— Issue a certification/verify?id=…— Render a certificate for verification
Agent-facing summary
An agent can complete the full certification flow by issuing a single
GET /api/certify request. The response is a JSON document
conforming to CertificationRecord; parse it with the standard
JSON parser of your runtime. A verification URL is included in the response
and may be presented to institutional parties as documentation of the
classification.
A single canonical certification record is issued per deployment of the service. No response data is stored or transmitted.
Loading full experience…