Products

Environment

Community

Get access

The First Immersive Web3 Environment

A trustless data network from which to explore and interact with

blockchains, enabling the best crypto experience.

The Stakes

The Blockchain User Experience is Broken

Crypto today has a poor developer experience with inaccessible, unreliable, untrustworthy sources of data which are slow and not cost-effective.

Bad User Experience

Slow and Unreliable Data

Lack of Decentralized Data

Lack of Flexibility

background

Value Proposition

Useable Data for useable dApps

01. Usable Data

Pangea provides usable 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.

Cases

Pangea

use cases

Pangea data powers chains, protocols,

and dApps across the crypto stack.

Trusted by our innovative customers

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.

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

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()

};

Effortless Integration

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

“[Pangea] is the most based chain.”

John Lillic

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

Fyde Treasury Management

“Think of it as a fast, organized library of valuable real-time and historic datasets provided via a streaming architecture.”

Telos

“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

Products

Environment

Community

Get access

Products

Environment

Community

Get access

The First Immersive Web3 Environment

A trustless data network from which to explore and interact with

blockchains, enabling the best crypto experience.

Get immersed

The Stakes

The Blockchain User Experience is Broken

Crypto today has a poor developer experience with inaccessible, unreliable, untrustworthy sources of data which are slow and not cost-effective.

Bad User Experience

Slow and Unreliable Data

Lack of Decentralized Data

Lack of

Flexibility

background

Cases

Pangea use cases

Pangea data powers chains, protocols, and dApps across the crypto stack.

Value Proposition

Useable Data for useable dApps

01. Usable Data

Pangea provides usable 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. Usable Data

Pangea provides usable 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 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.

Trusted by our innovative customers

Telos

Stratom

Movement

Moonstruck

Fyde

Fuel Network

Defi Saver

Anyone

// Type some code ->

console.log "oO08 iIlL1 g9qCGQ ~-+=>";

// â é ù ï ø ç à Ē Æ œ

function updateGutters(cm) {

var gutters = cm.display.gutters,

__specs = cm.options.gutters;

removeChildren(gutters);

for (var i = 0; i < specs.length; ++i) {

var gutterClass = __specs[i];

var gElt = gutters.appendChild(

elt(

"div",

null,

"CodeMirror-gutter " + gutterClass

)

);

if (gutterClass == "CodeMirror-linenumbers") {

cm.display.lineGutter = gElt;

gElt.style.width = (cm.display.lineNumWidth || 1) + "px";

}

Effortless Integration

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

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

“[Pangea] is the most based chain.”

John Lillic

John Lillic

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

Fyde Treasury Management

Fyde Treasury Management

“Think of it as a fast, organized library of valuable real-time and historic datasets provided via a streaming architecture.”

Telos

Telos

“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

Una

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

Movement Labs

Movement Labs

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

Blockchain Capital

Blockchain Capital

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

Stratom

Stratom

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

Nikola, DeFI Saver

Nikola, DeFI Saver

The First Immersive Web3 Environment

A trustless data network from which to explore and interact with

blockchains, enabling the best crypto experience.

background

The Stakes

The Blockchain User Experience is Broken

Crypto today has a poor developer experience with inaccessible, unreliable, untrustworthy sources of data which are slow and not cost-effective.

Bad User Experience

Slow and Unreliable Data

Lack of Decentralized Data

Lack of Flexibility

Value Proposition

Useable Data for useable dApps

01. Usable Data

Pangea provides usable 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. Usable Data

Pangea provides usable 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.

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.

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

32

33

34

35

// Type some code ->

console.log "oO08 iIlL1 g9qCGQ ~-+=>";

// â é ù ï ø ç à Ē Æ œ

function updateGutters(cm) {

var gutters = cm.display.gutters,

__specs = cm.options.gutters;

removeChildren(gutters);

for (var i = 0; i < specs.length; ++i) {

var gutterClass = __specs[i];

var gElt = gutters.appendChild(

elt(

"div",

null,

"CodeMirror-gutter " + gutterClass

)

);

if (gutterClass == "CodeMirror-linenumbers") {

cm.display.lineGutter = gElt;

gElt.style.width = (cm.display.lineNumWidth || 1) + "px";

}

Effortless Integration

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

Trusted by our

innovative customers

Telos

Stratom

Movement

Moonstruck

Fyde

Fuel Network

Defi Saver

Anyone

Cases

Pangea use cases

Pangea data powers chains, protocols, and dApps across the crypto stack.

Testimonials

“[Pangea] is the most based chain.”

John Lillic

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

Fyde Treasury Management

“Think of it as a fast, organized library of valuable real-time and historic datasets provided via a streaming architecture.”

Telos

“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