Platform & Trust
FAQ
Frequently asked questions for non-technical users, judges, and contributors.
Audience
Non-technical first
Style
Short answers, no inflated claims
Glossary
Included at the bottom
Common questions
- 1
Is YieldBoost AI moving funds automatically?
Not by default in the code shown here. The product demonstrates optimization logic, proof persistence, and result surfacing. Treat it as a guided demo workflow unless your execution environment explicitly adds the missing production controls.
- 2
What does `Boost My Yield Now` do?
It runs the default optimization request from the dashboard and then tries to store the resulting proof record so you can verify the outcome.
- 3
What does `Execute Optimization` do?
It runs the same optimization idea from the Boost page, but with a clearer prompt field and more explicit progress and result surfaces.
- 4
Do I need to know blockchain details to use the app?
No. A normal user can stay at the level of APY lift, proof receipt, and explorer link. The docs only go deeper when you want to inspect how the system is wired.
Questions judges usually ask
- What part is live? Answer: the UI flow, wallet context, proof storage route, explorer links, and history surface are real code paths; some optimization and narrative stages can still fall back depending on environment.
- Is this testnet? Answer: yes by default, unless the active environment has mainnet RPC, storage, and registry configuration.
- How do I verify it? Answer: open History or the proof modal, then follow the explorer link and compare it with the stored identifiers.
- What makes it different from a dashboard mock? Answer: the app stores runtime proof records and exposes them consistently across multiple product surfaces.