Phase: Phase 2.
Show all configured boosters for ZABAL Empire (NFTs, ERC20s, multipliers, QUOTIENT reputation) as cards so members understand exactly which holdings unlock which boost. Per-user qualification check.
Endpoints used:
GET /api/boosters/<empire_id>
GET /api/leaderboards/<leaderboardId>/address/<wallet> (qualification check from boosters[])
Where in app: new "All Boosters" view inside src/components/chat/EmpirePanel.tsx, separate from the per-user "Boosters" tab.
API key: none.
Difficulty: 4/10.
Booster types live in V3 (per doc 584):
NFT - holding an NFT contract qualifies for multiplier (often via rodeo / mintclub mint platforms)
ERC20 - holding minimum amount of an ERC-20 (most common, threshold typically 10000000000000000000000000 = 10M tokens with 18 decimals)
QUOTIENT - undocumented; observed as "REPUTATION BOOSTER". Likely Quotient social-graph reputation. Render with a "Reputation" badge.
ZABAL boosters as of 2026-05-02: LOANZ, zaal, SANG, ZAAL (all ERC20) + REPUTATION BOOSTER (QUOTIENT).
glonkybot has 17 boosters across the top Farcaster empires. ZABAL should add CLANKER + GLANKER + ARTBABY + BB + PUSH at 3-5x to ride the network effect (proposal pending Adrian + Zaal sign-off).
Acceptance criteria:
Phase: Phase 2.
Show all configured boosters for ZABAL Empire (NFTs, ERC20s, multipliers, QUOTIENT reputation) as cards so members understand exactly which holdings unlock which boost. Per-user qualification check.
Endpoints used:
GET /api/boosters/<empire_id>GET /api/leaderboards/<leaderboardId>/address/<wallet>(qualification check fromboosters[])Where in app: new "All Boosters" view inside
src/components/chat/EmpirePanel.tsx, separate from the per-user "Boosters" tab.API key: none.
Difficulty: 4/10.
Booster types live in V3 (per doc 584):
NFT- holding an NFT contract qualifies for multiplier (often via rodeo / mintclub mint platforms)ERC20- holding minimum amount of an ERC-20 (most common, threshold typically10000000000000000000000000= 10M tokens with 18 decimals)QUOTIENT- undocumented; observed as "REPUTATION BOOSTER". Likely Quotient social-graph reputation. Render with a "Reputation" badge.ZABAL boosters as of 2026-05-02: LOANZ, zaal, SANG, ZAAL (all ERC20) + REPUTATION BOOSTER (QUOTIENT).
glonkybot has 17 boosters across the top Farcaster empires. ZABAL should add CLANKER + GLANKER + ARTBABY + BB + PUSH at 3-5x to ride the network effect (proposal pending Adrian + Zaal sign-off).
Acceptance criteria:
BOOSTER_TYPES+ label map fromsrc/lib/empire-builder/types.ts