Skip to main content
Glama

Osmosis MCP Server

begin-unlocking

Initiate the unlocking process for specific restricted tokens on the Osmosis blockchain by providing the lock ID and mnemonic phrase. Supports optional coin selection, gas adjustments, and transaction memos.

Instructions

Begin unlocking specific locked tokens

Input Schema

NameRequiredDescriptionDefault
coinsNoSpecific coins to unlock (optional - unlocks all if not specified)
gasNoGas limit (default: auto-estimate)
gasPriceNoGas price (default: 0.025uosmo)
idYesLock ID to begin unlocking
memoNoTransaction memo
mnemonicYesBIP-39 mnemonic phrase for signing the transaction

Input Schema (JSON Schema)

{ "properties": { "coins": { "description": "Specific coins to unlock (optional - unlocks all if not specified)", "items": { "properties": { "amount": { "type": "string" }, "denom": { "type": "string" } }, "required": [ "denom", "amount" ], "type": "object" }, "type": "array" }, "gas": { "description": "Gas limit (default: auto-estimate)", "type": "string" }, "gasPrice": { "description": "Gas price (default: 0.025uosmo)", "type": "string" }, "id": { "description": "Lock ID to begin unlocking", "type": "string" }, "memo": { "description": "Transaction memo", "type": "string" }, "mnemonic": { "description": "BIP-39 mnemonic phrase for signing the transaction", "type": "string" } }, "required": [ "mnemonic", "id" ], "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