Zircuit

Zircuit is a zero-knowledge (zk) rollup Layer 2 blockchain and secure onchain finance platform. The network is fully EVM-compatible and OP-Stack based, letting developers deploy standard Solidity smart contracts (via Foundry and the usual Ethereum tooling) while settling to Ethereum with zk validity proofs. Zircuit exposes standard Ethereum JSON-RPC endpoints for mainnet (chain ID 48900) and the Garfield testnet (chain ID 48898), a canonical L1<>L2 bridge, a relayer service (EIP-7702 gasless relaying), a transaction simulation surface, and the GUD Trading Engine — a REST API that aggregates cross-chain liquidity to return best-execution quotes and signable transaction data. On top of the chain, Zircuit Finance and the Liquidity Hub offer institutional-grade yield and LST/LRT staking. Backed by Pantera Capital; the network and contracts have been audited by six independent security firms and run a bug-bounty program.

Zircuit publishes 1 API on the APIs.io network: GUD Trading Engine API (Beta). Tagged areas include Company, Crypto, Blockchain, Layer 2, and Rollup.

Zircuit’s developer surface includes documentation, API reference, getting-started guide, engineering blog, signup flow, support, authentication, and 22 more developer resources.

50.0/100 developing Agent 55/100 agent ready Full breakdown ↓
scored 2026-07-21 · rubric v0.4
2 APIs 1 MCP Servers 0 Features
CompanyCryptoBlockchainLayer 2RollupZero KnowledgeEVMDeFiJSON-RPCWeb3

API Rating

API Evangelist API Evangelist Rating How this is scored →
scored 2026-07-21 · rubric v0.4
Composite quality — 50.0/100 · developing
Contract Quality 14.6 / 25
Developer Ergonomics 16.1 / 20
Commercial Clarity 6.8 / 20
Operational Transparency 3.8 / 13
Governance 0.0 / 12
Discoverability 8.8 / 10
Agent readiness — 55/100 · agent ready
Machine-Readable Contract 18 / 18
Agentic Access Contract 0 / 15
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 5 / 5
Well-Known Catalog 4 / 4
Consent & Bot Identity 0 / 3
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/zircuit: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs

Zircuit JSON-RPC API

Standard Ethereum JSON-RPC 2.0 interface to the Zircuit L2 network (HTTP and WebSocket) for reading chain state and submitting transactions. Mainnet is chain ID 48900; the Garfi...

Zircuit GUD Trading Engine API (Beta)

REST API that aggregates cross-chain liquidity across multiple networks and bridge protocols, returning best-execution quotes and ready-to-sign (EIP-712) transaction data. Authe...

MCP Servers

zircuit-mcp.yml

MCP SERVER

Resources

Get Started 4

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 4

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 5

Pagination, idempotency, versioning, errors, and events

Build 3

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 3

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Other 2

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: zircuit
name: Zircuit
description: Zircuit is a zero-knowledge (zk) rollup Layer 2 blockchain and secure onchain finance platform. The network is
  fully EVM-compatible and OP-Stack based, letting developers deploy standard Solidity smart contracts (via Foundry and the
  usual Ethereum tooling) while settling to Ethereum with zk validity proofs. Zircuit exposes standard Ethereum JSON-RPC endpoints
  for mainnet (chain ID 48900) and the Garfield testnet (chain ID 48898), a canonical L1<>L2 bridge, a relayer service (EIP-7702
  gasless relaying), a transaction simulation surface, and the GUD Trading Engine — a REST API that aggregates cross-chain
  liquidity to return best-execution quotes and signable transaction data. On top of the chain, Zircuit Finance and the Liquidity
  Hub offer institutional-grade yield and LST/LRT staking. Backed by Pantera Capital; the network and contracts have been
  audited by six independent security firms and run a bug-bounty program.
url: https://raw.githubusercontent.com/api-evangelist/zircuit/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- pantera-capital
x-tier: stub
x-tier-reason: portfolio-lead
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-21'
tags:
- Company
- Crypto
- Blockchain
- Layer 2
- Rollup
- Zero Knowledge
- EVM
- DeFi
- JSON-RPC
- Web3
apis:
- name: Zircuit JSON-RPC API
  description: Standard Ethereum JSON-RPC 2.0 interface to the Zircuit L2 network (HTTP and WebSocket) for reading chain state
    and submitting transactions. Mainnet is chain ID 48900; the Garfield testnet is chain ID 48898. EVM-compatible, so the
    full eth_* / net_* / web3_* method set applies. DRPC additionally offers paid high-performance node access with debug
    traces.
  humanURL: https://docs.zircuit.com/infra/rpcs
  baseURL: https://mainnet.zircuit.com
  tags:
  - JSON-RPC
  - Ethereum
  - Blockchain
  - Layer 2
  properties:
  - type: Documentation
    url: https://docs.zircuit.com/infra/rpcs
  - type: Sandbox
    url: https://garfield-testnet.zircuit.com
  - type: x-json-rpc-websocket
    url: wss://mainnet.zircuit.com
  - type: x-chain-id
    url: '48900'
- name: Zircuit GUD Trading Engine API (Beta)
  description: REST API that aggregates cross-chain liquidity across multiple networks and bridge protocols, returning best-execution
    quotes and ready-to-sign (EIP-712) transaction data. Authenticated with an HTTP Bearer API key provisioned by the Zircuit
    team.
  humanURL: https://docs.zircuit.com/infra/gud-trading-engine-beta
  baseURL: https://trading.ai.zircuit.com/api/engine/v1
  tags:
  - Trading
  - Cross-Chain
  - REST
  properties:
  - type: OpenAPI
    url: openapi/zircuit-gud-trading-engine-openapi.yml
  - type: Documentation
    url: https://docs.zircuit.com/infra/gud-trading-engine-beta/api-endpoint
  - type: Authentication
    url: authentication/zircuit-authentication.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: DomainSecurity
  url: security/zircuit-domain-security.yml
- type: Website
  url: https://www.zircuit.com/
- type: DeveloperPortal
  url: https://docs.zircuit.com/build/start
- type: Documentation
  url: https://docs.zircuit.com/
- type: APIReference
  url: https://docs.zircuit.com/infra/rpcs
- type: GettingStarted
  url: https://docs.zircuit.com/build/start
- type: Blog
  url: https://www.zircuit.com/blog
- type: GitHubOrganization
  url: https://github.com/zircuit-labs
- type: SignUp
  url: https://finance.zircuit.com/
- type: TermsOfService
  url: https://static.zircuit.com/docs/tos.pdf
- type: PrivacyPolicy
  url: https://static.zircuit.com/docs/pp.pdf
- type: Support
  url: https://jobs.ashbyhq.com/Zircuit
- type: StatusPage
  url: https://status.zircuit.com/
- type: x-explorer
  url: https://explorer.zircuit.com/
- type: LLMsTxt
  url: llms/zircuit-llms.txt
- type: Authentication
  url: authentication/zircuit-authentication.yml
- type: Conventions
  url: conventions/zircuit-conventions.yml
- type: Conformance
  url: conformance/zircuit-conformance.yml
- type: ErrorCatalog
  url: errors/zircuit-error-codes.yml
- type: Lifecycle
  url: lifecycle/zircuit-lifecycle.yml
- type: Deprecation
  url: lifecycle/zircuit-lifecycle.yml
- type: Sandbox
  url: sandbox/zircuit-sandbox.yml
- type: WellKnown
  url: well-known/zircuit-well-known.yml
- type: MCPServer
  url: mcp/zircuit-mcp.yml
- type: AgentSkill
  url: skills/_index.yml
- type: DataModel
  url: data-model/zircuit-data-model.yml
- type: Overlay
  url: overlays/zircuit-gud-trading-engine-overlay.yaml
- type: Packages
  url: packages/zircuit-packages.yml
- type: SDKs
  url: packages/zircuit-packages.yml