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

# Pricing Plans

> More details on our plans and what's included.

export const CheckIcon = ({size = 16, color = '#1FB6FF'}) => <svg width={size} height={size} viewBox="0 0 256 256" style={{
  display: 'inline-block',
  verticalAlign: '-3px',
  flexShrink: 0
}} fill={color} aria-label="yes" role="img">
    <path d="M229.66,77.66l-128,128a8,8,0,0,1-11.32,0l-56-56a8,8,0,0,1,11.32-11.32L96,188.69,218.34,66.34a8,8,0,0,1,11.32,11.32Z" />
  </svg>;

export const XIcon = ({size = 16, color = '#6A6A6A'}) => <svg width={size} height={size} viewBox="0 0 256 256" style={{
  display: 'inline-block',
  verticalAlign: '-3px',
  flexShrink: 0
}} fill={color} aria-label="no" role="img">
    <path d="M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z" />
  </svg>;

Plans are metered in **Compute Units (CUs)**. Every API call deducts CU from your monthly allocation; heavier endpoints and methods cost more than lighter ones. Unified API rates are weighted averages across production auto-routing traffic; Direct API rates match what each upstream provider charges.

To see how CU is calculated by endpoint and throughput, read the [Compute Units overview](/reference/resources/compute-units).

Not sure which plan fits? [Estimate your monthly Compute Units](https://pricing-uniblock.vercel.app/?p=dapp\&v=50000000\&a=0) from your expected traffic, then match the result to a tier below.

<div className="ub-pricing-scroll">
  <table className="ub-pricing-table">
    <thead>
      <tr>
        <th className="uni-pricing-feature-col">Features</th>
        <th>Startup</th>
        <th>Growth</th>
        <th>Pro</th>
        <th>Business</th>
        <th>Enterprise</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <th className="uni-pricing-feature-col">Monthly Compute Units</th>
        <td>40 million</td>
        <td>500 million</td>
        <td>2 billion</td>
        <td>5.5 billion</td>
        <td>Custom</td>
      </tr>

      <tr>
        <th className="uni-pricing-feature-col">Throughput</th>
        <td>1,000 CU/s</td>
        <td>2,000 CU/s</td>
        <td>8,000 CU/s</td>
        <td>20,000 CU/s</td>
        <td>Custom</td>
      </tr>

      <tr>
        <th className="uni-pricing-feature-col"># of Apps</th>
        <td>2</td>
        <td>5</td>
        <td>20</td>
        <td>Unlimited</td>
        <td>Custom</td>
      </tr>

      <tr>
        <th className="uni-pricing-feature-col">Overage</th>
        <td><span className="uni-pricing-dash">-</span></td>

        <td>
          {'4M CU / $'}
        </td>

        <td>
          {'4M CU / $'}
        </td>

        <td>
          {'4M CU / $'}
        </td>

        <td>Custom</td>
      </tr>

      <tr>
        <th className="uni-pricing-feature-col">Unified APIs</th>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>
      </tr>

      <tr>
        <th className="uni-pricing-feature-col">Token</th>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>
      </tr>

      <tr>
        <th className="uni-pricing-feature-col">NFT</th>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>
      </tr>

      <tr>
        <th className="uni-pricing-feature-col">Transaction</th>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>
      </tr>

      <tr>
        <th className="uni-pricing-feature-col">Scan</th>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>
      </tr>

      <tr>
        <th className="uni-pricing-feature-col">JSON-RPC</th>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>
      </tr>

      <tr>
        <th className="uni-pricing-feature-col">Webhooks</th>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>
      </tr>

      <tr>
        <th className="uni-pricing-feature-col">Market Data</th>
        <td><span className="uni-pricing-dash" aria-label="Not included">-</span></td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>
      </tr>

      <tr>
        <th className="uni-pricing-feature-col">Optimized Routing</th>
        <td><span className="uni-pricing-dash" aria-label="Not included">-</span></td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>
      </tr>

      <tr>
        <th className="uni-pricing-feature-col">Unified Contract Launcher</th>
        <td>Testnets Only</td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>
      </tr>

      <tr>
        <th className="uni-pricing-feature-col">Provider Management</th>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>
      </tr>

      <tr>
        <th className="uni-pricing-feature-col">Support</th>
        <td>Email</td>
        <td>Email</td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>
      </tr>

      <tr>
        <th className="uni-pricing-feature-col">Live Support</th>
        <td><span className="uni-pricing-dash" aria-label="Not included">-</span></td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>

        <td>
          <span className="uni-pricing-check" aria-label="Included">
            <CheckIcon />
          </span>
        </td>
      </tr>
    </tbody>
  </table>
</div>

## Overage

If you need more CUs and you're already subscribed to a paid plan, they're automatically applied per dollar at a rate of 4 million CUs per USD.

## Contact Us

For inquiries about custom throughput offerings and other tailored solutions, please reach out through our [support page](https://www.uniblock.dev/contact).
