You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Fund Predict deposit wallet |`mm-dev predict deposit`|[predict.md](references/predict.md)|
80
+
| Withdraw pUSD from Predict deposit wallet |`mm-dev predict withdraw`|[predict.md](references/predict.md)|
80
81
| Fetch prediction order book |`mm-dev predict book`|[predict.md](references/predict.md)|
81
82
| Watch a Predict job |`mm-dev predict watch`|[predict.md](references/predict.md)|
82
83
| Get a swap or bridge quote |`mm-dev swap quote`|[swap.md](references/swap.md)|
@@ -168,6 +169,7 @@ Do not pass unvalidated user input into any command.
168
169
| Perps deposit/withdraw | Always confirm amount, asset, venue, network, and destination where applicable before executing |
169
170
| Predict trading | Always confirm token ID, side, size, price, order type, market, and outcome before executing |
170
171
| Predict deposit | Always confirm amount before executing |
172
+
| Predict withdraw | Always confirm amount and recipient (`--to` defaults to owner EOA) before executing |
171
173
| Cancel-all operations | Always confirm scope and exact destructive effect before executing |
172
174
| Auth / wallet management | May execute without confirmation, except `reset` which requires explicit user confirmation |
173
175
| Read-only queries | May execute without confirmation |
@@ -197,7 +199,7 @@ In server-wallet mode, signing and transaction commands return a `pollingId` ins
197
199
-`mm-dev wallet requests watch --polling-id <id>`
198
200
3. In BYOK mode, results are returned immediately. If the mnemonic is password-encrypted, the user must set `MM_PASSWORD` environment variable to unlock it for the operation.
199
201
200
-
Transfers, swaps, perps, and predict orders attach a human-readable `intent` summary to their wallet request (e.g. `Transfer 0.5 ETH to 0x...`). When surfacing a pending request from `wallet requests list` or `wallet requests watch`, show the `intent` summary so the user can confirm what they are approving.
202
+
Transfers, swaps, perps, predict orders, and predict withdraws attach a human-readable `intent` summary to their wallet request (e.g. `Transfer 0.5 ETH to 0x...`, `Withdraw 10 pUSD to 0x...`). When surfacing a pending request from `wallet requests list` or `wallet requests watch`, show the `intent` summary so the user can confirm what they are approving.
- If already authenticated, the CLI returns `ALREADY_AUTHENTICATED`. Run `mm-dev logout` first, then log in again.
87
+
-`mm-dev login qr` returns `COMING_SOON`. Use Google or email sign-in instead.
88
88
- Pairing codes tolerate `-` and whitespace separators (e.g. `608-225` is equivalent to `608225`).
89
89
- Use `mm-dev login google --no-wait` or `mm-dev login email --no-wait` for non-interactive/CI flows. Bare `mm-dev login --no-wait` fails without a TTY because no method is selected.
90
90
-`--no-wait` is not supported with QR login. Complete authentication later with `mm-dev login --token`.
Copy file name to clipboardExpand all lines: skills/metamask-agent-wallet/references/polling.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
In server wallet mode, signing and transaction commands return a `pollingId` instead of an immediate result. Use these commands to track and wait for results. Both commands are server-wallet mode only.
4
4
5
-
Transfers, swaps, perps, and predict orders attach a human-readable `intent` summary to their request (e.g. `Transfer 0.5 ETH to 0x...`). When listing or watching requests, surface the `intent` so the user can confirm what they are approving.
5
+
Transfers, swaps, perps, predict orders, and predict withdraws attach a human-readable `intent` summary to their request (e.g. `Transfer 0.5 ETH to 0x...`, `Withdraw 10 pUSD to 0x...`). When listing or watching requests, surface the `intent` so the user can confirm what they are approving.
Withdraw pUSD from your Predict deposit wallet to your owner EOA or another address. Validates the amount against the on-chain deposit wallet balance before signing. Uses the Polymarket Relayer batch mechanism.
0 commit comments