Skip to content
60 changes: 60 additions & 0 deletions content/concepts/introduction/users.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
---
title: "Who uses libp2p"
description: libp2p is used by many blockchain networks, p2p applications, and edge computing projects.
weight: 19
aliases:
- "/introduction/libp2p-users"
---

When learning about libp2p, it can be helpful to understand how various projects and applications have integrated and benefitted from libp2p over the years.
As a modular peer-to-peer networking framework, usage of libp2p can look very different when powering large-scale blockchain networks, vs enabling robust p2p applications, vs underpinning flexible edge computing and agent coordination.

A few notable users of libp2p include:

| Project | Description |
|---------------|---------------------------------|
| **IPFS** | IPFS initially created and still uses libp2p for decentralized peer-to-peer communication and content distribution. IPFS has achieved significant growth to hundreds of thousands of nodes and billions of weekly content requests, where libp2p enables efficient and secure peer-to-peer communication & interop. |
Comment thread
p-shahi marked this conversation as resolved.
Outdated
| **Filecoin** | Filecoin has become the largest decentralized storage network, surpassing competitors in storage capacity and adoption. It uses libp2p to ensure robust networking, peer discovery, routing, and message propagation - enabling efficient data storage and retrieval. |
Comment thread
p-shahi marked this conversation as resolved.
Outdated
| **Ethereum** | The integration of libp2p into Ethereum 2.0 has been instrumental in achieving scalability and decentralization. It also played a key role in the network's transition to proof-of-stake, which reduced energy consumption by 99.95%. |
Comment thread
p-shahi marked this conversation as resolved.
Outdated
| **Optimism** | Optimism uses libp2p as a core component of its networking infrastructure, particularly in its op-node implementation. |
Comment thread
p-shahi marked this conversation as resolved.
Outdated
| **Celestia** | Celestia uses libp2p for its data availability sampling (DAS) network, which enables light nodes to perform DAS by querying random data shares and verifying their availability. |
Comment thread
momack2 marked this conversation as resolved.
Outdated
Comment thread
p-shahi marked this conversation as resolved.
Outdated
| **Polkadot** | Polkadot leverages libp2p as part of its Substrate-based architecture. Libp2p enables Polkadot's scalability by facilitating seamless communication across its heterogeneous blockchain ecosystem, including parachains and parathreads. |
| **MetaMask** | MetaMask created js-libp2p-multicast-conditional, an experimental tool for conditional multicast using libp2p. |
Comment thread
p-shahi marked this conversation as resolved.
Outdated
| **Uniswap** | Ethereum's transition to proof-of-stake, facilitated in part by libp2p, has created a more sustainable and efficient environment for decentralized applications like Uniswap to operate. |
| **Base Network (Coinbase)** | By leveraging libp2p, Base has created a robust peer-to-peer infrastructure that can handle efficient communication between nodes, crucial for its role in scaling Ethereum transactions. |
Comment thread
p-shahi marked this conversation as resolved.
Outdated
| **Polygon** | The Polygon Edge framework and Polygon Supernets leverage libp2p for modular, extensible, and fast networking, enabling features like block syncing and consensus. By leveraging libp2p, Polygon has created a scalable infrastructure that can handle millions of transactions per day smoothly. |
Comment thread
p-shahi marked this conversation as resolved.
Outdated
| **Starknet, Pathfinder / Madara** | Starknet's p2p network is divided into three networks (Sync, Mempool, Consensus), all of which use libp2p for different purposes. libp2p enables Starknet to implement custom security policies, auth requirements, and capability filtering for each network separately. |
Comment thread
p-shahi marked this conversation as resolved.
Outdated
| **Huddle01** | Huddle01 aims to reduce costs by 95% compared to traditional centralized communication platforms like Zoom, Skype, and Google Meet, partly due to its efficient p2p infrastructure powered by libp2p. |
Comment thread
p-shahi marked this conversation as resolved.
Outdated
| **Espresso Systems** | The implementation of libp2p has facilitated Espresso's goal of enabling cross-chain interactions that operate as if on one chain. |
Comment thread
p-shahi marked this conversation as resolved.
Outdated
| **Magi (by a16z)** | Magi is an OP Stack rollup client developed by Andreessen Horowitz (a16z) that implements libp2p as part of its networking stack. |
Comment thread
p-shahi marked this conversation as resolved.
Outdated
| **Berty** | Berty is a secure, privacy-focused messaging app leveraging a custom version of OrbitDB on top of libp2p to organize and store messages in a decentralized manner. |
Comment thread
momack2 marked this conversation as resolved.
Outdated
Comment thread
p-shahi marked this conversation as resolved.
Outdated
| **Flow** | Flow has established itself as a leading blockchain for NFTs and decentralized applications, partly due to its efficient networking layer built on libp2p. |
Comment thread
p-shahi marked this conversation as resolved.
Outdated
| **Oasis** | Oasis Network utilizes libp2p for peer-to-peer communication in its consensus layer, which is responsible for maintaining the network's state and validating transactions. |
Comment thread
p-shahi marked this conversation as resolved.
Outdated
| **Mina** | By leveraging libp2p, Mina has achieved a lightweight blockchain of only 22KB, enabling efficient scalability and decentralized communication. This has significantly enhanced the network's performance and accessibility. |
Comment thread
p-shahi marked this conversation as resolved.
Outdated
| **EdgeVPN** | EdgeVPN uses a lightweight blockchain built on top of libp2p to store and propagate network metadata, such as service UUIDs, IP addresses, and DNS records. This blockchain serves as a coordination mechanism between nodes.|
Comment thread
p-shahi marked this conversation as resolved.
Outdated
| **Status-go / status.im** | Status has developed nim-libp2p, a Nim implementation of libp2p, which is used in projects like Codex, Waku, and Nimbus. |
Comment thread
p-shahi marked this conversation as resolved.
Outdated
| **Fluence Network, nox, aquavm** | Fluence's use of libp2p has contributed to its ability to provide verifiable computation, a crucial feature for ensuring trust in decentralized systems. |
Comment thread
p-shahi marked this conversation as resolved.
Outdated
| **Ceramic** | Ceramic's use of libp2p has contributed to its ability to handle high-volume application data with web-scale volume and latency; libp2p has also enabled IDX, Ceramic's decentralized identity solution. |
Comment thread
p-shahi marked this conversation as resolved.
Outdated
| **Nethermind, juno, dotnet-libp2p** | By leveraging libp2p, Nethermind has positioned its projects (Juno and dotnet-libp2p) to contribute significantly to the decentralization and scalability of blockchain networks, particularly in the Ethereum and Starknet ecosystems. |
Comment thread
p-shahi marked this conversation as resolved.
Outdated
| **Drand / Randamu** | Libp2p enables direct peer-to-peer communication between Drand nodes, allowing for decentralized randomness generation and distribution. |
Comment thread
p-shahi marked this conversation as resolved.
Outdated
| **Avail** | By utilizing libp2p, Avail has created a robust, scalable, and efficient light client network that enhances its data availability guarantees and improves user experience in interacting with the blockchain. |
Comment thread
p-shahi marked this conversation as resolved.
Outdated
| **Prysm (Prysmatic Labs)** | The adoption of libp2p has allowed Prysm to be interoperable with other Ethereum consensus clients, contributing to client diversity in the ecosystem. |
Comment thread
p-shahi marked this conversation as resolved.
Outdated
| **Lighthouse (Sigma Prime)** | The adoption of libp2p aligns with Lighthouse's security-first mindset, allowing for extensive reviews and monitoring of the networking stack. |
Comment thread
p-shahi marked this conversation as resolved.
Outdated
| **Arbitrum** | Arbitrum, which uses libp2p as part of its networking stack, has established itself as the most dominant and adopted L2 chain in the Ethereum rollup ecosystem, commanding approximately 50% of the L2 market share. |
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IIUC Arbitrum itself doesn't depend on libp2p (although as an Ethereum L2 there's ofc an implicit dependency). Am I mistaken?

| **Spacedrive** | Spacedrive implements a lazy connection system using libp2p, which establishes connections only when needed and closes them after a period of inactivity to preserve battery life and reduce network usage. |
Comment thread
p-shahi marked this conversation as resolved.
Outdated
| **Nym** | Nym's mixnet technology is integrated with libp2p to provide network-level privacy protection. The Nym libp2p module can be used by Ethereum validators to shield their network traffic, preventing IP address and metadata leakage. |
Comment thread
p-shahi marked this conversation as resolved.
Outdated
| **Mantle** | Mantle's use of libp2p contributes to its efficient peer-to-peer communication and block propagation, which are crucial for its L2 solution. |
Comment thread
p-shahi marked this conversation as resolved.
Outdated
| **Nillion** | Compute nodes in the Nillion network are configured as relay servers using libp2p's Circuit Relay protocol. |
Comment thread
p-shahi marked this conversation as resolved.
Outdated
| **Aave** | Leveraging libp2p's flexibility, Aave has successfully expanded to multiple blockchain networks, including Ethereum, Polygon, and Avalanche - increasing Aave's ecosystem expansion, with over 100 integrated projects and applications. |
Comment thread
p-shahi marked this conversation as resolved.
Outdated
| **Bittorrent FS** | By leveraging libp2p for peer-to-peer networking and stream management, BTFS has improved its scalability, supporting a growing ecosystem of users and developers. |
Comment thread
p-shahi marked this conversation as resolved.
Outdated
| **Internet Computer (IC)** | Internet Computer's networking layer built on libp2p has successfully implemented Byzantine Fault Tolerant (BFT) protocols, enhancing the security and reliability of the IC. |
Comment thread
p-shahi marked this conversation as resolved.
Outdated
Comment thread
p-shahi marked this conversation as resolved.
Outdated
| **Spritely** | Spritely uses libp2p as a networking layer for its Goblins distributed object programming environment. |
Comment thread
p-shahi marked this conversation as resolved.
Outdated
| **Iotex Project** | IoTeX uses libp2p for its robust networking infrastructure and peer to peer connectivity. |
Comment thread
p-shahi marked this conversation as resolved.
Outdated
| **Algorand** | Algorand is implementing libp2p to transition away from relying on centralized relay nodes, moving towards a more decentralized network structure. |
Comment thread
p-shahi marked this conversation as resolved.
Outdated
| **Peergos** | Peergos uses libp2p to build a peer-to-peer encrypted global filesystem with fine-grained access control, enhancing user privacy and data security. |
Comment thread
p-shahi marked this conversation as resolved.
Outdated
| **Moonbeam** | libp2p enables seamless communication between different blockchain networks, which aligns with Moonbeam's goal of providing an easy path to multi-chain implementation. |
Comment thread
p-shahi marked this conversation as resolved.
Outdated
| **MultiversX** | MultiversX's adoption of libp2p has contributed to improved connectivity with support for multiple transport protocols. |
Comment thread
p-shahi marked this conversation as resolved.
Outdated
| **Taiko Labs** | Taiko Labs has leveraged libp2p to build a robust, scalable, and efficient ZK-Rollup infrastructure. |
Comment thread
p-shahi marked this conversation as resolved.
Outdated
| **webAI** | webAI uses libp2p to provide a distributed AI model training and inference platform for businesses. |
Comment thread
p-shahi marked this conversation as resolved.
Outdated

This list of notable users is incomplete and constantly growing. Additions are welcome and can be added via [PR on Github](https://github.com/libp2p/docs/tree/master/content/concepts/introduction).
Comment thread
p-shahi marked this conversation as resolved.
Outdated