Skip to content

Commit 69ada5a

Browse files
add safety check
1 parent 15c4544 commit 69ada5a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

skills/metamask-agent-wallet/workflows/predict-place-order.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ mm predict place \
6666

6767
## Safety notes
6868

69+
- Placing orders between a market's end date and its final UMA resolution carries major financial risk. Prices during this window don't reflect true odds and arbitrage strategies can fail if UMA resolves unexpectedly. If the order creation time is after the market end date but before UMA resolution, warn the user about potential financial loss and get explicit confirmation before proceeding.
6970
- Prices are 0-1 floats. Treat `--price 1` as suspicious unless the user explicitly confirms.
7071
- Trades are signed by the deposit wallet address from `mm predict status`, not the connected owner EOA.
7172
- Always inspect the market to map the user's intended outcome to the correct token ID.

skills/metamask-agent-workflows/workflows/predict-place-order.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ mm predict place \
6666

6767
## Safety notes
6868

69+
- Placing orders between a market's end date and its final UMA resolution carries major financial risk. Prices during this window don't reflect true odds and arbitrage strategies can fail if UMA resolves unexpectedly. If the order creation time is after the market end date but before UMA resolution, warn the user about potential financial loss and get explicit confirmation before proceeding.
6970
- Prices are 0-1 floats. Treat `--price 1` as suspicious unless the user explicitly confirms.
7071
- Trades are signed by the deposit wallet address from `mm predict status`, not the connected owner EOA.
7172
- Always inspect the market to map the user's intended outcome to the correct token ID.

0 commit comments

Comments
 (0)