Skip to main content
Glama

Osmosis MCP Server

lock-tokens

Securely lock tokens on Osmosis to earn incentive rewards by specifying the duration, coins, and mnemonic for transaction signing.

Instructions

Lock tokens for incentive rewards on Osmosis

Input Schema

NameRequiredDescriptionDefault
coinsYesCoins to lock
durationYesLock duration in seconds (e.g., '86400' for 1 day, '604800' for 1 week, '1209600' for 2 weeks)
gasNoGas limit (default: auto-estimate)
gasPriceNoGas price (default: 0.025uosmo)
memoNoTransaction memo
mnemonicYesBIP-39 mnemonic phrase for signing the transaction

Input Schema (JSON Schema)

{ "properties": { "coins": { "description": "Coins to lock", "items": { "properties": { "amount": { "type": "string" }, "denom": { "type": "string" } }, "required": [ "denom", "amount" ], "type": "object" }, "type": "array" }, "duration": { "description": "Lock duration in seconds (e.g., '86400' for 1 day, '604800' for 1 week, '1209600' for 2 weeks)", "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" } }, "required": [ "mnemonic", "coins", "duration" ], "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