gentech-x402-services

gentech-x402-services is a skill for Claude Code, Codex from Gentech-Labs/genTech-agent-kit. It costs 99 tokens per session (1,001 once invoked), scanned A, original, MIT.

A collection of paid web services that return blockchain and cryptocurrency data. Each request is paid in USDC, a dollar-linked cryptocurrency, on Base, an Ethereum-compatible network.

In plain words
What is it for?
It helps check token risk and prices, find blockchain-based agents, analyse DeFi liquidity pools, inspect wallet portfolios, and search NFT collections.
Why use it?
It lets an agent obtain data without creating an account or managing an API key. The agent must sign and send a payment for each request.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit It helps check token risk and prices, find blockchain-based agents, analyse DeFi liquidity pools, inspect wallet portfolios, and search NFT collections.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gentech-labs/gentech-agent-kit/bankr
Install

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.

Any agent
npx skills add Gentech-Labs/genTech-agent-kit --skill bankr
Clone the repo
git clone --depth 1 https://github.com/Gentech-Labs/genTech-agent-kit

Made for: Claude Code, Codex.

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 gentech-x402-services

README.md
[![agentmods](https://agentmods.dev/badge/skills/gentech-labs/gentech-agent-kit/bankr.svg)](https://agentmods.dev/skills/gentech-labs/gentech-agent-kit/bankr)
Your own site
<a href="https://agentmods.dev/skills/gentech-labs/gentech-agent-kit/bankr"><img src="https://agentmods.dev/badge/skills/gentech-labs/gentech-agent-kit/bankr.svg" alt="Measured on agentmods" height="20"></a>
Per session 99 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,001 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.00099 $0.01001
Opus 5 $0.00049 $0.00500
Sonnet 5 $0.00020 $0.00200
Haiku 4.5 $0.00010 $0.00100

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

Security

Grade A, and why

gentech-x402-services scanned grade A with 1 finding 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 7d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s https://api.gentechlabs.net/v1/market/price/ETH
skills/bankr/SKILL.md · 55 lines

How it starts

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

GenTech x402 Services

Pay-per-call API gateway by GenTech Labs. No API key, no account, no signup — any x402-capable agent pays USDC on Base per request and gets data back.

How to use (for Bankr agents)

  1. Call the endpoint for your service. You'll get HTTP 402 Payment Required with an x402 v2 envelope.
  2. The envelope tells you the price, USDC asset, payTo address, and EIP-712 domain (name "USD Coin", version "2").
  3. Sign the payment via EIP-3009 (gasless transferWithAuthorization) and retry with Authorization: x402 <proof> or X-Payment header.
  4. You get HTTP 200 with real data. Payments settle on-chain on Base in USDC.

Endpoints (all on https://api.gentechlabs.net)

Endpoint Service Price Example
GET /v1/security/score/{address} Token security / rug risk $0.01 /v1/security/score/So11111111111111111111111111111111111111112
GET /v1/market/price/{symbol} Market price $0.005 /v1/market/price/ETH
GET /v1/agents/search?q={query} On-chain agent discovery (ERC-8004) $0.01 /v1/agents/search?q=gentech
GET /v1/defi/lp/{address} LP pool analytics $0.02 /v1/defi/lp/{tokenAddress}
GET /v1/wallet/portfolio/{address} Wallet analysis $0.02 /v1/wallet/portfolio/{walletAddress}
GET /v1/nft/search?q={query} NFT collection search $0.01 /v1/nft/search?q=mad%20lads
GET /v1/defender/classify/{chainId}/{token} Airdrop/dust-token defense — classifies tokens as KNOWN/SUSPICIOUS (homoglyph impersonation, no liquidity), quarantine + safe burn calldata $0.01 /v1/defender/classify/43114/0x8e53ad52980478794bb5b459b7cbdd836975e4cb

Discovery

  • x402 manifest: https://api.gentechlabs.net/.well-known/x402
  • Full bazaar manifest (all services + prices): https://api.gentechlabs.net/.well-known/x402-bazaar

Example flow

# 1. Trigger the 402
curl -s https://api.gentechlabs.net/v1/market/price/ETH
# → 402 + accepts[{scheme: exact, network: eip155:8453, asset: 0x833589... (USDC Base), amount, payTo, extra: {name: "USD Coin", version: "2"}}]

# 2. Sign EIP-3009 transferWithAuthorization (gasless, USDC on Base), then retry:
curl -s -H "Authorization: x402 <proof>" https://api.gentechlabs.net/v1/market/price/ETH
# → 200 {"symbol":"ETH","priceUsd":...}

Read the full file on GitHub · 55 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. 7d ago First seen · 55 lines · 99 tokens per session scan A 7e137f90304a

Subscribe to this mod's changes

gentech-x402-services is a skill published in the GitHub repository Gentech-Labs/genTech-agent-kit (0 stars, last pushed 16d ago), licensed MIT. It adds 99 tokens to every session and 1,001 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

splits

Use Splits with Bankr for onchain treasury operations: secure assets, process revenue, manage operating subaccounts, pay expenses, govern contracts, and maintain clean accounting books.

BankrBot/skills · 38 tokens

x402

Monetize any user project/service with the x402 payment protocol on platform networks (Base + Monad + Robinhood + X Layer + Solana; Starchild platform billing: payperuse / lifetime / weekly / monthly / quarterly / yearly / prepaid, plus multi-plan services), limited-time free promotions (amount-0 verify, no…

Starchild-ai-agent/official-skills · 125 tokens

starknet-mini-pay

Simple P2P payments on Starknet. Generate QR codes, payment links, invoices, and transfer ETH/STRK/USDC. Like Lightning, but native.

keep-starknet-strange/starknet-agentic · 40 tokens

x402-list

Discover x402 payment services and on-chain-verified facilitator settlement volume via the x402-list directory. Use when a user or agent needs to find an API/service that accepts x402 (HTTP 402 stablecoin) payments, compare services by reliability and price, check service uptime/health, see whether a service has…

mcccsm/x402-list-mcp · 99 tokens

stablecoin-market-brief

Get a real-time stablecoin market overview from 500+ protocols and 20+ CEX: total market cap, yield-bearing stablecoin market cap, asset distribution (USDT/USDC/DAI share), chain distribution (Ethereum/BSC/Arbitrum share), and market-wide APY statistics. Use when users ask about the stablecoin market, market cap, TVL…

okx/plugin-store · 110 tokens

stablecoin-yield-radar

Query real-time stablecoin supply APY from Barker's yield index — 500+ protocols and 20+ CEX. Returns ranked APY, TVL, protocol, chain, asset. Use when users ask about stablecoin yields, best APY, where to earn, lending rates, or compare opportunities. Powered by Barker (https://barker.money) — Yield Primitive for the…

okx/plugin-store · 88 tokens