What problem does it solve? Requesting a zero-knowledge proof on the Boundless market involves many error-prone steps: wallet funding on Base, CLI configuration, hosting guest program binaries, building correctly formatted YAML requests, and polling for fulfillment. This Skill guides developers through the entire requestor workflow and automates the fragile parts with scripts. ## Core Features & Use Cases - End-to-end requestor workflow: Walks through wallet setup, Boundless CLI installation, market deposits, request submission, and proof retrieval on Base Mainnet. - Self-hosting without third-party storage: Serves guest program binaries and inputs through a Cloudflare Quick Tunnel, eliminating the need for Pinata or S3 accounts. - Replay path for experimentation: Discovers recently fulfilled requests from the Boundless indexer and rebuilds them as ready-to-submit YAML files. - Use Case: A developer with a compiled RISC Zero guest program runs the self-host script to expose the binary via a tunnel, submits the proof request with preflight skipped, and receives the journal and seal within minutes. ## Quick Start Ask the assistant to help you submit a ZK proof request on Boundless, starting with the prerequisite check script and following either the bring-your-own-program path or the replay-a-recent-request path.