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

# Supported chains

> Supported blockchain networks

## By product

<div
  className="grid grid-cols-1 md:grid-cols-2 gap-6 not-prose"
  style={{
marginBottom: '4rem',
maxWidth: '1200px',
margin: '0 auto 4rem auto',
alignItems: 'stretch'
}}
>
  <a
    href="/docs/supported-chains/subgraphs"
    style={{
textDecoration: 'none',
color: 'inherit',
display: 'flex'
}}
  >
    <div
      className="group border border-gray-200 rounded-xl p-6 hover:border-green-500 hover:shadow-lg transition-all duration-200 cursor-pointer"
      style={{
  minHeight: '200px',
  display: 'flex',
  flexDirection: 'column',
  width: '100%'
}}
    >
      <div className="flex items-center mb-4">
        <div className="mr-3" style={{ color: '#3E744D' }}>
          <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round">
            <path d="M19.5 7a24 24 0 0 1 0 10" />

            <path d="M4.5 7a24 24 0 0 0 0 10" />

            <path d="M7 19.5a24 24 0 0 0 10 0" />

            <path d="M7 4.5a24 24 0 0 1 10 0" />

            <rect x="17" y="17" width="5" height="5" rx="1" />

            <rect x="17" y="2" width="5" height="5" rx="1" />

            <rect x="2" y="17" width="5" height="5" rx="1" />

            <rect x="2" y="2" width="5" height="5" rx="1" />
          </svg>
        </div>

        <div className="text-lg font-semibold text-gray-900" role="heading" aria-level="3">0xGraph</div>
      </div>

      <p className="text-gray-600 text-sm flex-grow">
        Browse all supported mainnets and testnets across EVM, L2s, and non-EVM chains. Currently supporting over 70 chains.
      </p>
    </div>
  </a>

  <a
    href="/docs/supported-chains/data-api"
    style={{
textDecoration: 'none',
color: 'inherit',
display: 'flex'
}}
  >
    <div
      className="group border border-gray-200 rounded-xl p-6 hover:border-green-500 hover:shadow-lg transition-all duration-200 cursor-pointer"
      style={{
  minHeight: '200px',
  display: 'flex',
  flexDirection: 'column',
  width: '100%'
}}
    >
      <div className="flex items-center mb-4">
        <div className="mr-3" style={{ color: '#3E744D' }}>
          <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round">
            <path d="M8 3H7a2 2 0 0 0-2 2v5a2 2 0 0 1-2 2 2 2 0 0 1 2 2v5c0 1.1.9 2 2 2h1" />

            <path d="M16 21h1a2 2 0 0 0 2-2v-5c0-1.1.9-2 2-2a2 2 0 0 1-2-2V5a2 2 0 0 0-2-2h-1" />
          </svg>
        </div>

        <div className="text-lg font-semibold text-gray-900" role="heading" aria-level="3">0xAPI</div>
      </div>

      <p className="text-gray-600 text-sm flex-grow">
        Browse all supported mainnets and testnets across EVM, L2s, and non-EVM chains. Currently supporting over 100 chains.
      </p>
    </div>
  </a>
</div>

## Dedicated environment

<div
  className="not-prose"
  style={{
marginBottom: '4rem',
maxWidth: '1200px',
margin: '0 auto 4rem auto'
}}
>
  <a
    href="/docs/dedicated-env/overview"
    style={{
textDecoration: 'none',
color: 'inherit',
display: 'block'
}}
  >
    <div
      className="group border border-gray-200 rounded-xl hover:border-green-500 hover:shadow-lg transition-all duration-200 cursor-pointer"
      style={{
  padding: '1.25rem 1.5rem'
}}
    >
      <div style={{ display: 'flex', alignItems: 'center', marginBottom: '0.5rem' }}>
        <div style={{ color: '#3E744D', marginRight: '0.75rem' }}>
          <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round">
            <rect width="20" height="8" x="2" y="2" rx="2" ry="2" />

            <rect width="20" height="8" x="2" y="14" rx="2" ry="2" />

            <line x1="6" x2="6.01" y1="6" y2="6" />

            <line x1="6" x2="6.01" y1="18" y2="18" />
          </svg>
        </div>

        <div className="text-lg font-semibold text-gray-900" role="heading" aria-level="3">
          Chains running on our custom infrastructure
        </div>
      </div>

      <p className="text-gray-600 text-sm" style={{ margin: 0, lineHeight: '1.4' }}>
        Explore chain ecosystems hosted on Ormi's dedicated infrastructure for high availability, faster indexing, and real-time data performance.
      </p>
    </div>
  </a>
</div>
