Integration Roadmap · BOT Chain vCompute Layer

ProofLease × vCompute

ProofLease is being integrated as the SLA settlement and marketplace layer for BOT Chain's vCompute — the Verifiable Computation Layer that onboards physical GPU and CPU hardware as DePIN nodes.

Every contract, oracle, and reputation mechanic in ProofLease is designed to plug directly into vCompute's attestation and proof-of-work infrastructure when it ships.

What is vCompute?

BOT Chain's Verifiable Computation Layer

vCompute is a core pillar of BOT Chain's roadmap. It onboards physical GPU and CPU hardware as DePIN (Decentralised Physical Infrastructure) nodes, issues cryptographic proof-of-work receipts for compute tasks, and provides trusted hardware attestation so that buyers can verify a machine really has the hardware it claims.

vCompute supplies the verification primitive. ProofLease supplies the marketplace and settlement primitive. Together they close the full loop: hardware operators earn BOT for verified compute delivery, and buyers get cryptographically-enforced SLA guarantees — not just trust-me uptime claims.

AI oracle, ready to extend

The settlement agent already calls an LLM to reason about compliance. Adding vCompute proof validation to the prompt is one targeted change — the architecture is already structured for it.

ProofRouter is the bridge

ProofRouter.submitProof() is designed to accept arbitrary proof data. It will receive vCompute execution receipts with no contract changes — just a new caller and a richer proof payload.

0.75s blocks make it viable

vCompute proof submission per epoch and AI settlement calls are economically viable on BOT Chain. On Ethereum mainnet the gas cost per epoch would exceed the payment itself.

Integration Phases

01

Heartbeat-Based SLA Settlement

Live now

ProofLease already runs on BOT Chain Mainnet. Hardware operators register machines as on-chain RWA assets, buyers escrow BOT, and the AI agent settles each epoch by reading heartbeat proofs from AssetRegistry. This is the foundation layer that vCompute will extend.

  • AssetRegistry, LeaseEscrow, ProofRouter, Reputation — all deployed on-chain
  • AI oracle reads liveness proofs every 30s and settles escrow autonomously
  • Every decision stored as a keccak256 proof hash, independently verifiable
  • Proven lifecycle: register → escrow → settle → withdraw running on mainnet
02

Cryptographic Proof of Compute Delivery

Planned — vCompute launch

The current heartbeat mechanism confirms machine liveness but not actual workload delivery. When vCompute ships its cryptographic proof-of-work layer, ProofLease's ProofRouter contract is purpose-built to receive those proofs. The AI oracle will factor verified compute receipts — not just heartbeats — into each settlement decision.

  • ProofRouter.submitProof() will accept vCompute-generated execution receipts
  • AI oracle will validate cryptographic proof of work in settlement prompt
  • Breach threshold tightens: heartbeat staleness AND missing compute receipt → refund
  • Buyers gain SLA guarantees backed by real compute delivery, not just uptime
03

Trusted Hardware Attestation (TEE / TPM)

Planned — hardware attestation

Hardware class and region are currently self-reported by providers. vCompute's trusted hardware attestation layer (TPM or TEE-based remote attestation) will flow into the AssetRegistry hardwareHash field, letting the AI oracle verify that the machine actually has the advertised GPU class — not just that a provider claimed it.

  • hardwareHash will be populated by vCompute attestation service, not self-reported
  • AI risk scorer will weight verified hardware identity in its score calculation
  • Providers with attested hardware earn lower risk scores → eligible for premium leases
  • Reputation contract scores will reflect attestation compliance over time
04

Full DePIN Marketplace for vCompute Nodes

Planned — DePIN node activation

BOT Chain's Compute Node Activation onboards physical GPU and CPU hardware as DePIN nodes. ProofLease becomes the public-facing marketplace for that infrastructure: node operators list capacity, buyers lease it with BOT token, and the AI oracle enforces the SLA end-to-end. ProofLease is the monetisation layer for vCompute's supply side.

  • vCompute node operators register directly through ProofLease's provider flow
  • Marketplace displays attested hardware specs fetched from vCompute registry
  • BOT token is the settlement currency for all compute capacity in the ecosystem
  • Reputation scores aggregate across the full DePIN node lifecycle

Contract-Level Integration Points

AssetRegistryMachine registration

vCompute hook: vCompute attestation service writes hardware proofs into hardwareHash on registration

ProofRouterProof storage

vCompute hook: Receives execution receipts from vCompute node layer alongside existing heartbeat proofs

LeaseEscrowPayment settlement

vCompute hook: settleEpoch() reads from ProofRouter; vCompute proofs gate compliant vs. breach decision

ReputationProvider scoring

vCompute hook: Score reflects full DePIN compliance history — liveness + compute delivery + attestation

Phase 1 is live today — the rest are planned for vCompute launch

The full contract suite and AI agent are deployed on BOT Chain Mainnet and have settled real epochs with verified on-chain transactions. The architecture is deliberately vCompute-shaped: ProofRouter accepts arbitrary proof data, the AI oracle prompt is structured to reason about proof validity, and the Reputation contract aggregates compliance history across the full lease lifecycle. When vCompute ships its attestation and proof-of-work layer, ProofLease plugs in with minimal changes — not a rewrite.

ProofLease · Built on BOT Chain · Integration layer for vCompute