What is available
Understand supported features, required services and unfinished areas.
These guides describe the current implementation. A route can be built while a particular deployment is missing its contract, funds, model, store or running service. Read the page's live state and Status when following a guide.
The app currently uses Somnia Shannon testnet and test collateral. A local screen or sample receipt is not proof that the corresponding live transaction completed.
Supported paths and their prerequisites
| Feature | What it needs |
|---|---|
| Market browsing | Readable market list, books and price feeds. |
| Ordinary wallet trades | Correct wallet/network, collateral, STT, live Window and executable quote. |
| Portfolio and claims | Correct owner, readable positions and ready settlement/redemption state. |
| Trading Balance / tap-trading | Deployed Vault, a funded valid grant/key where applicable, and a working gas path. |
| Private | Configured desk, valid allowance, private funding and valid signed claim tickets. |
| Leverage | Available leverage reserve and a supported wallet-route quote. |
| Range / Moonshot | Deployed, unpaused reserve with sufficient capital and expiry capacity. |
| Parlay | Deployed parlay reserve, eligible legs and sufficient quoting depth/capacity. |
| Earn | Deployed maker vault and readable shares/inventory. Withdrawals need idle capital. |
| Practice | Live Windows and feed reads; no wallet or funds. |
| Duel | Arena and room service, two participants, wallet/card funding and entry gas. Projected history needs its store. |
| Lucky Draw | Working draw service plus live markets; only Place needs the normal order funding path. |
| Line Rider / Candle Hop | Browser play works without funding; shared scores need wallet identity and a score store. |
| Publish strategy | Registry/Vault support, a connected creator and a valid configured runner choice. |
| Execute copied strategy | Funded grant, subscription, active runner, durable database and a suitable market; AI also needs its model. |
| Decision memory | A runner that records decisions and an available decision store. |
| Sensei | Readable snapshot and working model credentials. |
| X-trade | X sign-in, account link, social store, funded executor grant and running relay. |
| Takes / Rooms | Wallet signatures, configured social store and Room eligibility where required. |
| Price alerts | This browser watching readable prices while a tab stays open. |
| Installable web app | A supported browser and online access for live trading. |
The current four-step agent builder is available before connection, with a wallet required to publish. A Shannon Sensei publication was confirmed during the dated testnet rehearsal. Private Restore is available even in an empty browser; its guide includes the verified connected capture. Older Coming soon and hidden-Restore captures remain historical.
Areas that are still incomplete
Paid Memory Market. Public playbooks and recorded decisions exist. Buying, selling or decrypting sealed paid memories does not have a complete implementation.
Reversion strategy. The creation flow offers Momentum and AI Agent. Reversion is not a selectable creation path.
Range takes. Range betting has its own reserve flow. The public take composer still disables Range takes.
Game profile and achievements. The hub's Rating, Record and Streak summary includes dashes, and achievements are pending. Dedicated Duel history and ladder are separate implemented screens.
Native app. Download installs the web app. Native-auth explicitly reports no native build; there is no complete native bridge to follow.
Features whose labels need context
- Free Duel has no pot but still places real test-collateral card orders.
- Practice scores a short live-feed watch; it does not wait for each Window's oracle settlement.
- Moonshot multiple describes a target's conditional payout, not leverage.
- X recovery / Claim finds the linked wallet; it is not a direct payout transaction.
- X Cash out releases unspent budget to Trading Balance; wallet withdrawal is another action.
- Armed means a browser has bounded permission. It does not guarantee sponsorship for every transaction.
- Published strategy means its registry record exists. It does not prove a runner has started.
- Server-checked arcade score means the run was replayed. It is off chain and does not prove human play.
If a screenshot illustrates an unavailable, disconnected or preview state, read its caption as part of the guide. Follow live receipts to establish whether an order, funding action or claim succeeded.
Source notes
This guide follows the application code reviewed on 2026-09-07. Links point to that reviewed commit and require repository access. GitHub may show 404 if you are signed out or do not have access.
- web/src/features/games/catalog.ts
- web/src/features/games/GamesHub.tsx
- web/src/features/strategies/MemoryMarket.tsx
- web/src/features/strategies/CreatorStudio.tsx
- services/ops/src/actors/strategy-runner/index.ts
- web/src/features/takes/TakeComposer.tsx
- web/src/features/private/PrivateClaims.tsx
- web/src/app/native-auth/page.tsx