Skip to main content
Glama

Osmosis MCP Server

deposit-proposal

Deposit tokens to a governance proposal on Osmosis blockchain using a BIP-39 mnemonic, specifying the proposal ID and deposit amount.

Instructions

Deposit tokens to a governance proposal

Input Schema

NameRequiredDescriptionDefault
amountYesDeposit amount in uosmo (e.g., '1000000')
denomNoToken denominationuosmo
gasNoGas limit (default: auto-estimate)
gasPriceNoGas price (default: 0.025uosmo)
memoNoTransaction memo
mnemonicYesBIP-39 mnemonic phrase for signing the transaction
proposalIdYesID of the proposal to deposit to

Input Schema (JSON Schema)

{ "properties": { "amount": { "description": "Deposit amount in uosmo (e.g., '1000000')", "type": "string" }, "denom": { "default": "uosmo", "description": "Token denomination", "type": "string" }, "gas": { "description": "Gas limit (default: auto-estimate)", "type": "string" }, "gasPrice": { "description": "Gas price (default: 0.025uosmo)", "type": "string" }, "memo": { "description": "Transaction memo", "type": "string" }, "mnemonic": { "description": "BIP-39 mnemonic phrase for signing the transaction", "type": "string" }, "proposalId": { "description": "ID of the proposal to deposit to", "type": "string" } }, "required": [ "mnemonic", "proposalId", "amount" ], "type": "object" }

Other Tools from Osmosis MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MyronKoch-dev/osmosis-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server