> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dune.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Polygon PoS Network Overview

> Polygon PoS Network data on Dune

Polygon PoS is a proof-of-stake blockchain network that serves as a scaling solution for Ethereum. It combines the security and interoperability of Ethereum with the speed and efficiency of standalone networks, facilitating faster and cheaper transactions. Polygon PoS leverages a network of validators who stake their tokens to secure the network, participate in consensus, and manage governance.

**High Performance and Low Transaction Costs:**
Polygon PoS offers significant improvements in speed and transaction costs over Ethereum's mainnet by processing transactions on a sidechain before committing them to the Ethereum blockchain. This approach minimizes congestion and gas fees.

**Ethereum Compatibility:**
Fully compatible with Ethereum, Polygon PoS enables developers to deploy existing Ethereum applications without significant changes, using familiar tools and frameworks.

**Decentralized and Secure:**
The proof-of-stake model ensures that the network remains decentralized and secure, with validators and delegators actively participating in the consensus and governance processes.

<CardGroup cols={1}>
  <Card title="Polygon PoS documentation" icon="link" href="https://docs.polygon.technology/docs/home">
    Comprehensive documentation on the Polygon PoS network, including guides on its architecture, staking mechanisms, and development resources.
  </Card>
</CardGroup>

## Data Catalog

<CardGroup cols={2}>
  <Card title="Logs" icon="bolt" href="./raw/logs">
    Insights into smart contract interactions through detailed event logs, providing visibility into the dynamic activity on the Polygon PoS network.
  </Card>

  <Card title="Blocks" icon="cubes" href="./raw/blocks">
    Information on blocks processed on the Polygon PoS network, reflecting the network’s high throughput and capacity for handling large volumes of transactions.
  </Card>

  <Card title="Transactions" icon="message-arrow-up" href="./raw/transactions">
    Extensive transaction data, highlighting the operational efficiency and reduced costs facilitated by the PoS mechanism.
  </Card>

  <Card title="decoded" icon="file" href="./decoded/overview">
    Decoded transaction information for enhanced analysis and understanding of smart contract executions on the Polygon PoS network.
  </Card>
</CardGroup>
