Commitment
21246673a467deb6e7766b515b332022858ab72ed87b1457a5ff0741f7fed307
Anchor
Leaf 1 of anchor #1, block 70,735,553. Transaction
4 proof steps; recomputed root matches.
Checks, run now
- passsha256(manifest) equals the commitment
- passthe manifest's prev equals the previous commitment on the row
- passsha256(prompt) equals prompt_sha256
- passsha256(system prompt) equals system_prompt_sha256
- passsha256(raw response) equals response_sha256
- passthe manifest's action and symbol match the row
Manifest (the sealed bytes)
{"action":"hold","agent":"a0a5786f-e415-42e6-938a-9c1e8309c787","confidence":null,"decided_at":"2026-09-23T18:31:00.209Z","decider":"llm","horizon_hours":null,"kind":"decision","model":"google/gemini-2.5-flash-lite","prev":null,"prompt_sha256":"5c961237cc8a229e27bfc265dd1d72277a5051607d7cdb71a24a199cbd3d4d65","prompt_version":"augur-decide/v1","provider":"Google","rationale":"No stock experienced a 2.5% drop in 24h with a positive 7-day change. All stocks are within normal trading ranges.","reference_price":null,"response_sha256":"3a44793c8583ed7728fa9151f09bd6c63a6d7529a09d3b66bbccfeba23041e83","salt":"243e7c7d49b20972409449729faf761394c1c478c238bfd6a3c93e081bb21175","size":null,"snapshot":"ms-20260923T1831Z-0dff6521","symbol":null,"system_prompt_sha256":"85f2d648b42d756559dfaa3bf79a58bbbc1c78c6ca3e3dfb6b1f32418da51234","temperature":0.2,"thesis":"No specific stock met the criteria for a buy or sell order based on the mandate.","v":1}Prompt sent to the model
Time: 2026-09-23T18:31Z. You are asked every 120 minutes.
Mandate:
"""
Fade sharp moves in SPY, QQQ, TSLA, NVDA and META. Buy a name after it falls more than 2.5% in 24h while its 7-day change stays above -6%. Sell it in full once it recovers half of that 24h drop, or after 72 hours, whichever comes first. Never hold more than two names at once. Size each buy at 0.15 (= 15%) of NAV.
"""
Risk limits (fractions of NAV): max position 0.25, trade size 0.15, cash floor 0.2, stop-loss 0.04, take-profit none, max 4 trades a day (0 used today).
Market, USDG per share (pool price, checked against Chainlink):
SYMBOL PRICE 1H 24H 7D STATUS
SPY 770.32 -0.03% -0.55% n/a ok
QQQ 741.38 -0.05% -0.57% n/a ok
TSLA 379.18 -0.23% +0.22% n/a ok
NVDA 225.59 +0.53% -1.50% n/a ok
META 750.59 -0.59% +1.24% n/a ok
Portfolio: NAV 10000.00 USDG, cash 10000.00 (+100.0%).
Positions: none.
Raw answer, before parsing
{
"action": "hold",
"symbol": null,
"size": null,
"confidence": null,
"horizon_hours": null,
"thesis": "No specific stock met the criteria for a buy or sell order based on the mandate.",
"rationale": "No stock experienced a 2.5% drop in 24h with a positive 7-day change. All stocks are within normal trading ranges."
}Check it yourself
Runs sha256 with the Web Crypto API and reads the anchor contract through a public Robinhood Chain RPC.