Hello Everyone
I built a decentralized AI inference marketplace on top of Swarm and Gnosis. Anyone with a GPU can sell inference; anyone can buy it with xBZZ — no API key, no central gateway, no rate limit.
It looks like this:
Run the provider container against your local Ollama/vLLM, stake xBZZ, publish per-million-token prices. Earn xBZZ as jobs come in.
Run the gateway container, point any OpenAI-compatible app (OpenWebUI, LibreChat, Continue.dev, your own SDK) at localhost:3000/v1. Pay per token to whichever provider the market picks for you.
ffaerber•1h ago
It looks like this:
Run the provider container against your local Ollama/vLLM, stake xBZZ, publish per-million-token prices. Earn xBZZ as jobs come in. Run the gateway container, point any OpenAI-compatible app (OpenWebUI, LibreChat, Continue.dev, your own SDK) at localhost:3000/v1. Pay per token to whichever provider the market picks for you.
repo: https://github.com/ffaerber/t4t
i also created a hosted gateway: https://t4t-gateway.com For all those who don't want to run their own gateway.