Futarchy MCP Server

sellInFailMarket

Sell tokens in the fail market of a specific proposal on the Futarchy MCP Server, enabling users to manage DAO proposals and trades on Solana.

Instructions

Sell tokens in the fail market for a proposal

Input Schema

NameRequiredDescriptionDefault
amountYesAmount to sell
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 sell", "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