Colosseum Hackathon · October 2025

Dexter agents across voice, chat, and X

The Colosseum demo spotlights Dexter Voice—our fastest way to execute Solana swaps—but the same agent stack powers the ChatGPT and Claude connectors plus the public X bot. x402 micropayments are baked in, so every interface can bill and unlock premium actions programmatically. Judges can experience every surface from this page.

  • Voice-first swapsRealtime speech-to-trade pipeline built on OpenAI Realtime, our Solana wallet orchestration, and the Jupiter aggregator.
  • No-login demoShared Solana wallet with SOL + USDC resets nightly so every judge can execute a live trade without provisioning accounts.
  • Unified agent stackChatGPT, Claude, and X connectors ride the same MCP tool catalog and x402 pay-per-use rails to keep experiences in sync.
  • Built-in micropaymentsThe x402 micropayment protocol powers per-action billing so voice and chat agents can unlock premium tools without ever leaving the flow.
Evaluator guide

How to experience Dexter in minutes

Everything the judges need—voice demo, connector walkthroughs, MCP catalog, and payment infrastructure—lives on this page. Follow these steps or jump to the sections below.

  1. Step 1Launch the Dexter Voice demo

    Visit beta.dexter.cash on desktop, allow microphone access, and tap Start Session. The page provisions an ephemeral OpenAI Realtime session and binds it to our shared demo wallet.

    • No login required—Turnstile + Supabase gating is bypassed for the demo route.
    • The voice agent echoes the plan before execution so judges can confirm intents verbally.
  2. Step 2Trigger a live swap in under 30 seconds

    Say “Swap 0.25 SOL to USDC” (or any supported pair). Dexter fetches route previews via Jupiter, executes from the demo wallet, and streams back the Solana signature.

    • The UI highlights the confirmation path, settlement signature, and follow-up guidance in one conversation.
    • We log every transaction so the facilitator wallet and API receipts stay auditable for post-demo review.
  3. Step 3Explore the connectors (optional, requires accounts)

    Add the Dexter connector inside Claude or ChatGPT using the URL in the video below. Once authenticated, the same MCP tools and wallet context appear in chat form.

    • Guest tier exposes research tools; authenticated users unlock wallet controls and swap execution.
    • X bot mirrors the experience publicly—mention @dexteraiagent and the agent answers using the connector stack.
  4. Step 4Review the supporting surfaces

    Browse the tool catalog to see the MCP capabilities, skim the roadmap for upcoming work, and check docs.dexter.cash for deeper API notes.

    • x402 micropayments gate premium endpoints—each 402 response is settled by the facilitator service below.
    • All repos, diagrams, and harness scripts are linked in the architecture table so you can trace any claim.
Signature experience

Voice-led Solana trading in a browser

Our flagship flow: speak a command, hear the confirmation, and watch the signed Solana swap land in seconds.

Dexter Voice wires OpenAI’s Realtime API to our Solana wallet resolver so spoken intent becomes executable routes immediately.

We pre-load the shared demo wallet with SOL and USDC so Colosseum judges can trigger real swaps and inspect receipts without any onboarding.

  • Low-latency audio pipeline handles transcription, planning, and speech synthesis without reloading the page.
  • Live settlement summary includes route, output token amount, Solana signature, and recommended follow-ups.
  • Guardrails verify token symbols and repeat the plan aloud before a transaction is signed.
Connectors

Bring Dexter into Claude, ChatGPT, and X

The same agent spine ships across surfaces via Model Context Protocol, so users can keep their preferred interface.

Our MCP server publishes wallet, analytics, and swap tools with access metadata—connectors light up only what a user is entitled to run.

OAuth flows through Supabase, granting Claude or ChatGPT a scoped token that mirrors the voice experience for authenticated accounts.

  • Guest tier offers read-only research; authenticated users unlock wallet-aware actions and swap execution.
  • Twitter/X bot proxies the same agent logic, proving the stack works even in public social surfaces.
  • Harness scripts in dexter-agents replay connector sessions to guarantee tool usage stays within guardrails.
Social surface

Dexter on X — @dexteraiagent

A production X bot listens for mentions and replies with the same agent logic, proving Dexter’s stack works in public.

The twitter-mention-bot process (running under PM2) watches mentions of @dexteraiagent, pipes the tweet into our MCP stack, and posts a threaded response with market intel or wallet insights.

Replies carry swap previews, trending token summaries, and wallet lookups—everything the connectors can do—without exposing private credentials.

  • Uses the shared MCP tool catalog with guest-tier access, so no drift between voice, chat, and social surfaces.
  • All activity routes through dexter-api for auth, logging, and x402 eligibility checks before a reply is published.
  • Harness scripts replay sample mentions to ensure we stay within rate limits and guardrails when the bot is live.
Why it matters

Highlights the judges should notice

Dexter isn’t a demo script—we shipped production infrastructure so agents can discover wallets, analyse markets, and monetise premium actions safely.

Managed Solana wallets for every user

Supabase-authenticated users receive an encrypted custodial wallet on first sign-in. The resolver tools let them list, switch, or export wallets without touching seed phrases.

x402 micropayments as a business model

The x402 protocol powers per-request billing. The facilitator service signs Solana transfers, our API verifies receipts, and agents automatically retry once paid.

Model Context Protocol connectors

Claude, ChatGPT, and custom agents connect through MCP. Tool metadata controls entitlements so every surface respects access tiers and shares the same live data.

Realtime multimodal UX

OpenAI Realtime streams transcripts, actions, and speech synthesis while the frontend pipes results into swap previews, signed receipts, and follow-up prompts.

x402 facilitator

Dexter Facilitator · real Solana settlements

Our facilitator service signs every x402 payment, verifies receipts for dexter-api, and keeps the pay-per-action loop instant. Judges can inspect balances, nonce usage, and settlement history—below is a placeholder for the Facilitators leaderboard that ships from ../x402scan.

High-throughput Solana signerRuns in PM2 alongside dexter-api, funded with SOL + USDC, and rotates fee-payer keys via Supabase Vault automation.
Guardrails & observabilityTracks nonces, emits Prometheus-friendly metrics, and mirrors receipts back to the API so agents never double-charge a user.
Leaderboard readyx402scan repo streams facilitator rankings; we’ll embed the live component here so judges can compare throughput and reliability.
Facilitator leaderboard
RankFacilitatorChain30d VolumeTx CountUnique BuyersUnique SellersLast Settlement
1
PayAI
SOLSolana
$669,358settled via x402230,6729889,012
2
Dexter
SOLSolana
$12,329settled via x402247,4798421
3
OpenX402
SOLSolana
$2,888settled via x402541,39544
4
Coinbase
SOLSolana
$1,653settled via x402535108
5
Corbits
SOLSolana
$258settled via x402163,18367541
6
Daydreams
SOLSolana
$9.73settled via x40297,29624,249
7
AurraCloud
SOLSolana
$0.06settled via x4025811
Architecture

Repos & responsibilities

Each repo links to live code so reviewers can trace the voice client, agent tooling, x402 payments, and harness scripts back to source.

RepositoryAccessRoleWhat to inspect
dexter-mcpPublicConnector tool serverPublishes wallet, trading, analytics, and research tools over MCP with category + access metadata so clients (voice, chat, X) orchestrate identical capabilities.
dexter-agentsPublicVoice client & harnessHosts the Dexter Voice Next.js app, WebRTC bridge, scenario configs, and the dexchat Playwright harness that replays full speech sessions for regression coverage.
x402-facilitatorPublicPayment settlementExpress service that signs Solana transfers, tracks nonce usage, and returns receipts for the API middleware to verify 402 challenges instantly.
pumpstreamsPublicMarket telemetryCollects pump.fun stream analytics, surfaces dashboards, and powers the pumpstream_live_summary MCP tool that voice/chat agents consult mid-session.
dexter-apiPrivateService orchestrationIssues realtime tokens, proxies MCP tool calls, enforces Supabase auth, and verifies x402 settlement payloads before unlocking premium routes.

Access column reflects GitHub visibility verified on October 31, 2025. Need deeper dives? Email [email protected] or DM @dexteraisol /@BranchManager69 on X.

Ready for the Colosseum judges

Dexter Voice proves that a crypto agent can be delightful, safe, and revenue-generating. Explore the demo, review the repos, and let us know what else you want to see—we built this stack to win the Colosseum and carry on afterwards.