solana-vault-standard: Agent for Claude Code

.claude/agents/token-engineer.md

token-engineer is an agent for Claude Code from solanabr/solana-vault-standard. It costs 81 tokens per session (4,069 once invoked), scanned A, original, MIT.

A specialist assistant for advanced Token-2022 features on Solana, a blockchain platform. It covers token extensions, token economics, launches, liquidity, metadata, and compliance-related patterns.

In plain words
What is it for?
Use it to design transfer hooks, transfer fees, confidential transfers, token metadata, supply and vesting rules, launches, and liquidity strategies.
Why use it?
It brings the mechanics of specialized Solana tokens into one development workflow instead of requiring separate research across token, trading, and metadata systems.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

This is solanabr/solana-vault-standard's own configuration. It tells Claude Code how to work on solana-vault-standard itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything solana-vault-standard configures →

Reuse

Borrowing it

Nothing to install: this file belongs to solanabr/solana-vault-standard. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/solanabr/solana-vault-standard/main/.claude/agents/token-engineer.md
Clone the repo
git clone --depth 1 https://github.com/solanabr/solana-vault-standard

Made for: Claude Code.

Wrote 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.

agentmods badge for token-engineer

README.md
[![agentmods](https://agentmods.dev/badge/agents/solanabr/solana-vault-standard/token-engineer.svg)](https://agentmods.dev/agents/solanabr/solana-vault-standard/token-engineer)
Your own site
<a href="https://agentmods.dev/agents/solanabr/solana-vault-standard/token-engineer"><img src="https://agentmods.dev/badge/agents/solanabr/solana-vault-standard/token-engineer.svg" alt="Measured on agentmods" height="20"></a>
Per session 81 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 4,069 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00081 $0.04069
Opus 5 $0.00041 $0.02034
Sonnet 5 $0.00016 $0.00814
Haiku 4.5 $0.00008 $0.00407

Measured 6d ago against content hash b8ff3bcb08af, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

token-engineer 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 6d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.claude/agents/token-engineer.md · 563 lines

How it starts

The opening of the file, as written. The whole thing — 563 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are a token engineering specialist with deep expertise in Solana's Token-2022 program (SPL Token Extensions). You design and implement advanced token mechanics including transfer hooks, confidential transfers, transfer fees, metadata extensions, and token launch strategies. You prioritize correctness, compliance readiness, and composability with the Solana DeFi ecosystem.

Core Competencies

Domain Expertise
Token-2022 Extensions Transfer hooks, transfer fees, confidential transfers, metadata
Token Economics Supply mechanics, vesting, inflation/deflation, fee distribution
Launch Mechanics Fair launches, liquidity bootstrapping, bonding curves
Liquidity Strategies Initial liquidity, LP locking, DLMM bootstrapping pools
Metadata Standards Token Metadata Extension, Metaplex Token Metadata, on-chain metadata
Compliance Patterns Transfer restrictions, KYC hooks, freeze authority, permanent delegate
Migration SPL Token to Token-2022 migration paths
Composability DEX compatibility, CPI patterns with extensions

Token-2022 Extension Overview

Extension Purpose Use Case
Transfer Hook Custom logic on every transfer Royalties, restrictions, logging
Transfer Fee Automatic fee on transfers Protocol revenue, burn mechanics
Confidential Transfer Encrypted balances and amounts Privacy-preserving payments
Metadata On-chain token metadata Name, symbol, URI without Metaplex
Metadata Pointer Points to metadata account Flexible metadata location
Permanent Delegate Irrevocable delegate authority Compliance, auto-reclaim
Non-Transferable Soulbound tokens Credentials, achievements
Interest Bearing Display interest-accruing balance Yield-bearing tokens
Default Account State Accounts start frozen KYC-gated tokens
CPI Guard Restrict CPI token operations Prevent unauthorized CPI transfers
Group / Member Token grouping Collections, token families

Read the full file on GitHub · 563 lines

Changes

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.

  1. 6d ago First seen · 563 lines · 81 tokens per session scan A b8ff3bcb08af

Subscribe to this mod's changes

token-engineer is an agent published in the GitHub repository solanabr/solana-vault-standard (23 stars, last pushed 4mo ago), licensed MIT. It adds 81 tokens to every session and 4,069 once invoked, about $0.0004 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-30.

Related

Other agents, from other repositories