About AI Power Grid
We're building the infrastructure for decentralized AI.
The Mission
Make AI accessible to everyone. No corporate gatekeepers. No API rate limits. No surveillance of your prompts. Just open-source models running on community hardware.
The Grid is what happens when you combine:
- GPU owners who want to earn from their hardware
- Users who want AI without the strings attached
- Developers who want to build without platform risk
- Blockchain to coordinate it all trustlessly
What We've Built
The Network
The Grid - A decentralized network of GPU workers running AI models. Text, images, video, and audio generation distributed across community hardware.
- aipg.art (opens in a new tab) - AI art generation
- aipg.chat (opens in a new tab) - LLM chat interface
- API (opens in a new tab) - Programmatic access
The Infrastructure
Smart contracts on Base - Model registry, workflow storage, job verification, worker bonding, staking rewards. All on-chain, all verifiable.
- ModelVault - Registry of verified AI models
- RecipeVault - Stored workflows for reproducible generation
- JobAnchor - On-chain proofs for completed work
- StakingVault - Stake AIPG, earn rewards
The Token
AIPG on Base L2 - 150M fixed supply, no inflation. Used for staking, worker rewards, and bonding.
What We Believe
AI should be a utility, not a product. Like electricity, it should be infrastructure anyone can tap into.
Open source wins. Closed models create dependency. Open models create possibility.
Decentralization matters. Not as ideology, but as architecture. No single point of failure. No single point of control.
Builders should own their stack. If you build on a platform, you're at the platform's mercy. Build on The Grid, own your infrastructure.
The Team
AI Power Grid is built by a distributed team of developers, AI researchers, and crypto natives. We ship code, not promises.
Find us:
- Discord: discord.gg/W9D8j6HCtC (opens in a new tab)
- GitHub: github.com/AIPowerGrid (opens in a new tab)
- Twitter: @aipowergrid (opens in a new tab)
Get Involved
Use The Grid
- Generate at aipg.art (opens in a new tab) or aipg.chat (opens in a new tab)
- Build with the API
Run a Worker
- Contribute your GPU and earn AIPG: LLM Worker or Media Worker
Stake
- Stake AIPG and earn rewards
Build
- Launch a token with the Token Factory
- Fork our repos and make them better
- Join Discord and tell us what you're building
Contributing to Docs
These docs are open source. To contribute:
- Fork github.com/AIPowerGrid/aipg-documentation (opens in a new tab)
- Edit the MDX files
- Submit a pull request
Run locally:
git clone https://github.com/aipowergrid/aipg-documentation.git
cd aipg-documentation
pnpm install
pnpm devDocs are auto-deployed on merge to main.