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

# Resources

> Tools, explorers, and infrastructure resources for the Injective network.

## Operator Portal

<CardGroup cols={3}>
  <Card title="Upgrades" icon="arrow-up" href="https://chain-portal.injective.network/upgrades">
    Track network upgrades, governance proposals, and activation timelines.
  </Card>

  <Card title="Snapshots" icon="database" href="https://chain-portal.injective.network/snapshots">
    Pruned and archival snapshots for fast node sync.
  </Card>

  <Card title="RPCs & Endpoints" icon="server" href="https://chain-portal.injective.network/rpcs">
    Public and community RPC, gRPC, LCD, and EVM endpoints.
  </Card>
</CardGroup>

## Explorers

<CardGroup cols={2}>
  <Card title="Injective Explorer" icon="magnifying-glass" href="https://explorer.injective.network">
    Native core block explorer with transactions, validators, and governance.
  </Card>

  <Card title="EVM Explorer (Blockscout)" icon="ethereum" href="https://testnet.blockscout.injective.network/blocks">
    EVM-compatible block explorer for smart contract verification and EVM transactions.
  </Card>
</CardGroup>

## Tools

<CardGroup cols={2}>
  <Card title="Injective Hub" icon="globe" href="https://hub.injective.network">
    Stake INJ, participate in governance, and manage your wallet.
  </Card>

  <Card title="Indexer Service Setup" icon="gears" href="https://injective.notion.site/Injective-Indexer-Service-Setup-Guide-7e59980634d54991862300670583d46a">
    Guide for setting up the Injective indexer service for querying chain data.
  </Card>

  <Card title="Exchange API" icon="chart-line" href="https://api.injective.exchange">
    REST API for accessing exchange and market data.
  </Card>
</CardGroup>
