← Back to Docs

TIP Protocol Overview

The Threadline Identity Protocol (TIP) is an open protocol for cross-site commenter identity and reputation. It lets users carry a verified identity across any TIP-compatible site without creating separate accounts.

Why TIP Exists

Traditional comment systems either lock users into a walled garden (Disqus, Facebook Comments) or force them to create yet another account. TIP takes a different approach:

Core Concepts

ConceptDescription
IdentityA cryptographically signed profile (name, avatar, public key) issued by an identity provider.
ReputationA score derived from comment history, moderation outcomes, and engagement patterns.
ProviderA service that issues and verifies TIP identities. Threadline runs a default provider; you can run your own.
AttestationA signed statement from one site about a user's behavior (e.g., "this user had 50 comments, 0 moderated").

Real-world examples

Specification

The full protocol spec is available in the repository at tip/SPECIFICATION.md and as an OpenAPI spec at docs/API/tip-spec-v1.0.0.yaml.

Identity Schema
How identities are structured and verified
Reputation Algorithm
How trust scores are calculated
Data Portability
Export and import your identity data