🚀 devnet is LIVE! The journey to resilient infrastructure begins.
The first permissionless orchestration layer
Pangea Network orchestrates node operators to ensure high quality of service delivering an all you can eat buffet menu of AI Inference, Indexing and RPC services.
Orchestration to solve real world problems
DeFi infrastructure that leverages the benefits of blockchain technology now streams across our P2P network for unparalleled performance handling 90ms from chain tip and 533k TPS.
Blocks Ahead Comparison
Pangea
Others
The Benefits of Blockchain Infrastructure
Permissionless infrastructure means chains and protocols are free to incentivise the support of high fidelity infrastructure. The network connects users direct to validators for performance and downtime prevention. Consensus mechanisms means validators have an economic incentive to provide quality to networks' users.
No Middleman
Colocation
Resilience
Assurance
Value Proposition
Useable Data for useable dApps
01. Useable Data
Pangea provides useable data to Chains, dApps and Protocols. Data is easy to access and provides great UX and flexibility.
02. Crypto's fastest data
Pangea provides data within milliseconds of the latest block allowing teams to iterate and build faster.
03. Rich Insights
Pangea combines multiple datasets to provide rich insights, empowering users with comprehensive and actionable data analysis.
04. Modular Ready
Pangea offers reusable building blocks that support high TPS, cross-chain functionality, and modular architecture, enabling seamless integration and scalability.
05. Single Source of Data
Pangea functions as a single source of data for chains, dApps and Protocols. Pangea is cross chain and MultiVM.

Pangea use cases
Pangea data powers chains, protocols, and dApps across the crypto stack.
Trusted by our innovative partners













How It Works
Build your way.
Experience better
View documentation
Step 1: Talk to our data specialists
Deep dive into your data needs to identify your key problems and issues.
Step 2: Access usable data
Get the data you need while enjoying support from a Pangea data specialist.
Step 3: Build and scale
Focus on building your project while saving time and resources on your data needs.
use std::collections::HashSet;
use futures::StreamExt;
use pangea_client::{
core::types::{format::Format, ChainId},
provider::UniswapV3Provider,
query::Bound,
requests::uniswap_v3::GetPricesRequest,
ClientBuilder,
WsProvider,
};
#[tokio::main]
async fn main() {
dotenv::dotenv().ok();
let username = std::env::var("PANGEA_USERNAME").unwrap();
let password = std::env::var("PANGEA_PASSWORD").unwrap();
let url = std::env::var("PANGEA_URL").unwrap_or("app.pangea.
foundation".to_string());
// setup websocket client
let client = ClientBuilder::default()
.endpoint(&url)
.credential(&username, &password)
.build::<WsProvider>()
.await
.unwrap();
// subscribe to prices
let request = GetPricesRequest {
chains: HashSet::from([ChainId::ETH]),
from_block: Bound::Latest,
to_block: Bound::Subscribe, // real-time
// for historical data without subscription uncomment below
// from_block: Bound::FromLatest(100),
// to_block: Bound::Latest,
..Default::default()
};
Powering Seamless Integration
Pangea is designed to integrate effortlessly into your platform, providing an enriched user experience without the complexities. Our codebase is built with flexibility and ease of use in mind. Here's how our integration works:
Modular Architecture:
Our code is structured using a modular approach, allowing you to pick and choose the components you need.
Clean API Design:
We’ve crafted a clean and intuitive API that abstracts away the complexities of chat implementation. With just a few lines of code, you can enable Pangea feature.
Comprehensive Documentation:
To ensure a smooth integration process, we've provided detailed documentation, code examples, and best practices.
View Documentation
Pangea provides useable data for cross-chain applications.
Our data is both real-time and historical with multiple use cases. Pangea data delivers the best user experience. Customers include dApps, chains, and protocols.
Pangea offers the first immersive web3 environment: users can access blockchain data at the level they want, whether it is raw data straight from the chain or aggregated data for higher-level insights. Pangea streams data straight to you on your local machine. This means users own their data.
Our data empowers builders to innovate and iterate faster providing verifiable and trustless data. Our infrastructure offers one interface into crypto which users can then build on. Pangea data is well-placed to power the next generation of modular and high TPS blockchains.
Testimonials

“By using [Pangea], we can stay on top of the information game and use the quality results that we get.”
Fyde Treasury Management

“Not only are they building the most essential railroads and supplying the data this industry needs to build on, I’ve rarely had the privilege of working with such a talented and earnest team.”
Una

“[Pangea] is a blazing-fast next-gen indexer.”
Movement Labs

“Both James and Max have a steadfast vision of how an open, fast, and decentralized index protocol will win.”
Blockchain Capital

“Leveraging Pangea for capturing and managing crypto transactions for financial reporting purposes has proven to be a game-change”
Stratom

“[Pangea] feels like an evolution of the RPC node in that regard.”
Nikola, DeFI Saver
The first permissionless orchestration layer
Pangea Network orchestrates node operators to ensure high quality of service delivering an all you can eat buffet menu of AI Inference, Indexing and RPC services.
Join our devnet
The Benefits of Blockchain Infrastructure
Permissionless infrastructure means chains and protocols are free to incentivise the support of high fidelity infrastructure. The network connects users direct to validators for performance and downtime prevention. Consensus mechanisms means validators have an economic incentive to provide quality to networks' users.
No Middleman
Colocation
Resilience
Assurance
Pangea use cases
Pangea data powers chains, protocols, and dApps across the crypto stack.
Value Proposition
Useable Data for useable dApps
01. Useable Data
Pangea provides useable data to Chains, dApps and Protocols. Data is easy to access and provides great UX and flexibility.
02. Crypto's fastest data
Pangea provides data within milliseconds of the latest block allowing teams to iterate and build faster.
03. Rich Insights
Pangea combines multiple datasets to provide rich insights, empowering users with comprehensive and actionable data analysis.
04. Modular Ready
Pangea offers reusable building blocks that support high TPS, cross-chain functionality, and modular architecture, enabling seamless integration and scalability.
05. Single Source of Data
Pangea functions as a single source of data for chains, dApps and Protocols. Pangea is cross chain and MultiVM.

Value Proposition
Useable Data for useable dApps
01. Useable Data
Pangea provides useable data to Chains, dApps and Protocols. Data is easy to access and provides great UX and flexibility.
02. Crypto's fastest data
Pangea provides data within milliseconds of the latest block allowing teams to iterate and build faster.
03. Rich Insights
Pangea combines multiple datasets to provide rich insights, empowering users with comprehensive and actionable data analysis.
04. Modular Ready
Pangea offers reusable building blocks that support high TPS, cross-chain functionality, and modular architecture, enabling seamless integration and scalability.
05. Single Source of Data
Pangea functions as a single source of data for chains, dApps and Protocols. Pangea is cross chain and MultiVM.

Trusted by our innovative partners













Trusted by our innovative partners













Pangea provides usable data for cross-chain applications.
Our data is both real-time and historical with multiple use cases. Pangea data delivers the best user experience. Customers include dApps, chains, and protocols.
Pangea offers the first immersive web3 environment: users can access blockchain data at the level they want, whether it is raw data straight from the chain or aggregated data for higher-level insights. Pangea streams data straight to you on your local machine. This means users own their data.
Our data empowers builders to innovate and iterate faster providing verifiable and trustless data. Our infrastructure offers one interface into crypto which users can then build on. Pangea data is well-placed to power the next generation of modular and high TPS blockchains.
Powering Seamless Integration
Pangea is designed to integrate effortlessly into your platform, providing an enriched user experience without the complexities. Our codebase is built with flexibility and ease of use in mind. Here's how our integration works:
Modular Architecture:
Our code is structured using a modular approach, allowing you to pick and choose the components you need.
Clean API Design:
We’ve crafted a clean and intuitive API that abstracts away the complexities of chat implementation. With just a few lines of code, you can enable Pangea feature.
Comprehensive Documentation:
To ensure a smooth integration process, we've provided detailed documentation, code examples, and best practices.
View Documentation
use std::collections::HashSet;
use futures::StreamExt;
use pangea_client::{
core::types::{format::Format, ChainId},
provider::UniswapV3Provider,
query::Bound,
requests::uniswap_v3::GetPricesRequest,
ClientBuilder,
WsProvider,
};
#[tokio::main]
async fn main() {
dotenv::dotenv().ok();
let username = std::env::var("PANGEA_USERNAME").unwrap();
let password = std::env::var("PANGEA_PASSWORD").unwrap();
let url = std::env::var("PANGEA_URL").unwrap_or("app.pangea.
foundation".to_string());
// setup websocket client
let client = ClientBuilder::default()
.endpoint(&url)
.credential(&username, &password)
.build::<WsProvider>()
.await
.unwrap();
// subscribe to prices
let request = GetPricesRequest {
chains: HashSet::from([ChainId::ETH]),
from_block: Bound::Latest,
to_block: Bound::Subscribe, // real-time
// for historical data without subscription uncomment below
// from_block: Bound::FromLatest(100),
// to_block: Bound::Latest,
..Default::default()
};
How It Works
Build your way.
Experience better
Step 1: Talk to our data specialists
Deep dive into your data needs to identify your key problems and issues.
Step 2: Access usable data
Get the data you need while enjoying support from a Pangea data specialist.
Step 3: Build and scale
Focus on building your project while saving time and resources on your data needs.
Testimonials
“By using [Pangea], we can stay on top of the information game and use the quality results that we get.”
Fyde Treasury Management

“Not only are they building the most essential railroads and supplying the data this industry needs to build on, I’ve rarely had the privilege of working with such a talented and earnest team.”
Una

“[Pangea] is a blazing-fast next-gen indexer.”
Movement Labs

“Both James and Max have a steadfast vision of how an open, fast, and decentralized index protocol will win.”
Blockchain Capital

“Leveraging Pangea for capturing and managing crypto transactions for financial reporting purposes has proven to be a game-change”
Stratom

“[Pangea] feels like an evolution of the RPC node in that regard.”
Nikola, DeFI Saver

Testimonials

“By using [Pangea], we can stay on top of the information game and use the quality results that we get.”
Fyde Treasury Management

“Not only are they building the most essential railroads and supplying the data this industry needs to build on, I’ve rarely had the privilege of working with such a talented and earnest team.”
Una

“[Pangea] is a blazing-fast next-gen indexer.”
Movement Labs

“Both James and Max have a steadfast vision of how an open, fast, and decentralized index protocol will win.”
Blockchain Capital

“Leveraging Pangea for capturing and managing crypto transactions for financial reporting purposes has proven to be a game-change”
Stratom

“[Pangea] feels like an evolution of the RPC node in that regard.”
Nikola, DeFI Saver
Testimonials

“By using [Pangea], we can stay on top of the information game and use the quality results that we get.”
Fyde Treasury Management

“Not only are they building the most essential railroads and supplying the data this industry needs to build on, I’ve rarely had the privilege of working with such a talented and earnest team.”
Una

“[Pangea] is a blazing-fast next-gen indexer.”
Movement Labs

“Both James and Max have a steadfast vision of how an open, fast, and decentralized index protocol will win.”
Blockchain Capital

“Leveraging Pangea for capturing and managing crypto transactions for financial reporting purposes has proven to be a game-change”
Stratom

“[Pangea] feels like an evolution of the RPC node in that regard.”
Nikola, DeFI Saver
Orchestration to solve real world problems
DeFi infrastructure that leverages the benefits of blockchain technology now streams across our P2P network for unparalleled performance handling 90ms from chain tip and 533k TPS.
Blocks Ahead Comparison
Pangea
Others
🚀 devnet is LIVE! The journey to resilient infrastructure begins.
🚀 devnet is LIVE! The journey to resilient infrastructure begins.
The first permissionless orchestration layer
Pangea Network orchestrates node operators to ensure high quality of service delivering an all you can eat buffet menu of AI Inference, Indexing and RPC services.
Join our devnet
The Benefits of Blockchain Infrastructure
Permissionless infrastructure means chains and protocols are free to incentivise the support of high fidelity infrastructure. The network connects users direct to validators for performance and downtime prevention. Consensus mechanisms means validators have an economic incentive to provide quality to networks' users.
No Middleman
Colocation
Resilience
Assurance
Value Proposition
Useable Data for useable dApps
01. Useable Data
Pangea provides useable data to Chains, dApps and Protocols. Data is easy to access and provides great UX and flexibility.
02. Crypto's fastest data
Pangea provides data within milliseconds of the latest block allowing teams to iterate and build faster.
03. Rich Insights
Pangea combines multiple datasets to provide rich insights, empowering users with comprehensive and actionable data analysis.
04. Modular Ready
Pangea offers reusable building blocks that support high TPS, cross-chain functionality, and modular architecture, enabling seamless integration and scalability.
05. Single Source of Data
Pangea functions as a single source of data for chains, dApps and Protocols. Pangea is cross chain and MultiVM.
Value Proposition
Useable Data for useable dApps
01. Useable Data
Pangea provides useable data to Chains, dApps and Protocols. Data is easy to access and provides great UX and flexibility.
02. Crypto's fastest data
Pangea provides data within milliseconds of the latest block allowing teams to iterate and build faster.
03. Rich Insights
Pangea combines multiple datasets to provide rich insights, empowering users with comprehensive and actionable data analysis.
04. Modular Ready
Pangea offers reusable building blocks that support high TPS, cross-chain functionality, and modular architecture, enabling seamless integration and scalability.
05. Single Source of Data
Pangea functions as a single source of data for chains, dApps and Protocols. Pangea is cross chain and MultiVM.

Pangea provides useable data for cross-chain applications.
Our data is both real-time and historical with multiple use cases. Pangea data delivers the best user experience. Customers include dApps, chains, and protocols.
Pangea offers the first immersive web3 environment: users can access blockchain data at the level they want, whether it is raw data straight from the chain or aggregated data for higher-level insights. Pangea streams data straight to you on your local machine. This means users own their data.
Our data empowers builders to innovate and iterate faster providing verifiable and trustless data. Our infrastructure offers one interface into crypto which users can then build on. Pangea data is well-placed to power the next generation of modular and high TPS blockchains.

Pangea provides useable data for cross-chain applications.
Our data is both real-time and historical with multiple use cases. Pangea data delivers the best user experience. Customers include dApps, chains, and protocols.
Pangea offers the first immersive web3 environment: users can access blockchain data at the level they want, whether it is raw data straight from the chain or aggregated data for higher-level insights. Pangea streams data straight to you on your local machine. This means users own their data.
Our data empowers builders to innovate and iterate faster providing verifiable and trustless data. Our infrastructure offers one interface into crypto which users can then build on. Pangea data is well-placed to power the next generation of modular and high TPS blockchains.
Trusted by our innovative partners













Trusted by our innovative partners













How It Works
Build your way. Experience better
View documentation
Step 1: Talk to our data specialists
Deep dive into your data needs to identify your key problems and issues.
Step 2: Access usable data
Get the data you need while enjoying support from a Pangea data specialist.
Step 3: Build and scale
Focus on building your project while saving time and resources on your data needs.
use std::collections::HashSet;
use futures::StreamExt;
use pangea_client::{
core::types::{format::Format, ChainId},
provider::UniswapV3Provider,
query::Bound,
requests::uniswap_v3::GetPricesRequest,
ClientBuilder,
WsProvider,
};
#[tokio::main]
async fn main() {
dotenv::dotenv().ok();
let username = std::env::var("PANGEA_USERNAME").unwrap();
let password = std::env::var("PANGEA_PASSWORD").unwrap();
let url = std::env::var("PANGEA_URL").unwrap_or("app.pangea.
foundation".to_string());
// setup websocket client
let client = ClientBuilder::default()
.endpoint(&url)
.credential(&username, &password)
.build::<WsProvider>()
.await
.unwrap();
// subscribe to prices
let request = GetPricesRequest {
chains: HashSet::from([ChainId::ETH]),
from_block: Bound::Latest,
to_block: Bound::Subscribe, // real-time
// for historical data without subscription uncomment below
// from_block: Bound::FromLatest(100),
// to_block: Bound::Latest,
..Default::default()
};
Powering Seamless Integration
Pangea is designed to integrate effortlessly into your platform, providing an enriched user experience without the complexities. Our codebase is built with flexibility and ease of use in mind. Here's how our integration works:
Modular Architecture:
Our code is structured using a modular approach, allowing you to pick and choose the components you need.
Clean API Design:
We’ve crafted a clean and intuitive API that abstracts away the complexities of chat implementation. With just a few lines of code, you can enable Pangea feature.
Comprehensive Documentation:
To ensure a smooth integration process, we've provided detailed documentation, code examples, and best practices.
View Documentation
Pangea use cases
Pangea data powers chains, protocols, and dApps across the crypto stack.
Testimonials

“By using [Pangea], we can stay on top of the information game and use the quality results that we get.”
Fyde Treasury Management

“Not only are they building the most essential railroads and supplying the data this industry needs to build on, I’ve rarely had the privilege of working with such a talented and earnest team.”
Una

“[Pangea] is a blazing-fast next-gen indexer.”
Movement Labs

“Both James and Max have a steadfast vision of how an open, fast, and decentralized index protocol will win.”
Blockchain Capital

“Leveraging Pangea for capturing and managing crypto transactions for financial reporting purposes has proven to be a game-change”
Stratom

“[Pangea] feels like an evolution of the RPC node in that regard.”
Nikola, DeFI Saver
Testimonials

“By using [Pangea], we can stay on top of the information game and use the quality results that we get.”
Fyde Treasury Management

“Not only are they building the most essential railroads and supplying the data this industry needs to build on, I’ve rarely had the privilege of working with such a talented and earnest team.”
Una

“[Pangea] is a blazing-fast next-gen indexer.”
Movement Labs

“Both James and Max have a steadfast vision of how an open, fast, and decentralized index protocol will win.”
Blockchain Capital

“Leveraging Pangea for capturing and managing crypto transactions for financial reporting purposes has proven to be a game-change”
Stratom

“[Pangea] feels like an evolution of the RPC node in that regard.”
Nikola, DeFI Saver
Orchestration to solve real world problems
DeFi infrastructure that leverages the benefits of blockchain technology now streams across our P2P network for unparalleled performance handling 90ms from chain tip and 533k TPS.
Blocks Ahead Comparison
Pangea
Others
🚀 devnet is LIVE! The journey to resilient infrastructure begins.
🚀 devnet is LIVE! The journey to resilient infrastructure begins.