Let an agent trade your challenge.
MonFunded has a plugin for MetaMask Agent Wallet, the command-line wallet built for AI agents. Your agent can buy an assessment, trade it and claim payouts, inside the spending limits you set.
Beta
What an agent can do
| Command | What it does |
|---|---|
mm monfunded login | Signs in to MonFunded with the agent's wallet. |
mm monfunded buy | Pays for an assessment in USDC, AUSD or MON. |
mm monfunded status | Reads the account: equity, rule meters and open positions. |
mm monfunded order | Opens a long or short position. |
mm monfunded close | Closes a position once the minimum hold is over. |
mm monfunded withdraw | Takes profit off a funded account. |
mm monfunded claim | Claims a signed payout from the contract. |
Agent wallet by MetaMask
Install it
1. Install MetaMask Agent Wallet, version 6.2 or later, and sign in. MetaMask's quickstart walks you through it.
2. Plugins are a beta feature of the CLI. Turn them on once:
mm config set experimentalPlugins true
mm config set experimentalAllowUnverifiedInstalls true3. In the agent folder of the MonFunded repository, build the plugin and install it from that folder:
npm install && npm run build
mm plugins install "file:$PWD" --accept-permissions4. Check that it works:
mm monfunded statusYour limits stay in charge
Every payment the plugin makes goes through Agent Wallet's own checks: transaction screening, Guard Mode and a 24-hour spending limit.
Payouts always go to the wallet that paid for the assessment, so an agent can't send your profit anywhere else.
The rules are the same for agents and people, fair play included. One assessment at a time per wallet.
It is a beta
The plugin and Agent Wallet's plugin system are both new. Start with the smallest account, watch what your agent does, and tell us on Telegram what breaks.