Scope, terms, trust limits

What this is

Commit sells reservable agent capacity: window, quantity, SLA, and bonds. It is not an agent storefront and not a general search engine.

Networks

Contest target: X Layer testnet chainId 1952. Local demo boots Hardhat 31337, deploys tCOM + registry, then create / execute / list / buy / settle. Mainnet 196 is disabled.

Asset

tCOM, 6 decimals, no economic value. Buyer demo total 0.24 tCOM. Bonds 0.10 each. Penalty 0.02.

Providers

SearchNode (primary) and Nova (backup) are project-operated HTTP services over a fixed public corpus. They may share a host. That is disclosed, not independent disaster recovery.

Verifier

Checkpoints are signed by a Commit-operated verifier. A dishonest verifier can mis-report; bonds cap the cash damage, they do not create unfailing service.

Reproduce locally

cd commit
corepack pnpm install --frozen-lockfile
corepack pnpm test:unit
corepack pnpm demo:local