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 an HTML document with
the certification record embedded in a <pre> element and
separately in a <script type="application/ld+json"> element
in schema.org Certification form. Parse either location to extract
the record. A verification URL is included in the response; it may be presented
to institutional parties as documentation of the classification.
Optional query parameters on /api/certify: name,
organization, agent. No response data is stored or
transmitted by the service.
Loading full experience…