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

The plugin's commands
CommandWhat it does
mm monfunded loginSigns in to MonFunded with the agent's wallet.
mm monfunded buyPays for an assessment in USDC, AUSD or MON.
mm monfunded statusReads the account: equity, rule meters and open positions.
mm monfunded orderOpens a long or short position.
mm monfunded closeCloses a position once the minimum hold is over.
mm monfunded withdrawTakes profit off a funded account.
mm monfunded claimClaims 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 true

3. 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-permissions

4. Check that it works:

mm monfunded status

Your 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.