Analysis updated 2026-05-18
Get one universal API key that automatically fails over between AI providers.
Contribute idle AI API credits to earn USDC on Solana for calls served.
Let an AI agent pay per API call without signing up for an account.
Avoid juggling separate billing dashboards across multiple AI providers.
| mukul601/jellynet-frontier | 0xhassaan/nn-from-scratch | 3ks/embedoc | |
|---|---|---|---|
| Stars | 0 | 0 | — |
| Language | Python | Python | Python |
| Last pushed | — | — | 2023-06-08 |
| Maintenance | — | — | Dormant |
| Setup difficulty | moderate | moderate | hard |
| Complexity | 4/5 | 4/5 | 1/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a Solana wallet and USDC for suppliers or agent payments via x402.
JellyNet is a capacity-sharing marketplace for AI API access. The problem it addresses is that developers working with multiple AI providers (for inference, chat, coding, etc.) must juggle separate API keys, billing dashboards, and rate limits for each. When one provider hits its rate limit or goes down, the developer's application breaks. JellyNet solves this from two directions. Buyers get a single universal API key (jn_xxx) that routes their requests across a pool of providers. If one provider is rate-limited or unavailable, JellyNet automatically routes to the next available key. Suppliers are developers or teams who have idle API credits, they contribute their unused keys to the pool and earn USDC (a cryptocurrency pegged to the US dollar) on the Solana blockchain for every call their key serves. The economics are split 60% to the supplier, 30% saved by the buyer compared to retail prices, and 10% kept by the platform. Suppliers who contribute their own keys can use the platform for free, they only pay when using capacity they didn't contribute. A third use case targets AI agents specifically: autonomous software systems can pay per call using a payment header (via the x402 protocol) without needing to sign up for an account or provide a credit card. The backend is written in Python using Flask, hosted on Fly.io, with a PostgreSQL database. The frontend is built with Next.js and TypeScript. Solana blockchain integration handles payment verification and settlement. The full README is longer than what was provided.
A marketplace where developers pool spare AI API keys, buyers get one universal key, and suppliers earn crypto for unused capacity.
Mainly Python. The stack also includes Python, Flask, Next.js.
No license information is stated in the provided README excerpt.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.