solanaAssist with Solana transactions, token accounts, priority fees, and program interactions.
Install via ClawdBot CLI:
clawdbot install ivangdavila/solanaspl-token close returns the SOL to ownerSetComputeUnitPrice instructionSetComputeUnitLimit to increaseskipPreflight: true only if you know whysolana confirm -v getRecentPrioritizationFees RPC gives current priority fee market — essential for landing txs during congestionGenerated Mar 1, 2026
A business sends a promotional token to a customer's wallet that has never held that token before. The sender must cover the ~0.002 SOL rent-exempt fee to create the recipient's Associated Token Account, or the transaction will fail with an 'Account not found' error.
A trading bot executes swaps on a decentralized exchange during peak activity. To avoid dropped transactions, it must dynamically set priority fees using the `SetComputeUnitPrice` instruction and monitor `getRecentPrioritizationFees` RPC data to land transactions successfully.
A project conducts an NFT mint event, expecting high congestion. They use burner wallets for participants to prevent security risks, ensure transactions include priority fees to bypass drops, and verify finalization with 31+ confirmations to confirm irreversible sales.
A company audits its wallet holdings and finds old, unused token accounts. They use `spl-token close` commands to close these accounts, recovering ~0.002 SOL per account in rent deposits, optimizing capital efficiency.
A marketplace displays token information like names and images. It queries on-chain Metaplex data or uses Helius/SimpleHash APIs to fetch metadata, ensuring accurate listings without relying on rate-limited public RPCs.
Offer paid RPC endpoints with higher rate limits and reliability than public options like api.mainnet-beta.solana.com. Target developers building production dApps who need consistent access and advanced features such as priority fee data.
Develop software that analyzes network congestion and automatically sets optimal priority fees and compute unit limits for users. Serve traders and dApps to reduce failed transactions and improve success rates during high activity.
Provide services to audit wallet approvals and simulate transactions to detect malicious programs. Educate users on safe practices, such as using burner wallets for risky interactions, to prevent drains and enhance trust in Solana ecosystems.
💬 Integration Tip
Always simulate transactions with preflight checks to catch errors before broadcasting, and use paid RPCs for production apps to avoid rate limits and ensure reliability.
Connect Claude to Clawdbot instantly and keep it connected 24/7. Run after setup to link your subscription, then auto-refreshes tokens forever.
ERC-8004 Trustless Agents - Register, discover, and build reputation for AI agents on Ethereum. Use when registering agents on-chain, querying agent registries, giving/receiving reputation feedback, or interacting with the AI agent trust layer.
Autonomous crypto trading on Base via Bankr. Use for trading tokens, monitoring launches, executing strategies, or managing a trading portfolio. Triggers on "trade", "buy", "sell", "launch", "snipe", "profit", "PnL", "portfolio balance", or any crypto trading task on Base.
Deploy ERC20 tokens on Base using Clanker SDK. Create tokens with built-in Uniswap V4 liquidity pools. Supports Base mainnet and Sepolia testnet. Requires PRIVATE_KEY in config.
Query DeFi portfolio data across 50+ chains via Zapper's GraphQL API. Use when the user wants to check wallet balances, DeFi positions, NFT holdings, token prices, or transaction history. Supports Base, Ethereum, Polygon, Arbitrum, Optimism, and more. Requires ZAPPER_API_KEY.
Interact with Solana blockchain via Helius APIs. Create/manage wallets, check balances (SOL + tokens), send transactions, swap tokens via Jupiter, and monitor addresses. Use for any Solana blockchain operation, crypto wallet management, token transfers, DeFi swaps, or portfolio tracking.