AI agent skill for Solana trading, DeFi, and agent-to-agent infrastructure with hardware-secured wallet. Built for Claude Code, Codex, Gemini CLI, and OpenClaw.
- Jupiter DEX trading — swap any Solana token with best-price aggregation across Raydium, Orca, Meteora
- Meme coin trading — built-in rug-pull detection, liquidity checks, risk assessment before every trade
- Copy trading — follow profitable Solana wallets with systematic risk management
- DeFi yield — earn interest via Jupiter Lend on idle USDC/SOL
- Trading bots — JSON-RPC daemon for low-latency automated strategies
- On-chain identity (ERC-8004) — discoverable agent identity with name, capabilities, and reputation
- Agent-to-agent messaging — encrypted communication between agents with signature verification
- Service discovery — find other agents by capability, broadcast your own needs
- Agent commerce — sell services to other agents via ACE Protocol, with on-chain payment verification
- Hardware security — signing keys live in Apple Secure Enclave, physically impossible to extract
# Install
brew tap SoulPass-AI/soulpass && brew install soulpass
# Initialize wallet
soulpass init
# Start trading
soulpass swap --from USDC --to SOL --amount 100Software-based private keys can be leaked from .env files. SoulPass keys are born in the chip and never leave.
| Approach | Security | Can run autonomously? |
|---|---|---|
.env private key |
Software — plaintext | Yes |
| Browser wallet | Software encryption | No — manual approval |
| MPC wallet | Split-key — provider holds shard | Yes |
| SoulPass | Hardware chip | Yes — zero trust |
claude install-skill SoulPass-AI/soulpass-cli-skill