The 30D-SMA of US Spot ETF netflows has reached -2.45k BTC/day, the fastest sustained pace of outflows since ETF launch.
This is no longer a short-term reaction. A month-long average at record negative territory reflects a structural shift in institutional positioning, not episodic selling.
Until this smoothed trend reverses, the institutional demand side remains a headwind rather than a support.
📉 https://t.co/jGh7ozYMjW
Future of investing is 3 ppl shop managing billions $ with a rack of mac studios & NVDA DGX spark
The setup we used: Master agent locally hosted with local model (Mistral L2), and bunch of daemons in local dockers talk with cloud LLMs with dedicated skill bundles. Master do task decomposition, orchestration, delegation, synthesize, and final rec
Some (non exhaustive) opsec tips: before delegating always run sanitization at the master, its local LLM parses daemons' output through a defined schema to avoid prompt injection. make sure network Isolation among daemons, and only snd credential/api keys as vars at containter start, no agentic logins will blend with ur own logins. other typical devops hygiene works as the master is your main devop .. the list goes on