Boar Network RPC

Blockchain access, without limits

Enterprise-grade JSON-RPC endpoints for EVM chains and Bitcoin. Start free, scale to pay-as-you-go — with real-time analytics, custom rate limits, and dedicated support built in.

How it works

Get from zero to a live RPC connection in minutes. No complex setup, no infrastructure to manage.

  1. 01

    Sign Up Free

    Create your account at dashboard.boar.network — no credit card required. You get 50M Compute Units every month at no cost.

  2. 02

    Create an API Key

    From your dashboard, generate an API key for the blockchain network you need. Each key is scoped to a specific chain.

  3. 03

    Copy Your Endpoint

    Your personalized RPC endpoint URL appears on the key detail page. Copy it — it embeds your API key automatically.

  4. 04

    Connect Your dApp

    Paste the endpoint into your ethers.js, viem, wagmi, or web3.js provider config. You are live in under a minute.

  5. 05

    Monitor Usage

    Track costs, requests and CU consumption from the Analytics tab. Scale up to Enterprise when you are ready.

Connect in seconds

Drop your endpoint into any major Ethereum library. No SDK, no extra dependencies — just a standard JSON-RPC URL.

import { createPublicClient, http } from 'viem'
import { mainnet } from 'viem/chains'

const client = createPublicClient({
  chain: mainnet,
  transport: http('https://rpc-http.acme-corp.boar.network/<YOUR_API_KEY>'),
})

Model Context Protocol

Built for AI Agents

MCP (Model Context Protocol) is an open standard that lets AI agents communicate with external tools via a structured interface. Boar RPC provides an MCP-compatible endpoint so agents can query block state, transaction history, and contract reads directly — no custom integration required.

Agent-native Interface

Expose on-chain state to any LLM agent via a standardized MCP endpoint. No custom integration required.

Low-latency Responses

MCP queries backed by Boar RPC infrastructure. Fast responses keep agent loops fast and reliable.

Open Access, Optional API Key

Use it freely without authentication. Optionally add your API key for higher rate limits and priority access — same setup as any public RPC.

Simple pricing

Start free. Scale as you grow.

Free

Get started with blockchain infrastructure at no cost. Perfect for developers exploring or building prototypes.

  • 1 API key per network (except Bitcoin)
  • 50M Compute Units/month
  • 10 requests per second
  • 1 organization
  • Email support
Get Started
Recommended

Enterprise

For teams and businesses that need reliable, high-performance infrastructure with flexible pay-as-you-go pricing.

  • Unlimited API keys
  • Pay-as-you-go with personalized discounts
  • Custom rate limits (default: 300 req/s)
  • Unlimited organizations
  • Email + Telegram support
Get Started

Custom

Tailored infrastructure for large-scale operations. Custom pricing, dedicated support, and bespoke configurations.

  • Unlimited API keys
  • Pay-as-you-go or flat fee
  • Custom rate limits (default: 300 req/s)
  • Unlimited organizations
  • Email + Telegram + any channel
Contact Us