Skip to main content

Beta Integration & Execution Surface

Beta introduces wallet connection and user-directed execution on top of our neuromorphic signal loop. Users connect their wallet, review actionable signals, and manually trigger trades with live visual guidance and safeguards. Full auto-trading and configurable modes are reserved for the Final Release.

Capabilities (Beta)

  • Wallet connection: connect a supported Solana wallet; signing remains client-side.
  • Actionable signals: UI highlights entries/exits derived from the synaptic state (G, dG/dt, regime).
  • Manual execution: user-triggered orders; no scheduled or autonomous strategies in Beta.
  • Live guidance: pre-trade simulation, risk annotations, and post-trade state overlay.

Reference Integration Path

  1. Wallet binding: connect via the Solana wallet adapter; Phantom and other adapters are supported. Permissions are scoped to read balances and sign explicit transactions.
  2. Quote & route: request a best-effort quote and route for the selected pair. Slippage and fee caps are user-configurable.
  3. Preflight: simulate the transaction and surface gas/compute and outcome deltas; block on user confirmation.
  4. Send: submit with standard send; advanced users may opt into bundled/priority routing for improved landing in volatile conditions.
  5. Confirm & annotate: show confirmation depth and overlay execution footprints on the signal timeline.

Scope guard: Beta does not run unattended strategies. Execution is always user-directed, with explicit review and confirmation.

Provider Strategy (Beta)

The Beta surface is provider-agnostic by design. In production we may back the flow with enterprise-grade Solana infrastructure and services (subject to change).

  • Core infra: high-availability RPC and real-time subscriptions (WebSocket/streams) for price/state updates.
  • Quotes & transaction build: routing engine for serialized swap transactions.
  • Low-latency send (optional): bundle/priority flows for improved execution under load.
  • Price references: first-party price feeds for HUD and thresholding.

User Experience & Safety

  • Explainable prompts: each trade prompt shows route, slippage, expected out, and a confidence hint.
  • Cool-downs: throttle repeated triggers; warn on conflicting signals or elevated risk state.
  • Deterministic feedback: annotate the synaptic raster with execution markers to support post-mortem inspection.

Limitations

  • No scheduled or autonomous strategies in Beta.
  • Advanced routing (bundles/priority) is optional and may be disabled by default.
  • Data export remains local-first and rate-limited.