Futarchy MCP Server

buyInFailMarket

Purchase tokens in the fail market for specific proposals on the Futarchy MCP Server, enabling users to trade based on proposal outcomes using Solana.

Instructions

Buy tokens in the fail market for a proposal

Input Schema

NameRequiredDescriptionDefault
amountYesAmount to buy
proposalIdYesThe ID of the proposal to trade in
userYesUser's public key

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amount": { "description": "Amount to buy", "type": "number" }, "proposalId": { "description": "The ID of the proposal to trade in", "type": "string" }, "user": { "description": "User's public key", "type": "string" } }, "required": [ "proposalId", "amount", "user" ], "type": "object" }

You must be authenticated.

Other Tools from Futarchy MCP Server

Related Tools

ID: 7wq5i9e54d