What problem does it solve? Working with the Boundless zero-knowledge proof marketplace requires knowing dozens of CLI commands, environment variables, and configuration files across requestor, prover, and rewards roles. This Skill provides the complete command reference, configuration precedence rules, and network details so you can submit proof requests, run provers, and manage ZKC staking without digging through source code. ## Core Features & Use Cases - Full Command Reference: Covers all requestor, prover, and rewards subcommands including submit, fulfill, lock, stake-zkc, and claim-mining-rewards. - Configuration Guidance: Explains the precedence of CLI flags, environment variables, and the config.toml/secrets.toml files in ~/.boundless/, plus interactive setup wizards. - Architecture & Conventions: Reference docs describe the Cargo workspace layout, key crates like broker and boundless-market, and Rust coding patterns for contributing to the CLI. - Use Case: You want to submit a proof request on Base Sepolia. The Skill tells you to run the requestor setup wizard, deposit funds, then use boundless requestor submit with the right env vars. ## Quick Start Ask the assistant to show how to submit a proof request with the boundless CLI on Base Sepolia, including required environment variables and deposit steps.