| description | layout | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Proof of Intelligence Network |
|
Deployed site has 4 nodes live, Dont try to deploy more as i am low on credits
Decentralized AI with verifiable fairness on Hedera + Fluence
MASTER_SCORE_TOPIC=0.0.6916998
VALIDATOR_REGISTRY=0.0.6917106
HEDERA_OPERATOR_KEY=ecdsa
ACCOUNT_ID=0.0.5877428
NEXT_PUBLIC_INSTANCE_REGISTRY_CONTRACT_ID=0.0.6915896
TensorNode is a revolutionary decentralized AI infrastructure platform that democratizes access to artificial intelligence through a novel "Proof of Intelligence" consensus mechanism. Built on Hedera's ultra-efficient blockchain and Fluence's peer-to-peer compute fabric, TensorNode creates a fair, transparent, and accessible AI marketplace where every user validates and real performance is rewarded.
A universal, community-owned AI marketplace where consensus is Proof of Intelligence β miners are rewarded for real performance, validators are every user, and decentralized AI is accessible to everyone, everywhere.
| Issue | Traditional Systems | TensorNode Solution |
|---|---|---|
| High Barrier to Entry | Running a Bittensor subnet costs ~$150K | Accessible deployment on Hedera |
| Centralized Validators | Few privileged validators create bottlenecks | Every user validates democratically |
| Weight Copying Rewards | Systems reward copying instead of intelligence | Performance-based rewards for real AI |
| No Verification | Users can't verify if miners were actually queried | Complete on-chain transparency |
ποΈ Every User Validates - No privileged roles, democratized validation process
π On-Chain Registry - Hedera Agent Kit logs all queries for complete verifiability
β‘ Fluence Miners - Standardized, lightweight P2P execution environment
π Performance Rewards - Miners ranked by accuracy + response time, not copied weights
TensorNode combines three powerful technologies:
- Ultra-Low Fees: Queries and validations affordable at scale
- High Throughput: Supports AI inference at real-world volumes
- Energy Efficient: Green AI validation layer
- Agent Kit: Seamless and verifiable validation integration
- P2P Compute Fabric: Lightweight miner orchestration without centralized control
- Deterministic Execution: Ensures fair, reproducible outputs
- Global Accessibility: Anyone can run a miner anywhere
- Real Performance Metrics: Accuracy and response time scoring
- Transparent Validation: Every query logged on-chain
- Fair Rewards: Token distribution based on actual intelligence
graph TB
A[User Submits Query] --> B[Hedera Agent Kit]
B --> C[On-Chain Logging]
C --> D[User Validation]
D --> E[Fluence Miners]
E --> F[AI Processing]
F --> G[Performance Recording]
G --> H[Token Distribution]
style A fill:#e1f5fe
style H fill:#e8f5e8
- Query Submission - User submits query via Hedera Agent Kit
- On-Chain Logging - Query logged on Hedera Topics for transparency
- User Validation - Every user acts as validator, confirms query validity
- Miner Processing - Fluence miners process requests and return responses
- Performance Recording - Response time and accuracy scores recorded on-chain
- Token Distribution - Daily minting distributes tokens by consensus
- 7,200 tokens daily (~1 token every 12 seconds)
- Performance-based allocation to miners and validators
- Transparent distribution recorded on Hedera
- Transaction fees
- Subnet registration
- Premium tools
- Enterprise partnerships
- Node.js 20+
- Python 3.9+
- Docker
- Hedera testnet account
# Clone the repository
git clone https://github.com/philotheephilix/tensornode.git
cd tensornode
# Install frontend dependencies
cd nextjs
npm install
cp .env.local.example .env.local
# Edit .env.local with your configuration
# Install backend dependencies
cd ../backend
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install flask flask-cors requests python-dotenv
# Start services
# Terminal 1: Backend
cd backend && python server.py
# Terminal 2: Frontend
cd nextjs && npm run devVisit http://localhost:3000 to access the TensorNode interface.
- Deploy AI Models on Fluence VMs
- Earn Rewards based on performance metrics
- Scale Globally with P2P infrastructure
- Submit Queries to test network quality
- Score Responses automatically
- Earn Tokens for validation work
- Integrate APIs for AI capabilities
- Build Applications on decentralized infrastructure
- Contribute to the open-source ecosystem
tensornode/
βββ nextjs/ # Frontend (Next.js 15 + React 19)
β βββ src/app/ # App router pages
β βββ src/components/ # Reusable components
β βββ src/lib/ # Utilities and configurations
β βββ src/types/ # TypeScript definitions
βββ backend/ # Backend (Python Flask)
β βββ server.py # Main API server
β βββ fluence/ # VM management
β βββ utils/ # Helper utilities
βββ hedera-contracts/ # Smart contracts (Solidity)
β βββ contracts/ # Contract source code
β βββ scripts/ # Deployment scripts
β βββ test/ # Contract tests
βββ docs/ # Comprehensive documentation
βββ README.md # Documentation homepage
βββ quick-start.md # Quick start guide
βββ api/ # API documentation
βββ guides/ # User guides
βββ architecture/ # Technical documentation
- Next.js 15 with App Router
- React 19 with concurrent features
- TypeScript for type safety
- Tailwind CSS + shadcn/ui components
- Hedera Wallet Connect integration
- Python Flask API server
- Fluence SDK for VM management
- OpenAI/Anthropic for AI scoring
- Redis for caching
- PostgreSQL for data persistence
- Hedera Hashgraph for consensus
- Solidity smart contracts
- Hedera Agent Kit for AI integration
- HCS Topics for messaging
- Fluence VMs for decentralized compute
- Docker containerization
- NGINX load balancing
- Prometheus/Grafana monitoring
- β $150K subnet cost β <$1K on Hedera
- β Few validators β Every user validates
- β Weight copying β Proof of Intelligence
- β No gatekeepers - Open participation
- β Fully transparent - All queries on-chain
- β Verifiable participation - Cryptographic proof
$100B+ Market Size - Decentralized AI infrastructure projected by 2030
Hedera's EVM + Fluence P2P compute unlocks global access to democratized AI with thousands of subnets and millions of participants.
Comprehensive documentation is available in the /docs directory:
- Quick Start Guide - Get up and running in 10 minutes
- Installation Guide - Detailed setup instructions
- API Reference - Complete API documentation
- Miner Guide - How to run AI miners
- Architecture Overview - Technical deep dive
- Smart Contracts - Contract documentation
- Deployment Guide - Production deployment
We welcome contributions from the community! Please see our Contributing Guide for details on:
- Code style and standards
- Pull request process
- Issue reporting
- Development setup
# Fork and clone the repository
git clone https://github.com/your-username/tensornode.git
cd tensornode
# Create a feature branch
git checkout -b feature/your-feature-name
# Make your changes and test
npm test # Frontend tests
python -m pytest # Backend tests
# Submit a pull requestTensorNode takes security seriously:
- Cryptographic Verification - All transactions signed
- Isolated Execution - AI models run in sandboxed containers
- Access Control - Role-based permissions
- Audit Trails - Immutable record of all activities
For security issues, please email [email protected]
This project is licensed under the MIT License - see the LICENSE file for details.
- Website: tensornode.com
- Documentation: docs.tensornode.com
- Discord: Join our community
- Twitter: @TensorNode
- Telegram: t.me/tensornode
- GitHub Issues: Report bugs
- Hedera Team for the ultra-efficient blockchain infrastructure
- Fluence Network for decentralized compute capabilities
- Open Source Community for the foundational technologies
- Early Contributors who helped shape TensorNode
Join the AI Revolution π
TensorNode is more than just a platformβit's a movement towards democratized, transparent, and fair artificial intelligence. Together, we're building the future of decentralized AI infrastructure.
Made with β€οΈ by the TensorNode community