# Sign Protocol (Evidence Layer)

## What is Sign Protocol?

Sign Protocol is the **cryptographic evidence layer** of the S.I.G.N. stack.

It enables governments, institutions, and developers to:

* define structured schemas,
* issue verifiable attestations,
* anchor evidence across chains and systems,
* query, verify, and audit data reliably.

Sign Protocol is **infrastructure**, not an application.

***

## What Sign Protocol does

* Standardizes how facts are expressed (schemas)
* Cryptographically binds data to issuers and subjects
* Enables selective disclosure and privacy
* Supports public, private, and hybrid attestations
* Provides immutable audit references

***

## Core primitives

### Schemas

Schemas define:

* data structure,
* field types,
* validation rules,
* versioning.

They ensure attestations are **machine-readable and interoperable**.

***

### Attestations

Attestations are signed statements such as:

* “This citizen is eligible”
* “This payment was executed”
* “This entity passed compliance”
* “This program followed rule version X”

They can be:

* public,
* private,
* ZK-based,
* cross-chain.

***

### Indexing & querying

SignScan aggregates attestations across:

* chains,
* storage layers,
* execution environments.

Builders can query via:

* REST
* GraphQL
* SDKs

***

## Where Sign Protocol fits

Sign Protocol underpins:

* [New ID System](/national-systems/new-id-system.md) (identity & credentials)
* [New Money System](/national-systems/new-money-system.md) (payment evidence)
* [New Capital System](/national-systems/new-capital-system.md) (distribution & audits)
* Products like [EthSign](/products-sign-ecosystem/ethsign.md) and [TokenTable](/products-sign-ecosystem/tokentable.md)

***

## Who should use it

* protocol developers
* government platform teams
* auditors and compliance systems
* enterprise integrators

***

## Where to go next

* Developer docs: [For Builders](/for-builders/getting-started.md)
* Use cases:
  * [New ID System](/national-systems/new-id-system.md)
  * [New Money System](/national-systems/new-money-system.md)
  * [New Capital System](/national-systems/new-capital-system.md)
* Products:
  * [EthSign](/products-sign-ecosystem/ethsign.md)
  * [TokenTable](/products-sign-ecosystem/tokentable.md)


---

# 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.sign.global/products-sign-ecosystem/sign-protocol.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.
