Explore how pinning, distributed storage, and decentralized infrastructure work together to keep data reliably available.

Go to AIOZ Pin

Latest from AIOZ Pin

The newest guides, updates and reports about AIOZ Pin and related infrastructure across the AIOZ ecosystem.

blog thumbnail

IPFS Transports: TCP vs. QUIC Explained

libp2p connections can run over more than one transport. Here is exactly what changes with QUIC instead of TCP, and why IPFS dials both at once.

AIOZ Network
5 min readSeptember 11, 2026
blog thumbnail

GossipSub: How IPFS's PubSub Layer Actually Works

The DHT answers who has a CID. GossipSub answers a different question: how do peers push real-time updates to everyone listening, without a lookup at all.

AIOZ Network
5 min readSeptember 10, 2026
blog thumbnail

Helia: IPFS's Modern JavaScript Implementation

js-ipfs is deprecated. Helia is what replaced it: a modular, TypeScript-first IPFS implementation built for the browser and Node.js. Here is how it fits.

AIOZ Network
5 min readSeptember 09, 2026

All

IPFS

Case Studies

Announcement

blog thumbnail

IPFS Transports: TCP vs. QUIC Explained

libp2p connections can run over more than one transport. Here is exactly what changes with QUIC instead of TCP, and why IPFS dials both at once.

5 min readSeptember 11, 2026
blog thumbnail

GossipSub: How IPFS's PubSub Layer Actually Works

The DHT answers who has a CID. GossipSub answers a different question: how do peers push real-time updates to everyone listening, without a lookup at all.

5 min readSeptember 10, 2026
blog thumbnail

Helia: IPFS's Modern JavaScript Implementation

js-ipfs is deprecated. Helia is what replaced it: a modular, TypeScript-first IPFS implementation built for the browser and Node.js. Here is how it fits.

5 min readSeptember 09, 2026
blog thumbnail

IPLD Selectors: Fetching Part of a DAG, Not All of It

Not every retrieval needs the whole DAG. IPLD Selectors describe exactly which nodes to traverse and match, so a client can fetch a slice, not everything.

5 min readSeptember 08, 2026
blog thumbnail

ipfs:// in the Browser: How It Actually Works

Almost no browser understands ipfs:// links natively. Here is exactly why, what IPFS Companion actually does about it, and why gateway URLs took over instead.

5 min readSeptember 07, 2026
blog thumbnail

IPFS Private Networks: Swarm Keys Explained

IPFS private networks use a shared secret, a swarm key, to restrict which peers can connect at all. Here is how it works, and how it differs from pinning.

5 min readSeptember 06, 2026
blog thumbnail

How Multi-Node Pinning Services Replicate Content

A single node either pins a file or it doesn't. Here is the general pattern multi-node pinning services use instead: replication factors and allocation.

5 min readSeptember 05, 2026
blog thumbnail

CAR Files: How IPFS Packages a DAG Into One File

A CAR file packages an entire IPFS DAG, blocks and all, into one portable archive. Here is exactly how the format works and why it exists at all.

5 min readSeptember 04, 2026
blog thumbnail

IPFS Bitswap Ledgers: How Peers Decide Who to Trust

Bitswap has no payment system, so how does it stop freeloaders? Each peer keeps a ledger and a debt ratio, and gets stingier with peers who never give back.

5 min readSeptember 03, 2026
blog thumbnail

IPLD: The Data Model Underneath IPFS's Merkle DAG

IPLD is the general data model that makes IPFS's Merkle DAG work for more than files. Here is how the Data Model, codecs, and multicodecs actually fit together.

5 min readSeptember 02, 2026
blog thumbnail

Why IPFS Provider Records Expire and Get Renewed

Being pinned is not the same as being findable. IPFS provider records expire, and nodes have to keep re-announcing content to the DHT to stay discoverable.

5 min readSeptember 01, 2026
blog thumbnail

DNSLink: Pointing a Domain Name at IPFS Content

DNSLink lets a regular domain name resolve to IPFS content using nothing but a DNS TXT record. Here is the exact syntax and how it compares to IPNS.

5 min readAugust 31, 2026
We only send updates when meaningful changes ship, and you can unsubscribe anytime