Add agent wallet docs#2931
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
1559ef2 to
0137a5a
Compare
AyushBherwani1998
left a comment
There was a problem hiding this comment.
LGTM, can you just make sure the commands references are updated with 0.4.0 release, along with guides?
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 36af18b. Configure here.
updated |
|
|
||
| - Security check | ||
| - Network allowlist | ||
| - Token recipient allowlist |
There was a problem hiding this comment.
Just confirming if these are supported, if guardrails are changed recently.
I know about Outflow, and Address allowlist. Also, Security Check doesn't give what kind of guardrail it provides - if it's supproted.
There was a problem hiding this comment.
Is it talking about Shield Malicious transactions?
There was a problem hiding this comment.
These are supported, got added in a recent PR. Cross checked with product team.
|
|
||
| - Security check | ||
| - Network allowlist | ||
| - Token recipient allowlist |
There was a problem hiding this comment.
Is it talking about Shield Malicious transactions?
| mm chains list --json | ||
| ``` | ||
|
|
||
| ## Product coverage |
There was a problem hiding this comment.
Misses the testnet. Maybe can have a section
Mainnet
Testnet
|
|
||
| | Sign-in method | 2FA delivery | | ||
| | --------------- | ----------------------------------- | | ||
| | QR code | MetaMask Mobile push notification | |
There was a problem hiding this comment.
This is coming soon? Also, add a note after which MetaMask Mobile version it's supported.
There was a problem hiding this comment.
Maybe below in QR code info you can add.
There was a problem hiding this comment.
We have added QR code info just below this section in a note. We do not want to add more info about it on the docs since we are not sure about it at the moment.
|
Update product headings to be capitalised since product names need emphasis. This might break vale which can be fixed separately since Vale anyway is breaking on all PRs. Also capitalised places where inconsistency was visible. |

Adds documentation for agent wallet
Note
Low Risk
Documentation and site navigation only; no application runtime changes. Reviewers should spot-check CLI flags and error codes against the shipped CLI for factual accuracy.
Overview
Introduces MetaMask Agent Wallet as a first-class docs product at
/agent-wallet, covering themmCLI (@metamask/agentic-cli), agent skills setup, wallet/trading modes, and the security stack (Transaction Protection, Transaction Shield, Smart Transactions, 2FA).The new tree follows Diataxis-style layout: overview and Quickstart, Use the CLI directly, task guides (transfers, swap/bridge, Hyperliquid perps, Polymarket predict, balances, signing), plus reference (architecture, commands, error codes, supported chains) and troubleshooting.
agent-wallet-sidebar.jswires the nav.Site integration adds a Docusaurus
agent-walletdocs plugin, footer and homepage product cards, desktop Products dropdown and mobile product menu, and llms index/full exports for Agent Wallet. Contributor rules gainproduct-agent-wallet.mdc, Agent Wallet terminology interminology.mdc, and sidebar/product tables inAGENTS.mdandcontributor-workflow.mdc.Reviewed by Cursor Bugbot for commit b64d5c6. Bugbot is set up for automated code reviews on this repo. Configure here.