Built for builders who value freedom

Tired of Pinata's Limits?
Switch to Netrix.

Zero KYC. Crypto payments. Self-hostable. No vendor lock-in.
Keep your CIDs, ditch the restrictions. Migrate in minutes.

Netrix vs Pinata

Side-by-side. No spin. Just the facts.

Feature ⬡ Netrix Pinata
Identity Required Wallet only — no KYC Email + verification
Payment Methods ETH on Base (crypto-native) Credit card only
Free Tier 100 MB, 10 req/min 1 GB (limited features)
Pro Tier Price $10/mo — 100 GB $20/mo — 100 GB
Rate Limits 10K req/min (Pro) Limited — varies by plan
Open Source Fully open source Proprietary
Self-Hostable Run your own node Cloud-only
Vendor Lock-In None — your keys, your node Full dependency
Data Privacy Zero data collection ? Unclear policy
IPFS Gateway Built-in Dedicated gateway
REST API Clean, documented Yes

Pinata

  • Email + verification required
  • Credit card only
  • 1 GB free tier
  • $20/mo — 100 GB
  • Proprietary
  • Cloud-only
  • Full vendor dependency
  • ? Data policy unclear
  • Dedicated gateway
  • REST API

Why Builders Switch to Netrix

Four reasons that matter when your project depends on pinning.

🔒

Zero KYC

No email. No identity verification. No corporate onboarding. Your wallet address is your identity. We don't collect personal data because we don't need it — and we never will.

Crypto Payments

Pay with ETH on Base. No credit cards, no invoices, no fiat rails. Direct on-chain payments with full transparency. Your treasury stays in crypto — so does ours.

🖥️

Self-Hostable

Fully open source. Run your own Netrix instance on your own infrastructure. No vendor lock-in, no black boxes. Fork it, host it, own it. Your data stays yours.

🔓

No Vendor Lock-In

Standard IPFS pinning API. Works with any IPFS node. Export your pins anytime. If you outgrow us, you take your data with zero friction. That's how it should be.

Migrate in 3 Steps

Moving your pins from Pinata to Netrix is straightforward. Here's how.

1

Get Your Netrix API Key

Connect your wallet, pick a tier (free works), and grab your API key. Takes 30 seconds. No email required.

# Free tier — zero cost, instant key
# Visit: https://pin.netrix.dev/#get-api-key
# Or use the API:
curl -X POST https://pin.netrix.dev/api/keys \
  -H "Content-Type: application/json" \
  -d '{"wallet": "0xYourAddress"}'
2

List Your Pinata CIDs

Export all your pinned CIDs from Pinata using their API. You'll re-pin each one to Netrix.

# Get your pins from Pinata
curl https://api.pinata.cloud/data/pinList \
  -H "Authorization: Bearer PINATA_JWT" \
  | jq '.rows[].ipfs_pin_hash'
3

Re-Pin to Netrix

Pin each CID to Netrix. Your content stays on IPFS — you're just adding another pin provider. No re-upload needed.

# Pin each CID to Netrix
curl -X POST https://pin.netrix.dev/pins \
  -H "Authorization: Bearer NETRIX_KEY" \
  -H "Content-Type: application/json" \
  -d '{"cid": "QmYourContentHash"}'

Built for Reliability

Infrastructure that stays up so your dApps don't go down.

99.9% Uptime SLA
<100ms API Latency
0 Data Breaches
No KYC Ever

"We built Netrix because we were tired of gatekeepers. Your pins shouldn't require a credit check."

Ready to switch?

Join the builders who chose freedom over friction. Get your free API key in 30 seconds — no email, no credit card, no KYC.