TrustGraph is an open-source reputation engine that generates verifiable Contribution Scores for DAO members. By aggregating cross-platform data, TrustGraph creates a meritocratic foundation for automated funding distributions via Drips.
TrustGraph solves the "Human Mapping" problem in decentralized organizations. It acts as a reputation oracle that pulls activity data from GitHub (Code), Snapshot (Governance), and Discord (Community) to build a holistic profile of a contributor's actual impact. DAOs can then use these scores to automate monthly Drips streams, ensuring that those who do the work are the ones who get rewarded.
Current DAO reward systems are often broken:
- "Soft Governance" Bias: Rewards are frequently distributed based on social visibility rather than technical or administrative output.
- Manual Toil: Stewards spend hours manually calculating distributions, which is slow and prone to human error.
- Lack of Portability: A contributorβs hard-earned reputation in one DAO is often invisible to another, making it hard to build a Web3 "Resume."
- π‘οΈ Sybil-Resistant Trust Score: A weighted algorithm that prioritizes verifiable code contributions and governance participation over high-volume, low-value "spam" engagement.
- π Cross-Platform Oracle: A Nest.js-based indexing service that tracks GitHub commits, PR reviews, and on-chain voting history.
- π§ Drips Auto-Config: A "One-Click Export" feature that generates a ready-to-upload Drips configuration file based on a DAOβs monthly reputation rankings.
- π€ Public Reputation Profiles: Portable, shareable "Contributor Resumes" that display a user's cross-DAO impact and verified skill sets.
- Phase 1: Launch the core Nest.js indexer for GitHub and Snapshot data.
- Phase 2: Implement the weighted "TrustScore" algorithm and public API endpoints.
- Phase 3: Release the Drips Export Dashboard, allowing DAO admins to sync reputation directly to funding streams.
TrustGraph is the bridge between identity and funding.
- Public Good: We are building a standard for verifiable reputation that any project can use to distribute grants fairly.
- Sustainability: We use Drips to stream 15% of our funding to the open-source libraries we rely on, such as
viemandpassport-github.
TrustGraph/
βββ apps/
β βββ api/ # Nest.js backend (The Oracle)
β βββ web/ # Frontend dashboard and Profile pages
βββ libs/
β βββ scoring/ # The "TrustScore" algorithmic logic
β βββ drips-sdk/ # Integration logic for Drips config exports
βββ packages/
β βββ types/ # Shared TypeScript interfaces for contributors
βββ LICENSE # MIT Licensed