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
Copy file name to clipboardExpand all lines: skills/metamask-agent-wallet/workflows/predict-funding.md
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ mm wallet balance --chain 137
25
25
26
26
### Has POL and pUSD on Polygon
27
27
28
-
Use `mm transfer` to send pUSD directly to the deposit wallet address. No conversion needed. The `--token` flag requires the pUSD contract address (not the symbol). Get it from `mm wallet balance --chain 137` output.
28
+
Use `mm transfer` to send pUSD directly to the deposit wallet address. No conversion needed. Get the pUSD contract address from `mm wallet balance --chain 137` output.
29
29
30
30
```bash
31
31
mm transfer --to <DEPOSIT_WALLET_ADDRESS> --amount <AMOUNT> --chain-id 137 --token <PUSD_CONTRACT_ADDRESS> --wait
@@ -45,19 +45,27 @@ mm predict deposit --amount <AMOUNT> --wait
45
45
46
46
### Has POL or another token on Polygon (but no USDC.e or pUSD)
47
47
48
-
Swap to USDC.e on Polygon, then deposit.
48
+
Swap to pUSD on Polygon, then transfer directly to the deposit wallet. The owner EOA needs POL for gas.
Copy file name to clipboardExpand all lines: skills/metamask-agent-workflows/workflows/predict-funding.md
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ mm wallet balance --chain 137
25
25
26
26
### Has POL and pUSD on Polygon
27
27
28
-
Use `mm transfer` to send pUSD directly to the deposit wallet address. No conversion needed. The `--token` flag requires the pUSD contract address (not the symbol). Get it from `mm wallet balance --chain 137` output.
28
+
Use `mm transfer` to send pUSD directly to the deposit wallet address. No conversion needed. Get the pUSD contract address from `mm wallet balance --chain 137` output.
29
29
30
30
```bash
31
31
mm transfer --to <DEPOSIT_WALLET_ADDRESS> --amount <AMOUNT> --chain-id 137 --token <PUSD_CONTRACT_ADDRESS> --wait
@@ -45,19 +45,27 @@ mm predict deposit --amount <AMOUNT> --wait
45
45
46
46
### Has POL or another token on Polygon (but no USDC.e or pUSD)
47
47
48
-
Swap to USDC.e on Polygon, then deposit.
48
+
Swap to pUSD on Polygon, then transfer directly to the deposit wallet. The owner EOA needs POL for gas.
0 commit comments