solana-payments-wallets-trading

Installation
Summary

Command-line Solana payments, trading, staking, lending, and portfolio management with local key storage and fine-grained security controls.

  • Send SOL or any token, swap tokens across Jupiter and DFlow, set up DCA and limit orders, and browse trending or recently launched tokens
  • Stake SOL, earn yield through lending protocols (Kamino, MarginFi, Drift, Jupiter Lend, Loopscale) and managed vaults, provide liquidity across DEXes, and trade prediction markets
  • Create and manage local wallets with no private keys in environment variables; configure permissions, transaction limits, and address/token allowlists to control agent access
  • Pay for APIs via x402 protocol, track portfolio performance across all positions, and access structured JSON output for automation workflows
SKILL.md

Payments, Wallets and Trading on Solana

Sol is a command-line tool that lets you work with Solana the way you'd describe it out loud. Instead of constructing transactions and managing program instructions, you say what you want: pay someone, buy a token, stake your SOL.

Keys live locally on disk — no private keys in environment variables, no API keys to configure.

Get Set Up

Prefer npx with @latest — it always runs the latest version with no global install to manage:

npx @solana-compass/cli@latest config set rpc.url https://your-rpc-endpoint.com
npx @solana-compass/cli@latest wallet create --name my-wallet
Installs
398
GitHub Stars
5
First Seen
Feb 23, 2026