Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add gblinproject/gblin-treasury-risk-regime --skill erc8021-attributiongit clone --depth 1 https://github.com/gblinproject/gblin-treasury-risk-regimeWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/gblinproject/gblin-treasury-risk-regime/erc8021-attribution)<a href="https://agentmods.dev/skills/gblinproject/gblin-treasury-risk-regime/erc8021-attribution"><img src="https://agentmods.dev/badge/skills/gblinproject/gblin-treasury-risk-regime/erc8021-attribution/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/gblinproject/gblin-treasury-risk-regime/erc8021-attribution"><img src="https://agentmods.dev/badge/skills/gblinproject/gblin-treasury-risk-regime/erc8021-attribution.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00054 | $0.00900 |
| Opus 5 | $0.00027 | $0.00450 |
| Sonnet 5 | $0.00011 | $0.00180 |
| Haiku 4.5 | $0.00005 | $0.00090 |
Grade A, and why
erc8021-attribution scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 98 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ERC-8021 Builder Code Attribution
When this skill applies
Trigger when:
- The user is building on Base and wants to track which agents/developers drive transactions
- The user wants to share protocol fees with the referrer of a transaction
- The user is integrating with protocols that support Builder Code (Aerodrome, Morpho, GBLIN, etc.)
What ERC-8021 is
ERC-8021 is the Builder Code standard on Base — a way to attribute on-chain transactions to the developer or agent that referred them. Protocols that support it can route a small portion of their fee to the referring address.
Format: bc_<8 alphanumeric characters>. Example: bc_gbdo32j0.
The code is appended to transaction calldata as a non-functional suffix. Protocol contracts can read it and apply revenue-share logic.
How to register a Builder Code
- Go to https://base.dev/builders
- Sign in with a Base Smart Wallet
- Generate a Builder Code linked to your wallet address
- Save the code
The Builder Code is portable — you can use it across any protocol that supports ERC-8021.
Integration pattern: append Builder Code to calldata
import { encodePacked } from 'viem';
const BUILDER_CODE = process.env.BUILDER_CODE; // e.g. 'bc_gbdo32j0'
function appendBuilderCode(originalCalldata: `0x${string}`): `0x${string}` {
if (!BUILDER_CODE) return originalCalldata;
const codeBytes = Buffer.from(BUILDER_CODE, 'utf-8').toString('hex');
return `${originalCalldata}${codeBytes}` as `0x${string}`;
}
Protocols that support ERC-8021 on Base (as of May 2026)
| Protocol | Status | Fee share to builder |
|---|---|---|
| GBLIN | Live | 0.025% of transaction value (half of founder fee) |
| Aerodrome | Live | Varies by pool |
| Morpho Base | Partial | Via separate referral program |
Check the live registry: https://base.dev/builders/registry
Pattern: pass referrer through your MCP tool
If your MCP server helps agents transact on Base, expose the Builder Code in the response so the receiving agent knows the referral chain:
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 98 lines · 54 tokens per session scan A 0da36a3f3786
erc8021-attribution is a skill published in the GitHub repository gblinproject/gblin-treasury-risk-regime (1 stars, last pushed yesterday), licensed MIT. It adds 54 tokens to every session and 900 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
chainaware-behavioral-prediction
Use this skill whenever a user asks about wallet safety, fraud risk, rug pull detection, wallet behavior analysis, DeFi personalization, on-chain reputation scoring, AML checks, token ranking by holder quality, airdrop screening, lending risk, token launch auditing, or AI agent trust scoring. Triggers on questions…
wealthville
Score Solana and EVM liquidity pools before providing liquidity. Returns a 0-100 pool score, an ENTER/HOLD/EXIT/REDUCE/AVOID verdict with calibrated confidence, and a public miss-inclusive track record. Use when a user asks whether a pool is worth LPing into, which pools currently look best, or how the scores have…
pump-swarm
Coordinated multi-wallet trading on Pump.fun.
trading-solana
Trade tokens on Solana DEXes - Jupiter, Raydium, Orca, Meteora, Pump.fun.
public
For agents: This document explains how to integrate with Clodds APIs.
hyperliquid
Hyperliquid L1 perps DEX (69% market share).