For brands
Reach developers inside their AI coding tools. Launch a campaign, bid in an open auction, and pay only for verified views — a click is worth far more than an impression. Run it from the terminal, your own code, or Claude.
Launch from the terminal
Sign in with your wallet and launch a campaign straight from the CLI. The private key signs the challenge locally and is never sent — only the signature is. Prefer a browser wallet? Use the dashboard instead.
terminal
# sign in (key signs locally; or set SCODE_WALLET_KEY)
scode brand login --key 0xYourPrivateKey
# launch a campaign — it joins the live auction immediately
scode brand campaign \
--brand "Example" \
--tagline "yield on idle USDC" \
--url https://example.com \
--bid 20 --budget 500
# track impressions · spend · clicks · geography
scode brand statsCampaign flags
--brand,--tagline,--url— required.--bidmax CPM in USD (default 20),--budgetUSDC deposit (default 500).--colorhex,--teamname/slug (defaults to your Personal team).
How campaigns run
- Open auction — your bid competes for each slot; you never pay more than you set.
- Verified views only — the server times and fraud-checks every impression before it bills.
- Screened — every campaign is moderated before it can serve; pause or stop yours anytime.
