@byreal-io/byreal-cli-realclaw 0.3.7 → 0.3.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -29,6 +29,10 @@ npm install -g @byreal-io/byreal-cli-realclaw
29
29
  - **Swap** — Preview and execute token swaps with slippage control and price impact estimation.
30
30
  - **Positions** — Open, close, and manage CLMM positions. Claim fees and rewards. Analyze position performance. Copy top farmers' positions with one command.
31
31
  - **Wallet** — Query wallet balance.
32
+ - **Jupiter** — Swap tokens via Jupiter aggregator, get token prices.
33
+ - **Kamino** — Deposit and withdraw tokens on Kamino Lend for idle yield.
34
+ - **Rent Reclaim** — Close empty SPL token accounts to recover SOL rent.
35
+ - **Token Sweep** — Consolidate dust tokens into USDC (or any target) via Jupiter swap + rent reclaim.
32
36
  - **Config** — Configure RPC URL, slippage tolerance, priority fees.
33
37
 
34
38
  ## Quick Start
@@ -79,6 +83,13 @@ All commands support `-o json` for structured output.
79
83
  | `positions top-positions` | View top positions in a pool |
80
84
  | `positions copy` | Copy a farmer's position |
81
85
  | `wallet balance` | Query wallet balance |
86
+ | `jup swap` | Swap tokens via Jupiter aggregator |
87
+ | `jup price` | Get token price from Jupiter |
88
+ | `kamino deposit` | Deposit tokens into Kamino Lend |
89
+ | `kamino withdraw` | Withdraw tokens from Kamino Lend |
90
+ | `kamino status` | View Kamino lending positions and yield |
91
+ | `rent reclaim` | Close empty token accounts to recover SOL rent |
92
+ | `sweep execute` | Consolidate dust tokens into target token |
82
93
  | `update check` | Check for CLI updates |
83
94
 
84
95
  ## Update