# Web of Trust for Communities

A **Web of Trust (WoT)** is a decentralized trust model where users establish trust relationships by directly verifying each other’s identities, or by relying on other trusted users to do so. It is based on peer-to-peer trust rather than a hierarchical structure (like certificate authorities in Public Key Infrastructure, PKI).

## Credentials

There are \***tickets\***, which are acquired when purchasing a ticket. These do not necessarily imply trust.

Users can vouch for each other through **\*stamps\***, which are attestations and can be revoked.&#x20;

When a user gets a high trust score, by collecting stamps from other users, a **\*passport\*** is emitted. Each community can define a different threshold that lets users obtain there. Depending on the trust required to safeguard the community, this can be higher or lower.&#x20;

## New communities

To request the inclusion of a new community, for now please contact <petra@circledot.tech> . In the future, this might be permissionless. &#x20;


---

# 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.stamp.network/use-cases/web-of-trust-for-communities.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.
