Manifold Markets MCP Server

by bmorphism
Verified

add_liquidity

Increase liquidity in a Manifold Markets pool by adding mana, supporting deeper trading and better pricing for prediction markets. Specify the market ID and mana amount to contribute.

Instructions

Add mana to market liquidity pool

Input Schema

NameRequiredDescriptionDefault
amountYesAmount of mana to add
marketIdYesMarket ID

Input Schema (JSON Schema)

{ "properties": { "amount": { "description": "Amount of mana to add", "type": "number" }, "marketId": { "description": "Market ID", "type": "string" } }, "required": [ "marketId", "amount" ], "type": "object" }

You must be authenticated.

Other Tools from Manifold Markets MCP Server

Related Tools

ID: bismm8fj6d