Skip to main content
Glama

Osmosis MCP Server

unlock-and-migrate-superfluid-tokens

Transfer Superfluid tokens to a new validator by unlocking and migrating them using a BIP-39 mnemonic, lock ID, and new validator address with specified minimum token amounts.

Instructions

Unlock and migrate Superfluid tokens to new validator

Input Schema

NameRequiredDescriptionDefault
gasNoGas limit (default: auto-estimate)
gasPriceNoGas price (default: 0.025uosmo)
lockIdYesLock ID of the superfluid tokens
memoNoTransaction memo
mnemonicYesBIP-39 mnemonic phrase for signing the transaction
newValAddrYesNew validator address to migrate to
tokenOutMinsYesMinimum token amounts to receive after migration

Input Schema (JSON Schema)

{ "properties": { "gas": { "description": "Gas limit (default: auto-estimate)", "type": "string" }, "gasPrice": { "description": "Gas price (default: 0.025uosmo)", "type": "string" }, "lockId": { "description": "Lock ID of the superfluid tokens", "type": "string" }, "memo": { "description": "Transaction memo", "type": "string" }, "mnemonic": { "description": "BIP-39 mnemonic phrase for signing the transaction", "type": "string" }, "newValAddr": { "description": "New validator address to migrate to", "type": "string" }, "tokenOutMins": { "description": "Minimum token amounts to receive after migration", "items": { "properties": { "amount": { "type": "string" }, "denom": { "type": "string" } }, "required": [ "denom", "amount" ], "type": "object" }, "type": "array" } }, "required": [ "mnemonic", "lockId", "newValAddr", "tokenOutMins" ], "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