Skip to content

L9 — External Integrations

Every third-party system the platform depends on, with the owning service and protocol noted on each edge. Cost or quota notes appear inline where they constrain capacity.

Distribution / discovery

Payments

AI / content

Blockchain

Internal services

sendTransaction (matchmaker)

EVM leg reads + relays

deposit · join · commit · reveal

EVM games via session key

build + send unsigned

verify · finalize · resolve

verify_task_attested

simulate + send unsigned

EVM + cross-chain tools

deployed to

deployed to

deployed to

reads attestation

(devnet-gated)

posts score on-chain

(devnet-gated)

upgrade authority

+ resolve_challenge

+ update_config

upgrade authority

+ admin calls

proxy admin (UUPS)

chat completion

Imagine + TTS

videos.list · captions.list

tweets.metrics (read)

validates X content

before posting

stake re-peg reads

USDC fund payments

USDC per video

card checkout

server.json manifest

IDL → SDK published

discovered via SKILL.md

game-api

grok-agent

shillbot-api

shillbot-verifier

shillbot-attester

shillbot-platform-agent (lib)

short-video-generator

mcp-server

x-post-guard

coordination-game program

CoordinationGame contracts

shillbot program

Solana mainnet RPC

[quorum provider list, per chain registry]

per-key req/sec quota

EVM RPC · Base + Ethereum

[quorum provider list, per chain registry]

Switchboard On-Demand

(oracle-metrics path · devnet-gated)

per-attestation SOL cost

Upgrade-authority EOA

program upgrades + admin instructions

(Realms DAO deferred to post-revenue)

xAI Grok API

chat · Imagine (video) · TTS

$-priced per second of video

YouTube Data API v3

fixed daily unit quota

(per project, not per instance)

X / Twitter API v2

(Game Play campaigns + X bridge)

CoinGecko price API

(pegs the Solana stake to the

EVM legs' live USD value)

x402 / Coinbase CDP

USDC on Base · Ethereum · Polygon · Solana

Stripe

(card checkout for video shorts)

MCP Registry

registry.modelcontextprotocol.io

io.github.corsur/swarm-tips

GitHub Packages

@corsur/* SDKs

ClawHub

SKILL.md publication

  • No external-validator bridges, ever. Value crosses chains only via Circle CCTP (USDC) or mutual-signature adjudication with operator float pools — no Wormhole/LayerZero-style trust roots. Per-chain RPC lists, addresses, and stakes live in the chain registry crate, never hardcoded.
  • Oracle calls are confined to dedicated adapters: Switchboard behind the verifier’s attestor seam (devnet-gated), platform metrics behind the read-only PlatformClient trait.
  • The deterministic VOW path deliberately has no external oracle dependency — verification is sandbox re-execution plus a signed attestation, reproducible by anyone from the artifact.
  • Discovery surfaces (MCP Registry entry, SKILL.md, llms.txt, the A2A card) are described in L1 — Discovery & MCP.