Documentation
Concepts
The shared proof architecture, network model, and standard vouching mechanics.
- ArchitectureTrustgraphs is proof infrastructure for computations over verifiable graph data. It does not require every network to use Ethereum vouches or PageRank. Each program defines its own source records,…
- Networks and programsA network is one deployed Trustgraphs instance: its input commitments, parameters, authority, proof history, and accepted outputs. A program is the deterministic computation that defines what those…
- Epochs and proofsTrustgraphs outputs advance in rounds called epochs. A checkpoint freezes the input commitments and parameters for one round, a prover runs the program accepted by the verifier active at submission…
- Vouch scoring algorithmThis page specifies the seeded PageRank-style algorithm used by the standard EAS vouch program. It is not the definition of every Trustgraphs program. Contributions, score compositions, and other d…