Boundless

Generate succinct ZK proofs for on-chain verification with the Boundless SDK and CLI.

1|1|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/fabianferno/check-fi --skill boundless
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Boundless
Source: https://github.com/fabianferno/check-fi/tree/main/.agents/skills/boundless
Command: npx skills add https://github.com/fabianferno/check-fi --skill boundless

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Boundless enables developers to offload compute-heavy work and generate succinct ZK proofs for on-chain verification, decoupling execution from consensus to improve throughput and security.

Core Features & Use Cases

  • Permissionless market for submitting proof requests, and a network of provers competing to fulfill them
  • Generates succinct ZK proofs that can be verified on any chain
  • Dockerized prover stack (Bento + Broker) with SDK/CLI support and integration into smart contracts

Quick Start

Install Boundless locally and begin submitting a proof request with the provided SDK and CLI.

Frequently Asked Questions about Boundless

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate zero-knowledge proofs for on-chain verification?

Generate zero-knowledge proofs for on-chain verification by offloading compute-heavy work to a decentralized proving market. This decouples execution from consensus, allowing succinct ZK proofs to be verified across any blockchain.

What is a decentralized proving market and how does it work?

A decentralized proving market is a permissionless network where requestors submit proof requests and provers compete to fulfill them. It generates succinct ZK proofs that can be verified on any chain.

Do I need GPU drivers to run a local ZK prover node?

Yes, running a local ZK prover node requires containerized tooling and GPU drivers. You must deploy the Dockerized prover stack, consisting of Bento and Broker, alongside the Boundless SDK and CLI.

Can I embed verifiable off-chain computation in any blockchain?

Yes, you can embed verifiable off-chain computation in any blockchain. The system uses on-chain contracts for verification, enabling developers to improve throughput and security by decoupling execution from consensus.

How do I submit a proof request using the Boundless SDK?

Submit a proof request using the Boundless SDK by installing the CLI locally and integrating the provided smart contracts. This allows you to interact with the permissionless market and request succinct ZK proofs.