You're viewing a demo portfolio

Join the waitlist
PRSM

fuse_smart_unstake_token

Active

Tool of Fuse Network

declared in 0.1.0

Submits an ERC-4337 UserOperation that unstakes a token via Fuse's staking module.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "tokenAddress",
    "tokenAmount",
    "unstakeTokenAddress"
  ],
  "properties": {
    "tokenAmount": {
      "type": "string",
      "description": "Amount to unstake, in base units."
    },
    "tokenAddress": {
      "type": "string",
      "description": "Original staking-token address."
    },
    "unstakeTokenAddress": {
      "type": "string",
      "description": "Receipt token address paired with the stake (`unStakeTokenAddress` from `fuse_get_staking_options`)."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Fuse Network

1/7 registries
View full server →
fuse_smart_unstake_token — Fuse Network — PRSM MCP