Mukul Israni

JellyNet - Sell your idle API quota. Buy any LLM for less.

by
JellyNet is an API capacity-sharing marketplace. Suppliers contribute idle API keys across 40+ LLM providers and earn USDC for every call served. Buyers get instant access through one universal API key with automatic failover across the entire pool. AI agents pay per-call using the x402 payment protocol — no signup, no API key management. Just a standard HTTP request with a USDC micropayment on Solana. Self-serve: your own keys serve your own calls first & free.

Add a comment

Replies

Best
Mukul Israni
Maker
📌
Hey Product Hunt! 👋 I'm Mukul, solo founder of JellyNet. Here's the problem that wouldn't leave my head: I pay for API subscriptions across OpenAI, Anthropic, Google, ElevenLabs, Mistral, and a dozen others. Most months, I use maybe 30-40% of my quota. The rest just expires. Multiply that by every developer, startup, and AI team out there — we're collectively wasting millions in unused API capacity every month. JellyNet fixes this. It's an API capacity-sharing marketplace: For Suppliers (people with API keys): → Paste your idle API keys into JellyNet → We pool them into a shared capacity layer → Every time someone uses capacity from your keys, you earn USDC → Your own calls use your own keys first — completely free → You only start earning when others consume from your pool For Buyers (developers and AI agents): → One universal API key (jn_xxx) works across 40+ LLM providers → Weighted-random rotation across the entire pool — automatic failover → If one key hits a rate limit, we silently retry on the next one → No vendor lock-in, no provider-specific SDKs For AI Agents (the x402 flow): → Send a standard HTTP request to our endpoint → Get back a 402 Payment Required with a USDC price → Pay the micropayment on Solana, retry with proof → Get the upstream response — no account, no key, no signup → This is the HTTP 402 status code working as originally intended What's live today: - 40+ supported providers (OpenAI, Anthropic, Google, Mistral, Cohere, ElevenLabs, Replicate, Stability AI, Voyage, and many more) - Universal API key with weighted pool rotation - x402 agent payment rail on Solana - Fiat payments via Stripe for human buyers (coming soon) - Epoch-based revenue distribution (8-hour cycles) - Real-time supplier dashboard with earnings tracking - Automatic 429/rate-limit retry with silent key rotation The economics: - Suppliers earn 60% of every call served (native-call mode) - Buyers get 30% below retail pricing - JellyNet takes 10% - Your own keys serve your own calls FREE — payment only happens when you consume from other suppliers' pools I built JellyNet because I believe the next wave of AI infrastructure isn't about building more capacity — it's about better utilizing what already exists. Every idle API key is wasted value. Every rate-limited developer is a missed opportunity. This is real P2P "capacity sharing" — the Airbnb model applied to API subscriptions. You're not reselling; you're sharing surplus capacity and getting compensated for it. Would love to hear from the PH community: What API subscriptions do you pay for but barely use? That's exactly the surplus JellyNet turns into income. 🪼 Try it out → https://www.jellynet.net Join our Group → https://t.me/jellynet
Mukul Israni

Quick breakdown of what you can actually do right now:

🛒 Browse the marketplace (no login needed) — jellynet.net/marketplace
→ 40 providers across 12 categories: LLMs, image gen, speech, embeddings, vision, crypto, market data

🔑 As a buyer:
→ Sign up, get a universal jn_xxx key
→ Swap your provider URL to api.jellynet.net — that's it, no SDK
→ Smart routing picks the cheapest available key. If it 429s, silent retry on the next one.

💰 As a supplier:
→ Paste your idle API keys
→ Your own calls run free first
→ Surplus earns you 60% per call served
→ 8-hour payouts in USDC or fiat 🤖 For AI agents:
→ x402 micropayments on Solana — no signup, no API key, just pay-per-call with USDC

$5 free credits on signup to try it out.

We broke down the full story in a thread here: https://x.com/jellynet_/status/2058452265095278629?s=20

Would love honest feedback — what's missing, what's confusing, what would make you actually use this. We're building in public and every comment shapes what ships next 🙏

Dmitrii Volosatov

This is a pretty unusual take on the LLM API problem. How do you handle reliability and trust when requests are routed through supplier contributed API capacity?

Mukul Israni

@dmitrii_volosatov Great question — trust is the core design challenge.

Three layers handle it:

First, every API key goes through a validation call before entering the pool. If it doesn't return a valid response, it's rejected.

Second, routing uses weighted-random rotation across the supplier pool. If a call fails (5xx or rate limit), the router silently retries on the next available key — default 3 retries within a 9-second budget, buyer-configurable. No single key is a bottleneck.

Third, the economics enforce trust: suppliers only earn when their keys successfully serve calls. Failed calls = auto-refund to buyer, zero payout to supplier. Direct financial incentive to contribute reliable keys.

On the privacy side, we're building toward end-to-end ZK encryption for prompts and responses so that content is never exposed in transit between buyer and supplier infrastructure — neither JellyNet nor the supplier can read what's being sent. Early stage on that but it's core to the roadmap.

Edward Tran

I have codex pro plan that i dont use all of its quota, does it work with coding plan too or just api keys?

Mukul Israni

@giaphutran12 Great question!
Right now JellyNet works with API keys only — so any provider where you have an API key with unused quota, you can list it.
Web-session/subscription sharing (like Codex Pro, ChatGPT Plus, etc.) is actively on our roadmap — it's one of our most requested features. The idea is you'd share your idle session capacity the same way you share API keys today.
We'll announce it as soon as it's ready. In the meantime, if you have any API keys sitting around (OpenAI, Anthropic, Google, etc.), those work today and you can start earning right away! Thanks for the interest 🙏

Karim Ben

How do you prevent someone from burning through a supplier’s quota with spam or risky prompts?