Back

Blog details

AIOZ Pin: The Ultimate Web3 IPFS Storage Solution

AIOZ Network
4 min readMarch 25, 2024
ipfsaioz-pin

AIOZ Pin is a decentralized file storage solution built on the AIOZ DePIN, a distributed network of independent nodes rather than one company's data centers. That structural difference is what everything else about AIOZ Pin, its pricing, its resilience, its approach to NFT storage, actually traces back to, so it's worth starting there before getting into features.

TL;DR:

  • AIOZ Pin runs on the AIOZ DePIN, a distributed network of independent nodes, not one centralized provider's infrastructure
  • It's built specifically to address the traditional IPFS experience's rough edges: technical complexity, inconsistent data persistence, latency, and sparse documentation
  • Core features: unlimited pinned files (no hard technical cap, though not free past 40,000), dedicated premium gateways, a built-in CDN layer, and NFT upload and management tooling
  • Content addressing means every file's identifier is derived from its own contents, so tampering with a file changes its identifier and breaks the reference, making silent tampering structurally difficult
  • Real use cases span digital artists and creators, NFT marketplaces, NFT games, and metaverse applications, anywhere persistent, verifiable file storage matters

Why Traditional IPFS Needed a Layer Like This

Raw IPFS solves decentralized storage and addressing, but using it directly comes with real friction: setting up and maintaining your own node, no guarantee that unpinned content stays available, latency that varies by which peer happens to be serving a file, and documentation that's often sparse or scattered across different implementations. AIOZ Pin exists to remove that friction, keeping IPFS's actual properties, content addressing, decentralization, censorship resistance, while making the experience of actually using it closer to a managed service.

Core Features

  • Unlimited pinned files. No hard technical cap on file count. This isn't the same as free at any volume, the first 40,000 pinned files are included and additional files are billed per 1,000, but there's no ceiling forcing a migration once a project scales past an arbitrary limit.
  • Dedicated premium gateways. Optimized, non-rate-limited access points for retrieving pinned content, distinct from the shared public gateway that's subject to standard rate limits.
  • Built-in CDN layer. Frequently requested content gets cached and served through AIOZ's distribution layer, reducing the latency variability that comes with pulling directly from whichever peer happens to have a file.
  • Well-documented SDK and API. A Node.js SDK (@aioznetwork/aioz-pin-sdk) with methods for pinning files, folders, and NFT metadata, plus a full REST API for teams that want to build their own tooling on top.
  • NFT upload and management. Purpose-built support for minting workflows, so NFT metadata and media get pinned and tracked without extra custom tooling.

How Content Addressing Actually Protects Data Integrity

Every file stored through AIOZ Pin gets a Content Identifier (CID), a value derived cryptographically from the file's own contents. Change even one byte of the file, and the CID changes with it. That property is what makes tampering structurally difficult to hide: a file claiming to be the original but that's actually been altered would carry a different CID, and anyone checking the reference would see the mismatch immediately, rather than having to trust the storage provider's word that nothing changed.

Real Use Cases

  • Artists and creators. Storing and showcasing digital artwork, music, and video with decentralized, censorship-resistant hosting.
  • NFT marketplace platforms. Reliable, verifiable storage for the media and metadata that back the assets a marketplace lists.
  • NFT games. Persistent storage for in-game assets, character data, and multimedia tied to on-chain items.
  • Metaverse applications. Storage for the 3D models, textures, and audio a virtual environment depends on to render consistently for every user.

What Running on a DePIN Actually Changes

The distinction between AIOZ Pin and a conventional storage provider isn't cosmetic. A conventional provider's reliability depends on that one company's own data centers staying online. AIOZ Pin's underlying DePIN spreads storage and delivery across many independent node operators, so no single operator going offline takes the whole network down with it, and no single company's infrastructure decisions dictate pricing or availability unilaterally. That's also the structural reason AIOZ Pin can run pay-as-you-go billing rather than fixed subscription tiers: costs scale with actual usage across a distributed network instead of needing to justify one provider's fixed overhead.

Frequently Asked Questions

What makes AIOZ Pin different from a traditional IPFS setup? It runs on AIOZ's own distributed DePIN node network with managed pinning, dedicated gateways, and a built-in CDN layer, removing the operational overhead of running your own IPFS node while keeping IPFS's actual properties intact.

Does "unlimited pinned files" mean pinning is free at any volume? No. It means there's no hard technical cap on file count. The first 40,000 pinned files are included in the base price; additional files are billed per 1,000 beyond that.

How does content addressing prevent tampering? A file's Content Identifier is derived from its own contents. Altering the file changes its CID, so a tampered file can't silently pass as the original, the mismatch is visible to anyone checking the reference.

What kinds of projects actually use AIOZ Pin? NFT platforms, digital artists and creators, NFT games, and metaverse applications are the most common, anywhere persistent, verifiable file storage for media or metadata matters.

Do I need to run my own IPFS node to use AIOZ Pin? No. AIOZ Pin handles the node infrastructure, pinning, and gateway access, so integration happens through its SDK, API, or CLI instead of managing infrastructure directly.

References

We only send updates when meaningful changes ship, and you can unsubscribe anytime

Related Content

blog thumbnail

Content Moderation on IPFS: What Actually Happens

Pinning services can remove their own copy of a file. They cannot remove it from IPFS. Here is exactly what a takedown does and does not accomplish.

5 min readSeptember 12, 2026
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