Brain suggestions
Start-of-chat Trading, Yield, and Prediction lanes in Command. Read-first strategy cards and EarnClaw handoff proposals.
Brain is the start-of-chat suggestion surface in Command. Before you type, Console shows up to three lanes: Trading, Yield, and Prediction. Each lane ranks live signals from warm snapshots and offers read-only prompts you can send with one click.
Open Command at thirdfy.com/console. Brain cards appear when you start a new chat or when the thread has no messages yet.
What each lane shows
| Lane | Source | Examples |
|---|---|---|
| Trading | Trending perps and venue signals | Hyperliquid, Lighter readiness and market prompts |
| Yield | Base USDC earn opportunities | Yield.xyz, Aegis, Morpho, and Curve when present |
| Prediction | Polymarket finance, crypto, and macro | Browse markets by category |
Lanes can show a degraded state when the snapshot cache is empty or stale. Degraded lanes explain what is missing instead of showing placeholder data.
Featured strategy
The first governed strategy is Base USDC Yield (base-usdc-yield). It appears as a featured card when the yield lane is healthy. Clicking a card or prompt sends the text into Command as a normal message. The operator then loads the right tool packs (earn, prediction, or perps) and answers read-first.
Brain cards do not execute writes by themselves. Writes still require delegation and confirmation in chat.
Graduate to EarnClaw
When a strategy supports automation, Command can show a Graduate to EarnClaw path. Today this is a read-only handoff proposal: prerequisites, template id, and approval gates. It does not deploy a runtime automatically.
Full one-click EarnClaw deploy from Console is still on the roadmap. See Console overview for the EarnClaw pointer until that ships.
Pricing
Loading Brain sections and clicking a suggestion is free. The chat turn that follows uses your normal Credits and balance rules: economy free tier, then USD balance. Tool calls inside the turn bill per the action catalog (read_offchain, read_rpc, preflight, write).
Builders: CLI and MCP parity
Use the same Brain surfaces outside the browser:
| Surface | Entry |
|---|---|
| Agent CLI | thirdfy-agent brain sections|suggest|preflight|graduate |
| Thirdfy MCP | brain_sections, brain_suggest_strategy, brain_quote_or_preflight, brain_prepare_earnclaw_handoff |
| HTTP API | GET /api/v1/console/brain-sections, /brain/suggest, /brain/preflight, /brain/graduate |
All Brain routes are read or preflight-first. preflight and graduate require Privy auth.
Related
- Command: Chat, Help Hub, and model picker
- Automations: Scheduled commands on a timer
- Integration paths: Console vs CLI vs MCP