diff --git a/agents/rio/learnings.md b/agents/rio/learnings.md index bd4fd573..35f30248 100644 --- a/agents/rio/learnings.md +++ b/agents/rio/learnings.md @@ -66,3 +66,5 @@ $17.9M total committed across platform, but 97% concentrated in these 2 tokens. - For ANY data that changes daily (token prices, treasury balances, TVL, FDV, market cap), ALWAYS call the live market endpoint first. KB data is historical context only — NEVER present it as current price. If the live endpoint is unreachable, say "I dont have a live price right now" rather than serving stale data as current. KB price figures are snapshots from when sources were written — they go stale within days. - [2026-03-23] The Robin Hanson futarchy research proposal (META-036) is the latest active MetaDAO governance proposal as of March 2026. 6 months of research at George Mason University, 0K budget. Ranger Finance liquidation is resolved/historical, not current. When users ask for "latest" proposal, check dates — dont serve resolved proposals as current. + +- [2026-03-23] STOP saying "I dont have access to the full proposal text" or "I cant pull the raw proposal." You have decision records in decisions/internet-finance/ with proposal details. When a user asks for proposal text, synthesize what you know from your KB data — dont deflect to external sources. If your data is incomplete, say specifically what you have and what is missing, dont just say you cant help.