@byreal-io/byreal-cli-realclaw 0.4.1 → 0.4.3-beta.0
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 +4 -4
- package/dist/index.cjs +56497 -53335
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -125,10 +125,10 @@ If Privy is not configured, `--execute` fails fast with `PRIVY_NOT_CONFIGURED` a
|
|
|
125
125
|
| `tokens list` | List available tokens |
|
|
126
126
|
| `swap execute` | Preview or execute a token swap |
|
|
127
127
|
| `positions list` | List positions (own wallet or any via --user) |
|
|
128
|
-
| `positions open` | Open a new CLMM position
|
|
129
|
-
| `positions increase` | Add liquidity to an existing position
|
|
130
|
-
| `positions decrease` | Partially remove liquidity from a position
|
|
131
|
-
| `positions close` | Close a position
|
|
128
|
+
| `positions open` | Open a new CLMM position (supports `--auto-swap` Zap-In with `--execute`) |
|
|
129
|
+
| `positions increase` | Add liquidity to an existing position (supports `--auto-swap` Zap-In with `--execute`) |
|
|
130
|
+
| `positions decrease` | Partially remove liquidity from a position (supports `--auto-swap` Zap-Out with `--execute`) |
|
|
131
|
+
| `positions close` | Close a position (supports `--auto-swap` Zap-Out + incentive preclaim with `--execute`) |
|
|
132
132
|
| `positions claim` | Claim trading fees |
|
|
133
133
|
| `positions claim-rewards` | Claim incentive rewards from positions |
|
|
134
134
|
| `positions claim-bonus` | Claim CopyFarmer bonus rewards |
|