Federated inference network — share idle compute, earn credits. https://inference-x.com
Go to file
2026-02-25 17:29:56 +00:00
.gitignore Initial commit 2026-02-25 00:53:35 +00:00
ix_relay.py chore: remove internal framework references 2026-02-25 02:56:55 +00:00
LICENSE Initial commit 2026-02-25 00:53:34 +00:00
README.md docs: professional README — Feb 2026 2026-02-25 17:29:56 +00:00
requirements.txt Initial commit 2026-02-25 00:53:35 +00:00

IX Relay

Federated inference network — share compute, earn credits

Status

inference-x.com


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