Welcome to the official documentation for Intuition — the world's first open, semantic, and decentralized knowledge graph. This repository contains comprehensive guides, API references, and developer resources for building with the trust protocol that's revolutionizing how we create, verify, and share knowledge online.
Intuition is building a universal trust and identity layer for the decentralized web. At its core, Intuition creates an open, semantic knowledge graph that enables trustful interactions at scale by:
- Decoupling data from applications — Creating a universal data layer accessible across platforms
- Enabling verifiable claims — Making both objective facts and subjective opinions verifiable and incentive-aligned
- Providing semantic structure — Building rich, queryable relationships between any entities or concepts
- Incentivizing quality data — Using cryptoeconomic mechanisms to reward valuable contributions
We believe in a future where trust online is programmable, portable, and permissionless. Intuition leverages game-theoretic cryptoeconomics to solve the limitations of today's information systems — from verification and provenance challenges to bias, accountability issues, and misaligned incentives.
This documentation serves as your complete guide to understanding and building with Intuition:
- Introduction — Learn about Intuition's vision and the problems it solves
- Key Terms — Master essential terminology and concepts
- Why Intuition? — Understand the challenges we're addressing
- Developer Tools — Comprehensive developer resources and tooling
- Quickstart Guides — Get building quickly with official and community kits
- SDK Documentation — Protocol and GraphQL SDK references
- Smart Contracts — Contract architecture and interaction patterns
- GraphQL API — Query the knowledge graph with powerful APIs
- Intuition Hub — Essential tools for interacting with the ecosystem
- Use Cases — Real-world applications and possibilities
- Running a Node — Set up and operate your own Intuition node
- Primitives — Atoms, Triples, and Signals explained
- Economics — Bonding curves, fees, rewards, and tokenomics
- Architecture — Technical deep-dive into system design
- Docusaurus — Modern static site generator
- React & TypeScript — Interactive components and type safety
- Tailwind CSS — Utility-first styling
- GraphQL — API documentation and examples
- Node.js >= 18.0
- npm or yarn package manager
-
Clone the repository
git clone https://github.com/0xintuition/intuition-docs.git cd intuition-docs
-
Install dependencies
npm install
-
Start development server
npm run dev
The site will be available at
http://localhost:3000
npm run build
npm run serve
docs/
├── guides/
│ ├── introduction/ # Core concepts and vision
│ ├── quickstart/ # Getting started guides
│ ├── developer-tools/ # Developer resources and APIs
│ ├── hub/ # Intuition Hub and tools
│ ├── use-cases/ # Real-world applications
│ ├── run-node/ # Node operation guides
│ └── resources/ # Additional resources and support
├── partials/ # Reusable content components
└── src/ # Custom React components and styling
npm run dev
— Start development server with hot reloadnpm run build
— Build optimized production sitenpm run serve
— Preview production build locallynpm run lint
— Run ESLint for code qualitynpm run format
— Format code with Prettiernpm run typecheck
— Run TypeScript type checkingnpm run spell-check
— Check documentation spelling
We welcome contributions to improve our documentation! Whether you're fixing typos, adding examples, or suggesting new content, your input helps make Intuition more accessible to everyone.
Please see our Contributing Guidelines for:
- How to submit pull requests
- Documentation standards and style guide
- Content review process
- Community guidelines
Intuition's knowledge graph is built on three fundamental primitives:
- Atoms — Universal identifiers for any entity (people, concepts, products, etc.)
- Triples — Semantic relationships expressing statements like "Person A knows Person B"
- Signals — Community attestations that add weight and credibility to statements
These primitives work together to create a structured, queryable, and economically incentivized knowledge graph that spans the entire web.
The Intuition ecosystem includes:
- Hub — L3 network development environment and tools
- Portal — Main Intuition portal and explorer
- Data Populator — Tool for populating test data
- Chrome Extension — Browser integration
- Browser Extension — Access the knowledge graph across the web
- Official Website — Learn about the project and team
- Documentation Site — Live version of this documentation
- GitHub Organization — All open-source code and repositories
- Community & Support — Get help and connect with the community
This documentation is licensed under the terms specified in the LICENSE file.
Ready to start building? Check out our Quickstart Guide or explore the Developer Tools to begin creating with the trust protocol.