Documentation Index
Fetch the complete documentation index at: https://docs.blindference.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Compute — Introduction
Run a Blindference node to earn fees executing encrypted inference jobs. Help build a private, verifiable, and economically accountable AI execution layer.What a Node Does
A Blindference node is a compute provider that:- Attests its identity to the ICL (Inference Coordination Layer)
- Heartbeats every 60 seconds to prove liveness
- Polls for pending inference jobs every 5 seconds
- Decrypts encrypted prompts via CoFHE threshold FHE under strict ACL
- Executes inference via Groq, Google Gemini, or local vLLM (pluggable backends)
- Commits results back to the ICL for quorum consensus
Earning Model
Nodes earn fees for successful task completion. Fees are determined by:- Task complexity: More complex prompts earn more
- Model tier: Higher-tier models (premium APIs) earn more
- Attestation tier: Higher attestation tiers (TPM, TEE) earn premium rates
- Reputation: Higher reputation scores get priority assignment
Attestation Tiers
| Tier | Name | Hardware | Trust Level | Job Eligibility |
|---|---|---|---|---|
| 0 | Mock | None | Development only | Verifier-only, low-value |
| 1 | TPM 2.0 | TPM chip | OS-level integrity | Leader + verifier, standard |
| 2 | TEE/SGX | Intel SGX / AMD SEV | Memory encryption | Leader + verifier, premium |
Requirements
Minimum (Mock Inference)
- Python 3.10+
- 1 CPU core
- 512MB RAM
- Outbound HTTPS access
- No GPU required
Recommended (Production)
- Python 3.11+
- 2+ CPU cores
- 2GB RAM
- Stable internet connection
- TPM 2.0 chip (for tier 1)
Optional (Local Model Inference)
- NVIDIA GPU with CUDA support
- 4GB+ VRAM
- vLLM installed
Quick Facts
Setup Time
< 5 minutes with
blindference-node initAuto-Healing
Auto-re-attests on certificate expiry
Concurrent Jobs
Default: 2 concurrent inference tasks
Next Steps
Quickstart
Get your first node running in 5 minutes
Installation
Detailed installation options