Market Maker
A market-making bot for Manifold's prediction markets
Install / Use
npx skills add manifoldmarkets/market-makerInstalls into whichever agent you are using.
README
A market-making bot for Manifold
Create limit orders via the Manifold API to provide liquidity, and potentially make a profit!
The bot works by first computing an exponential moving average and exponential moving variance of the probability. Then it creates limit orders above and below the current market price using these stats.
If there's volatility in the market, it will fill the pair of limit orders above and below, which will earn you profit (buy low, sell high!).
In any case, creating open limit orders increases the liquidity in the markets, which is a service to traders.
Run this bot!
-
Clone the repository
-
Locate your Manifold API Key. You can find it in Your profile => Edit => Api key.
-
Create a
.envfile in the root directory with your api key, replacing thexxx's, and your username.MANIFOLD_API_KEY=xxxxxxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx MANIFOLD_USERNAME=YourUsername -
Install npm packages with
yarn -
Run
yarn start
(Be careful! This bot will be placing limit orders with your mana.)
Feel free to fork and extend this bot with more advanced strategies!
Related Skills
node-connect
385.5kDiagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
blender-python-addon
40.5kBlender Python add-on rules for operators, panels, properties, registration, testing, and API-safe scripting
flutter-development-guidelines-cursorrules-prompt-file
40.5kCursor rules for Flutter development with MVVM architecture, Riverpod state management, Material widgets, and Dart style guidelines.
commit-push-pr
140.7kCommit, push, and open a PR
