Documentation

YieldBoost AI Docs Center

Mainnet proof flow, Judge Mode, Integrity Auditor, Agent NFT minting, marketplace adoption, and developer reference for the current state of YieldBoost AI.

Current Status

0G Mainnet is the active default workspace path, while the judge review can still switch networks on demand.

Runtime Truth

Mainnet-first optimizer with Integrity Auditor, proof storage, and Agent NFT minting

Platform & Trust

0G Integration

Live 0G Storage, 0G Compute broker path, explorer links, ProofRegistry behavior, and mainnet deployment artifacts.

Default Path

0G Mainnet

Storage

0G Storage upload is configured for 0G Mainnet

Compute

0G Compute credentials configured for mainnet

Explorer

https://chainscan.0g.ai

What is live in the 0G integration

  • Network configuration is modeled explicitly for testnet and mainnet in the wallet layer.
  • The proof storage route can upload a JSON proof package through the 0G TypeScript SDK when the active network has RPC, storage URL, and private key configured.
  • 0G Compute broker inference is attempted when the active network has a compute provider address and ledger signer configured.
  • Integrity Auditor checks the recommendation before the proof write and before Agent NFT minting.
  • The UI consistently surfaces the resulting storage tx hash, explorer link, Integrity Auditor status, ProofRegistry transaction, and mainnet contract artifacts.
  • The current explorer path is built from the configured explorer base and the returned transaction hashes.

0G Compute and attestation metadata

When 0G Compute credentials are configured, the optimization route prioritizes inference through the 0G Compute broker. The app validates broker response metadata before presenting the result as verified runtime output.

When attestation metadata is present, the proof record can include provider address, model identifier, chat ID, verification method, and signed-text match status. Agent NFT minting can also register attestation hashes through the oracle path.

  • 0G Compute is the highest-priority narrative path when configured, falling back honestly if unavailable.
  • The UI displays verification metadata only when it exists in the returned proof package.
  • Attestation metadata can be persisted in the stored proof record and linked to Agent NFT verification.

How proof enters 0G Storage

  1. 1

    Serialize decision payload

    The app creates a temporary JSON file that includes optimization values, timestamp, Integrity Auditor result, optional compute metadata, and `appId: yieldboost-ai`.

  2. 2

    Upload through the 0G SDK

    The storage route wraps that file with `ZgFile`, then calls the indexer upload flow using the configured RPC and signer.

  3. 3

    Capture the returned metadata

    The route stores the returned root hash, tx hash, block info when obtainable, wallet address, explorer URL, Integrity Auditor fields, compute metadata, and optional note flags.

  4. 4

    Persist locally or in KV

    The proof record is inserted into the runtime store so History, the proof modal, and the latest agent state can all read the same record.

Compute and narrative fallback behavior

The optimization engine prioritizes 0G Compute when the active network is configured, then falls back to deterministic local narrative when that path is unavailable.

This keeps the app functional even when compute infrastructure is unavailable, while still being honest about which path produced the result.

Provider
Priority
When active
What it provides
0G Compute broker
1 (highest)
Active network compute provider + ledger signer set
Broker-backed inference and verification metadata when available
Deterministic
2
Always available
Built-in narrative templates

Network matrix

Network
Wallet switch support
Storage config
ProofRegistry
Compute
Explorer
0G Testnet
Configured
Ready
Configured
Network-aware envs supported
https://chainscan-galileo.0g.ai
0G Mainnet
Configured
Ready
Configured
Network-aware envs supported
https://chainscan.0g.ai