Product Fundamentals
Overview
A complete tour of what YieldBoost AI is, who it is for, and how the workspace is structured.
Default Network
0G Testnet
Demo Wallet
0x8a3c...ee7D demo wallet
Runtime Store
Vercel KV primary store with local file fallback
What YieldBoost AI is
YieldBoost AI is a dashboard-first DeFi optimization workspace that turns passive portfolio balances into a proof-backed recommendation flow.
The product starts with a wallet or watch-only address, reads a current portfolio snapshot, estimates a higher-yield route, streams the reasoning to the interface, and then stores the resulting receipt in the proof pipeline.
It is designed for three audiences at once: end users who want a clear action path, judges who need a short demo they can verify, and developers who need a codebase that shows where optimization, storage, and proof anchoring happen.
How the workspace flows
- 1
Dashboard
The dashboard gives the fastest 1-click experience through `Boost My Yield Now`, plus a snapshot of APY lift, portfolio state, and the newest proof receipt.
- 2
Boost
The Boost page exposes the same optimization idea with more room for the prompt, streaming narrative, progress states, and the `Execute Optimization` control.
- 3
Proof surfaces
History, the proof modal, and the latest result cards reveal the tx hash, storage identifier, optional ProofRegistry transaction, and explorer links.
A reliable judge walkthrough
- Start on `/docs` for the product framing, then jump to `/docs/overview` if the reviewer wants the high-level picture.
- Open the dashboard, point at `Boost My Yield Now`, and explain that it compresses the default optimization flow into one click.
- Run the optimization from the dashboard or Boost page, then show the proof modal and History page to prove that the result is not just visual output.
- If ProofRegistry is configured, highlight the extra on-chain registry tx. If it is not configured, say so directly and show the storage-only receipt path instead.