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

Optimization Flow

How 1-Click Works

The full meaning of the dashboard CTA `Boost My Yield Now` and what the product does after that click.

CTA

Boost My Yield Now

Intent

Fastest low-friction optimization run

Output

Recommendation + proof receipt

What `Boost My Yield Now` means

This button is the dashboard shortcut for the default optimization request: optimize the current portfolio for better yield with low risk.

It intentionally hides most of the prompt complexity so the user can see the full system loop without visiting the more detailed Boost page.

The 1-click pipeline

  1. 1

    Read the current wallet snapshot

    The app builds a portfolio map from the active wallet state. If a valid wallet is present, the provider and portfolio context refresh from the portfolio API.

  2. 2

    Generate the optimization snapshot

    The optimization engine uses 0g compute credentials configured for mainnet. It returns projected APY, gain estimate, recommendation, and supporting reasoning text.

  3. 3

    Audit the recommendation

    Integrity Auditor checks the recommendation against the wallet snapshot and proof context so unrealistic or unsafe AI output can be rejected before proof writing or NFT minting.

  4. 4

    Stream the recommendation

    The UI then streams narrative text using 0g compute broker path with deterministic fallback when available, or falls back to the in-app deterministic narrative.

  5. 5

    Store the proof package

    After the narrative stream, the client posts the decision payload to `/api/0g/store`, which tries to upload the JSON proof package and capture the storage transaction metadata.

  6. 6

    Surface proof everywhere

    The latest result card, proof modal, and History page all read the stored record so the same run can be inspected in multiple places.

What changes on screen after the click

  • The dashboard CTA switches into an optimizing state.
  • The right-side agent surfaces update with live progress and recommendation text.
  • The latest proof row starts showing the tx hash, storage identifier, Integrity Auditor status, and ProofRegistry details once available.
  • History becomes the persistent review surface for later verification or demo replay.

Default optimization intent

text
Optimize my portfolio for best yield with low risk

Live vs fallback boundaries

Stage
Live behavior
Fallback behavior
What to say out loud
Wallet snapshot
Reads active wallet + network
Empty state or RPC error
Wallet is required for a meaningful live run
Optimization scoring
0G Compute credentials configured for mainnet
Deterministic snapshot fallback
The product stays usable if external compute is unavailable
Integrity Auditor
Deterministic guardrail
Rejects unsafe or unrealistic output
Do not store or mint a rejected recommendation
Narrative stream
0G Compute broker path with deterministic fallback
Built-in narrative copy
The wording can fall back while the proof flow still remains explicit
Proof storage
0G Storage upload path is configured for at least one network
Honest storage configuration error
Do not imply a stored proof if upload envs are missing