Futarchy MCP Server

createProposal

Submit new proposals for DAOs on the Solana blockchain, specifying token allocation and linking to detailed descriptions, enabling decentralized decision-making through the Futarchy protocol.

Instructions

Create a new proposal for a DAO

Input Schema

NameRequiredDescriptionDefault
baseTokensToLPYesAmount of base tokens to LP
daoIdYesThe ID of the DAO to create a proposal for
descriptionUrlYesURL to the proposal description
quoteTokensToLPYesAmount of quote tokens to LP

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "baseTokensToLP": { "description": "Amount of base tokens to LP", "type": "number" }, "daoId": { "description": "The ID of the DAO to create a proposal for", "type": "string" }, "descriptionUrl": { "description": "URL to the proposal description", "type": "string" }, "quoteTokensToLP": { "description": "Amount of quote tokens to LP", "type": "number" } }, "required": [ "daoId", "descriptionUrl", "baseTokensToLP", "quoteTokensToLP" ], "type": "object" }

You must be authenticated.

Other Tools from Futarchy MCP Server

Related Tools

ID: 7wq5i9e54d