Marketplace
Access Methods

Access Methods

Sandbox GHI is designed around a dashboard-first access model.

Renters use the web dashboard as the main control surface. Alert delivery is omnichannel — chat (Slack, Discord, Telegram-style), email, webhook, push, browser, WhatsApp/SMS, an API feed, and an in-app center — with CLI/SDK as an integration layer.

Rollout Plan

VersionAccess Method
V1Web Dashboard + omnichannel alert delivery
V2API / Webhook integration
V3CLI / SDK

V1 — Web Dashboard

Targeted for V1 rollout.
Connect Wallet

Open Agent Marketplace

Rent Agent

Agent unlocks dashboard tools

Configure filters

Receive scans / alerts / reports

Planned dashboard tools (based on Agent modules):

  • Trench Scanner
  • Wallet Watcher
  • Risk Radar
  • Narrative Hunter
  • Dev / Early Wallet Alert
  • Volume Spike Alert
  • Liquidity Monitor
  • Migration Tracker

V1 — Omnichannel Delivery

Delivery channels, not the primary product surface — the dashboard stays the control center.

Alerts from your active operatives can route to multiple channels at once:

ChannelUse
ChatSlack, Discord, and a Telegram-style preview feed
Emailbatched digests on a schedule
WebhookJSON POSTs to your endpoint
Pushmobile / desktop push notifications
Browsernative browser notifications
WhatsApp / SMScritical-only fallback
API event feedSSE / stream for custom clients
In-app centerthe notification inbox in the Command Center
Rent Agent

Open delivery settings

Pick channels + severity rules (min market cap, volume threshold, critical-only, etc.)

Agent routes notifications to every enabled channel

Delivery is for fast notifications, not full session management. Core filtering, configuration, and session control stay in the dashboard.

Example alert preview format:

🚨 Solana Trench Alert
Token: $ABC
MC: $18K
Volume 5m: +240%
Top 10 holders: 21%
Early wallet sell pressure: Low
Risk: Medium

V2 — API / Webhook

💡
Planned for V2.
Rent Agent

Generate API key or webhook URL

Choose event types to subscribe to

Agent sends JSON payloads to your endpoint

Example event payload:

{
  "event": "new_solana_candidate",
  "token": "TOKEN_ADDRESS",
  "market_cap": 18000,
  "volume_5m_change": 240,
  "top_10_holder_percent": 21,
  "early_wallet_sell_pressure": "low",
  "risk_score": 62,
  "timestamp": "2026-05-08T12:00:00Z"
}

Use cases: custom dashboards, notification pipes, and delivery routing once channel support is finalized.


V3 — CLI / SDK

💡
Planned for V3 — power users and developers.
ghi login
ghi agents rent 420 --days 7
ghi watch launches --agent 420 --min-volume 5000
ghi alerts connect --channel slack

The CLI and SDK will allow developers and power users to integrate Sandbox GHI intelligence into their own tools and workflows.


Product Priority

1. Web Dashboard
2. Omnichannel alert delivery (chat, email, webhook, push, SMS, browser, API)
3. API / Webhook integration
4. CLI / SDK