Orca Whirlpools - concentrated liquidity on Solana
Scanned 2/12/2026
Install via CLI
openskills install alsk1992/CloddsBot---
name: orca
description: "Orca Whirlpools - concentrated liquidity on Solana"
command: orca
emoji: "🐋"
gates:
envs:
- SOLANA_PRIVATE_KEY
---
# Orca Whirlpools
Orca is a Solana DEX with concentrated liquidity pools (Whirlpools).
## Commands
```
/orca swap <amount> <from> to <to> Execute swap
/orca quote <amount> <from> to <to> Get quote
/orca pools <token> List Whirlpools
```
## Examples
```
/orca swap 1 SOL to USDC
/orca pools ORCA
```
No comments yet. Be the first to comment!
Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementing digital asset systems.