$VANTA Asset

Operator markets

A Vanta node is an execution and submission agent. It watches settlement state, chooses supported work, produces the expected evidence, and competes to resolve tasks.

Not consensusOperating Vanta software does not validate host-chain blocks, participate in fork choice, or earn a base-layer block reward.

Operator loop

01ObserveIndex confirmed task events and recover exact terms.
02FilterAccept only supported program and verifier versions.
03ProduceExecute, encode output, and construct bound evidence.
04SubmitSimulate, publish, and claim after acceptance.

Why operators specialize

Programs have different hardware, latency, data, and proving requirements. Operators can specialize by workload family while the settlement surface remains agnostic. A node advertises nothing on-chain merely by running; its observable reputation comes from accepted submissions, latency, and completed volume.

Execution costCompute, storage, bandwidth, private data handling, and retry risk.
Proof costWitness construction, proving hardware, adapter encoding, and verification gas.
Market riskAnother operator may settle first in open mode, making late work uncompensated.
Chain costSubmission gas, failed simulation, congestion, and finality delay.

Open and reserved execution

Open mode rewards the first accepted beneficiary and needs no operator registry. It is simple but can duplicate effort. A future reserved mode may grant a temporary right after a bid or assignment, reducing duplicated computation at the cost of more state and liveness rules.

Collateral belongs only where failure is machine-detectable. A missed reservation deadline can be objective; a claim that an operator's work was not aesthetically useful cannot.

Reference configuration

VANTA_RPC_URL=https://host-chain.example VANTA_TASK_LEDGER=0x... VANTA_OPERATOR_KEYSTORE=/secure/operator.json VANTA_PROGRAM_ALLOWLIST=commitment-tree-v1 VANTA_FINALITY_DEPTH=12 VANTA_DRY_RUN=true

These names illustrate the intended boundary only. No downloadable Vanta node release or public contract address is canonical yet.