Documentation
Everything you need to create AI-managed funds, use SoSoValue intelligence, approve execution, rebalance, and follow strategies on ThesisX.
ThesisX is an AI-native operating system for on-chain finance. You describe an investment thesis in plain language; the platform pulls live market intelligence from SoSoValue, runs a multi-agent investment committee, applies risk checks, and prepares execution on SoDEX — with your explicit approval at every critical step.
MVP scope covers the full product loop: signed wallet auth, fund creation, SoSo signal-to-allocation mapping, intelligence dashboards, rebalance proposals, watchlist mirroring, weekly reports, and alerts. Buildathon mode enforces live SoSoValue data and SoDEX testnet execution.
ThesisX uses RainbowKit + wagmi for wallet connection. Your address is persisted via POST /api/wallet/connect and becomes your user identity.
Funds you create while connected are linked to your wallet (userId). Only the owner can approve execution, propose/approve rebalances, refresh private intelligence, or toggle the fund kill switch.
Go to Create (/create) and describe your fund in natural language — e.g. sector focus, risk appetite, weekly vs daily rebalance.
Intelligence is assembled into a MarketIntelligencePacket used by the committee, dashboards, and weekly reports.
Six agents (Macro, Narrative, Momentum, Treasury, Risk, Allocation) review the intelligence packet and your prompt. OpenAI generates structured JSON: thesis, allocations, votes, confidence, and execute | hold | reduce recommendation.
Risk engine validates allocations against your policy before a trade intent is created.
Active funds can receive SoSo-powered rebalance proposals on a daily or weekly cadence.
Follow any public fund from the marketplace or fund page. ThesisX opens a paper book that mirrors leader allocations at your chosen scale — no capital at risk, no automatic SoDEX orders for followers.
Browse public funds at /marketplace. Each fund has a public page at /funds/[slug] with thesis, allocations, agent votes, and follow button.
Fund owners use /dashboard/[slug] for private controls and SoSo widgets.
Use this exact flow for a five-minute judge review. Set BUILDATHON_MODE=true, DEMO_MODE=false, EXECUTION_MODE=testnet, and configure SoSoValue + SoDEX credentials in Settings.
ThesisX is experimental software. AI-generated allocations are not financial advice. Buildathon mode uses live SoSoValue intelligence and SoDEX testnet signing with your keys.
Always review agent votes, risk checks, and allocations before approving. Use kill switches if you need to halt automation.