Federated inference network — share idle compute, earn credits.
https://inference-x.com
| .gitignore | ||
| ix_relay.py | ||
| LICENSE | ||
| README.md | ||
| requirements.txt | ||
What is IX Relay?
IX Relay is a federated network where idle Inference-X nodes can serve inference requests from the community. Contribute compute when your hardware is idle; consume credits when you need more.
How it works
You IX Relay Network
├── Idle GPU? → Serve requests → earn credits
└── Need more? → Send requests → spend credits
Privacy model
- Requests are end-to-end encrypted between client and serving node
- No central server sees your prompts
- Node operators only see encrypted blobs
- You choose which models your node serves
Quick setup
# Register your node
./inference-x --relay --port 8080 --credits-addr your-wallet
# Check your earnings
./ix-relay status
Status
Alpha — protocol designed, reference implementation in progress.
Part of the Inference-X community