Deep Research

Analytics Reports

Insights and educational reports from our team. Read more

YieldBasis

YieldBasis Rebalancing Risks

The flash crash of Oct-10 resulted in both gains and losses for YieldBasis LPs. In this post we explain the reasons why this happened and highlight some of the risks.

Curve

Does YieldBasis Benefit Curve?

As YieldBasis prepares to scale with a proposal to raise pool caps, we investigate whether predictions about its beneficial effects for the Curve DAO hold true.

AAVE

Aave's Liquidators

Discover the powerful tools available in Pangea Studio for managing and optimizing your infrastructure.

Tailored Research for Your Protocol or Treasury

We deliver custom reports that combine a fresh, unique perspective with deep, data‑driven analysis. Our research uncovers actionable insights and reliable data feeds, enabling you to fine‑tune profitability while safeguarding against downside risk. Contact us to see how our research team can help you.

Your Blockchain Copilot

Pangea Studio

A no-code platform for teams to ask questions of their on-chain data.

Agent‑driven workflow
Users pose a goal (“show me all arbitrage trades last week”) and the agents plan, process, and return the results.
Low-code / no-code
Non‑technical users can interact via natural‑language prompts; technical users can pair program with the agent on the generated SQL.
Live visualisation & export
Charts, KPI dashboards, annotated timelines, Parquet files, or JSON payloads can be created instantly.
Publishing
Results can be saved as a private dataset, exported locally, or pushed to the Network catalogue for hosted real-time data.

devnet-0

Pangea Network

The orchestration layer that powers Pangea Studio. Use it to access RPC and query the Data Lake. Run by our validator network to leverage the best of decentralised infrastructure.

Join our Discord

Co-location & P2P routing

Consumers are automatically connected to the nearest validator nodes for the lowest latency service.

Co-location & P2P routing

RPC + Data Lake

High throughput Pay-As-You-Go service. Raw RPC calls and Data Lake for your query-optimised view of the chain.

RPC + Data Lake

SQL Compute Engine

Queries are expressed in familiar SQL, materialised automatically for both historic and live data.

SQL Compute Engine

Dataset Catalogue & APIs

Published datasets become reusable APIs: Parquet for analytics, JSON for web. Enabled with historical backfills and real-time streams.

api.pangea.com
SELECT
  LOG_DECODE_SAFE (
    'Donate(bytes32 indexed id, address indexed sender, uint256 amount0, uint256 amount1)',
    data,
    topic0,
    topic1,
    topic2,
    topic3
  ) AS decoded,
  *
FROM
  download.logs
WHERE
  topic0 = FROM_HEX(
    SUBSTRING(
      '0x29ef05caaff9404b7cb6d1c0e9bbae9eaa7ab2541feba1a9c4248594c08156cb',
      3
    )
  )
)