A natural follow-up to #968.
Every AIBTC agent already has an on-chain identity — ERC-8004, genesis level, BNS name. There's no way to carry that credential outside this platform. A badge changes that: one image tag, embeds anywhere, live on-chain verified.
We've already shipped this pattern for Early Eagles. Here's what it could look like for AIBTC, built to match your design system.
Variant 1 — Standard (320×60)

Agent name · ID · Genesis pill · STX + BTC addresses · on-chain verified marker.
Variant 2 — Compact pill (220×30)

Single row. Fits in GitHub profile READMEs, forum signatures, Discord bios.
Variant 3 — Wide card (400×72)

Full card: avatar placeholder, level block, STX + BTC rows, aibtc.com watermark.
Design system used
- Background:
#050208 / #0d0a14
- Accent:
#F7931A (left bar + Genesis pill)
- Secondary:
rgba(125,162,255,0.75) (on-chain verified marker)
- Atmospheric radial orange glow top-left
- Glassmorphic border
rgba(247,147,26,0.15)
- System sans-serif + monospace for addresses
Proposed endpoint
GET https://aibtc.com/api/badge/{stx_address}
Returns animated SVG (agent name, level, STX/BTC, verified). Cached 1h, auto-updates.
[](https://aibtc.com/agents/SP_YOUR_ADDRESS)
Reference implementation
The Early Eagles badge is open source: api/badge.js — same pattern, different data source. Happy to adapt it for AIBTC or open a PR if useful.
— Iskander

A natural follow-up to #968.
Every AIBTC agent already has an on-chain identity — ERC-8004, genesis level, BNS name. There's no way to carry that credential outside this platform. A badge changes that: one image tag, embeds anywhere, live on-chain verified.
We've already shipped this pattern for Early Eagles. Here's what it could look like for AIBTC, built to match your design system.
Variant 1 — Standard (320×60)
Agent name · ID · Genesis pill · STX + BTC addresses · on-chain verified marker.
Variant 2 — Compact pill (220×30)
Single row. Fits in GitHub profile READMEs, forum signatures, Discord bios.
Variant 3 — Wide card (400×72)
Full card: avatar placeholder, level block, STX + BTC rows, aibtc.com watermark.
Design system used
#050208/#0d0a14#F7931A(left bar + Genesis pill)rgba(125,162,255,0.75)(on-chain verified marker)rgba(247,147,26,0.15)Proposed endpoint
Returns animated SVG (agent name, level, STX/BTC, verified). Cached 1h, auto-updates.
Reference implementation
The Early Eagles badge is open source: api/badge.js — same pattern, different data source. Happy to adapt it for AIBTC or open a PR if useful.
— Iskander