On-chain activity
Walrus Storage Protocol
Walrus Storage Protocol implements decentralized blob storage through Red Stuff erasure coding, splitting data into distributed slivers across storage nodes with 4-5x replication factor. The system utilizes Sui blockchain for coordination, metadata management, and smart contract integration, enabling data recovery when up to two-thirds of nodes fail. Storage operations support uploading, reading, and proving blob availability through delegated proof-of-stake mechanisms using WAL token staking.
Walrus
Walrus is a decentralized blob storage network built by Mysten Labs that uses a proprietary two-dimensional erasure-coding scheme called Red Stuff to store large binary data across hundreds of independent nodes at roughly 4–5x replication — comparable to commercial cloud storage — while tolerating up to two-thirds of the network failing or acting maliciously.
Core Mechanism
At the heart of Walrus is Red Stuff, a two-dimensional erasure-coding protocol purpose-built for decentralized storage. When a user or application stores a binary large object (blob), Walrus encodes it into small data fragments called slivers, then distributes those slivers across a network of independent storage nodes. Because Red Stuff encodes across two dimensions, the original blob can be fully reconstructed even if up to approximately 66% of slivers are unavailable — whether from node crashes, network partitions, or active Byzantine attacks. This fault tolerance rivals or exceeds what IPFS, Filecoin, and Arweave offer, yet Walrus does it at a replication factor of only 4–5x. By contrast, naive full-copy replication at the same fault tolerance level would require 100x or more overhead.
Each stored blob receives an on-chain Blob ID represented as an object on the Sui blockchain. This makes Walrus storage programmable: Move smart contracts can reference, verify, transfer, or gate access to blobs the same way they handle any on-chain asset. Storage transactions and blob ownership records are anchored on Sui, while the actual data lives off-chain across the storage node network.
The network operates in epochs, a design borrowed from Sui's validator model. Node operators register stake, serve slivers within an epoch, and rotate out at epoch boundaries. On-chain proofs and challenges verify that nodes are storing what they committed to, with slashing mechanisms penalizing dishonest or unavailable operators.
Key Features
Verifiability. Every blob stored on Walrus can be independently verified by anyone without trusting the storage provider. Verification is native to the protocol rather than an optional add-on, which is significant for use cases where data integrity must be provable — AI training datasets, legal records, financial data, and blockchain archives.
Programmable access control. Blob ownership and access permissions are encoded as Sui objects. Developers can build permissioned storage marketplaces, time-locked archives, or NFT-bound media using standard Move contracts rather than custom middleware.
Chain-agnostic storage layer. Although coordination and governance run on Sui, Walrus is designed so that applications on Ethereum, Solana, and other chains can store and retrieve blobs through the same network. The storage layer does not require app users or developers to hold SUI or use a Sui wallet.
Cost efficiency. The 4–5x replication factor makes Walrus approximately 80% cheaper than equivalent storage guarantees on traditional decentralized alternatives that require far higher redundancy. The economics are competitive with commercial object storage providers such as AWS S3.
AI agent memory. In June 2026, Walrus launched Walrus Memory, a portable long-term memory layer for AI agents. Because LLM inference is stateless, agent conversations, reasoning chains, and checkpoints must be externalized. Walrus Memory gives agents a persistent, verifiable store that survives across sessions and applications without requiring migration when switching providers or models.
WAL Token
WAL is the native token of the Walrus network with a fixed maximum supply of 5 billion tokens. It serves three functions: paying for storage, securing the network through node-operator staking, and on-chain governance.
Token distribution at mainnet launch in March 2025 was structured to favor the community. More than 60% of supply went to community-oriented allocations: 10% as an initial airdrop to eligible participants, 43% reserved in a Community Reserve for ongoing incentives, and 10% designated for storage subsidies. Core contributors received 30%, and private investors received 7%. All categories are subject to a vesting schedule extending from the March 2025 mainnet launch through March 2033.
Storage fees paid in WAL flow to node operators as rewards for serving slivers. Delegated stakers who back node operators share in those rewards proportionally. Slashing of staked WAL for dishonest or unavailable nodes creates a deflationary mechanism and a direct economic penalty for poor performance.
Team and Funding
Walrus was designed and built by Mysten Labs, the company founded by former Meta engineers who created the Move programming language and the Diem blockchain. Mysten Labs also built Sui, which launched its mainnet in May 2023. Walrus was first announced publicly in late 2024 as part of Mysten Labs' vision for a complete decentralized application stack built around Sui.
In early 2025, the Walrus Foundation — the independent nonprofit overseeing the protocol — raised $140 million in a private token sale to fund network development and ecosystem grants. The round was led by Standard Crypto and included a16z crypto, Electric Capital, and Franklin Templeton Digital Assets.
Walrus Mainnet went live on March 27, 2025, at which point the real WAL token began circulating and the network transitioned to fully decentralized operation. A public testnet preceded the mainnet launch, allowing developers to build integrations with test tokens.
Ecosystem Integration and Adoption
Since mainnet, Walrus has accumulated a growing set of data partnerships and tooling integrations:
- Allium (March 2026): 65TB of institutional-grade blockchain analytics data made available on Walrus, enabling AI agents and researchers to query verified on-chain history.
- Tatum (April 2026): 11TB of historical blockchain datasets from multiple networks indexed and stored on Walrus for developer access.
- Lighthouse (June 2026): IPFS-native applications can migrate or mirror content to Walrus without changing their existing storage interfaces.
- Community SDKs: Third-party developers have released client libraries for Python, Swift (iOS/macOS), and Dart/Flutter, broadening the developer surface beyond the official Rust and TypeScript SDKs.
NFT projects use Walrus to store metadata and media assets on-chain. DeFi protocols use it for real-time transaction logs and website hosting. Blockchain archive services use Walrus to store full historical ledger data at a cost that makes permanent retention economically viable.
Ecosystem Fit for Solana Developers
Walrus's chain-agnostic storage layer means Solana application developers can use it without leaving the Solana ecosystem at the application layer. Solana programs can reference Walrus Blob IDs as external pointers to large data sets — a practical solution for use cases where storing substantial data on-chain is prohibitively expensive. Given Solana's strengths in high-throughput transaction processing but limited on-chain storage capacity, Walrus offers complementary infrastructure for NFT platforms, DePIN projects, data markets, and AI agent frameworks that need durable, verifiable off-chain storage at scale.
Contents
- Core Mechanism
- Key Features
- WAL Token
- Team and Funding
- Ecosystem Integration and Adoption
- Ecosystem Fit for Solana Developers
Solana Token Markets