solana-defi

solana-defi is a skill for Claude Code, Codex from tenzro/tenzro-network. It costs 47 tokens per session (1,359 once invoked), scanned A, original, Apache-2.0.

A toolkit for working with Solana, a blockchain network, including token swaps, balances, staking, NFTs, domains and network status.

In plain words
What is it for?
Getting Jupiter swap quotes, checking prices and balances, staking SOL, transferring SPL tokens, browsing Metaplex NFTs, resolving .sol domains and monitoring Solana health.
Why use it?
It brings common Solana tasks into the agent instead of requiring separate blockchain tools or manual queries.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Getting Jupiter swap quotes, checking prices and balances, staking SOL, transferring SPL tokens, browsing Metaplex NFTs, resolving .sol domains and monitoring Solana health.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tenzro/tenzro-network/solana-defi
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 tenzro/tenzro-network --skill solana-defi
Clone the repo
git clone --depth 1 https://github.com/tenzro/tenzro-network

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 solana-defi

README.md
[![agentmods](https://agentmods.dev/badge/skills/tenzro/tenzro-network/solana-defi/github.svg)](https://agentmods.dev/skills/tenzro/tenzro-network/solana-defi)
Your own site
<a href="https://agentmods.dev/skills/tenzro/tenzro-network/solana-defi"><img src="https://agentmods.dev/badge/skills/tenzro/tenzro-network/solana-defi/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.

agentmods 80×15 button for solana-defi

Your own site · 80×15
<a href="https://agentmods.dev/skills/tenzro/tenzro-network/solana-defi"><img src="https://agentmods.dev/badge/skills/tenzro/tenzro-network/solana-defi.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,359 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00047 $0.01359
Opus 5 $0.00023 $0.00679
Sonnet 5 $0.00009 $0.00272
Haiku 4.5 $0.00005 $0.00136

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

Security

Grade A, and why

solana-defi 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 10d 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.

skills/solana-defi/SKILL.md · 169 lines

How it starts

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

Solana DeFi Skill

Interact with the Solana blockchain for DeFi operations, token management, NFTs, and network monitoring. All tools are available via the Tenzro Solana MCP Server.

MCP Endpoint

Service URL Description
Solana MCP https://solana-mcp.tenzro.xyz/mcp Solana MCP Server (port 3003)

For local development, use http://localhost:3003/mcp.

Tools

DeFi — Jupiter Aggregator

solana_swap

Get a swap quote from Jupiter aggregator for any SPL token pair.

Parameters:

  • input_mint (string, required) — Input token mint address (e.g. So11111111111111111111111111111111111111112 for SOL)
  • output_mint (string, required) — Output token mint address (e.g. EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v for USDC)
  • amount (string, required) — Amount in smallest unit (lamports for SOL)
  • slippage_bps (u32, optional, default 50) — Slippage tolerance in basis points

Example:

solana_swap(input_mint="So11111111111111111111111111111111111111112", output_mint="EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v", amount="1000000000", slippage_bps=50)

Returns: Jupiter quote with inAmount, outAmount, priceImpactPct, route plan.

solana_get_price

Get current token price from Jupiter Price API.

Parameters:

  • token_id (string, required) — Token symbol or mint address (e.g. "SOL", "USDC", or mint address)

Returns: Price in USD, confidence interval.

solana_stake

Get staking instructions for native SOL staking or liquid staking via Marinade/Jito.

Parameters:

  • amount_sol (f64, required) — Amount of SOL to stake
  • validator_address (string, optional) — Validator vote account address

Returns: Staking instructions and expected APY.

solana_get_yield

Get current DeFi yield rates across Solana protocols (Marinade, Jito, Raydium, Orca, Kamino).

Returns: Protocol name, asset, APY, TVL for top yield opportunities.

Tokens — SPL

solana_get_balance

Get SOL balance for an address.

Read the full file on GitHub · 169 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 169 lines · 47 tokens per session scan A 6f01145a293e

Subscribe to this mod's changes

solana-defi is a skill published in the GitHub repository tenzro/tenzro-network (3 stars, last pushed 3d ago), licensed Apache-2.0. It adds 47 tokens to every session and 1,359 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

starknet-defi

Execute DeFi operations on Starknet including token swaps via avnu aggregator, DCA recurring buys, STRK staking, and lending/borrowing. Supports gasless transactions.

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

starknet-defi

Execute DeFi operations on Starknet including token swaps via avnu aggregator, DCA recurring buys, STRK staking, and lending/borrowing. Supports gasless transactions.

internet-court/internet-court-skill · 41 tokens

SunSwap DEX Trading

Execute token swaps, manage liquidity, and query market data on SunSwap DEX via the sun-cli.

BofAI/skills · 27 tokens

ct-alpha

Crypto Twitter intelligence and alpha research. Search X/Twitter for real-time crypto narratives, trending tokens, yield strategies, smart money signals, and protocol research. Features TweetRank (PageRank-inspired credibility scoring), multi-signal token detection, coordinated raid detection, and dynamic tool…

sendaifun/skills · 71 tokens

integrating-jupiter

Comprehensive guidance for integrating Jupiter APIs (Swap, Lend, Perps, Trigger, Recurring, Tokens, Price, Portfolio, Prediction Markets, Send, Studio, Lock, Routing). Use for endpoint selection, integration flows, error handling, and production hardening.

internet-court/internet-court-skill · 59 tokens

pnp-markets-solana

Create, trade, and settle permissionless prediction markets on Solana. Use when building prediction market infrastructure, creating social media markets (Twitter/YouTube/DeFiLlama), setting up custom oracle resolution, P2P betting, or autonomous agent-driven forecasting. Supports V2 AMM, P2P (V3), and custom oracle…

internet-court/internet-court-skill · 89 tokens