Optimization Flow
Execute Optimization
A detailed guide to the Boost page control, the prompt field, and the result surfaces after execution.
Button
Execute Optimization
Best Use
Detailed walkthrough and operator control
Proof Surface
ProofRegistry can be written on the configured testnet path
How to read the agent panel
From page open to proof recorded
- 1
Open `/agent`
The page renders the Boost workspace with trajectory visuals, optimization progress, 0G stats, and the main execution card.
- 2
Review or edit the prompt
The default prompt asks for the best yield with low risk. You can keep it for a clean demo or customize it for a more operator-style run.
- 3
Click `Execute Optimization`
This submits the prompt plus the current wallet-derived portfolio snapshot into the same optimization pipeline used by the dashboard.
- 4
Wait for the proof surfaces
Once the storage route responds, the result card can expose explorer links, storage identifiers, and optional ProofRegistry data.
Example request body posted from the app
json{
"portfolio": {
"USDC": 12450,
"0G": 4180,
"SAUCE": 2960,
"BONZO": 2410.25
},
"prompt": "Optimize my portfolio for best yield with low risk"
}