@byreal-io/byreal-cli-realclaw 0.4.5 → 0.5.1-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.
Files changed (3) hide show
  1. package/README.md +16 -0
  2. package/dist/index.cjs +4347 -1140
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -146,6 +146,22 @@ If Privy is not configured, `--execute` fails fast with `PRIVY_NOT_CONFIGURED` a
146
146
  | `rent reclaim` | Close empty token accounts to recover SOL rent |
147
147
  | `sweep execute` | Consolidate dust tokens into target token |
148
148
  | `dflow swap` | Swap tokens via DFlow order-flow aggregator |
149
+ | `polymarket category list` | Polymarket: list configured categories (Phase A) |
150
+ | `polymarket event list` | Polymarket: list active events under a category |
151
+ | `polymarket event search` | Polymarket: search whitelisted events (Gamma ∩ whitelist) |
152
+ | `polymarket event detail` | Polymarket: event detail (compact/full, neg-risk) |
153
+ | `polymarket portfolio read` | Polymarket: positions / value / pnl (public) |
154
+ | `polymarket funding balance`| Polymarket: available balance (public) |
155
+ | `polymarket order preview` | Polymarket: order preview (book-sweep + slippage + freshness) |
156
+ | `polymarket account readiness` | Polymarket: pre-trade gate (proxy READY + balance + market, L2) |
157
+ | `polymarket account deploy` | Polymarket: deploy the proxy/deposit wallet (poll READY) |
158
+ | `polymarket order place` | Polymarket: place a market (FOK; re-quote → sign → submit → poll) or limit (GTC; resting + keepalive) order |
159
+ | `polymarket order active` | Polymarket: list active (open) orders (L2) |
160
+ | `polymarket order status` | Polymarket: read a single order status (L2) |
161
+ | `polymarket order cancel` | Polymarket: cancel open orders (dry-run previews; execute cancels) |
162
+ | `polymarket funding deposit` | Polymarket: deposit Solana USDC → Polygon proxy (use `--dry-run` to preview) |
163
+ | `polymarket funding withdraw` | Polymarket: withdraw Polygon pUSD → embedded Solana USDC (use `--dry-run` to preview; backend signs + relays) |
164
+ | `polymarket funding status` | Polymarket: deposit/withdraw transfer status |
149
165
  | `update check` | Check for CLI updates |
150
166
 
151
167
  ## Update