You're viewing a demo portfolio

Join the waitlist
PRSM

fuse_send_native

Active

Tool of Fuse Network

declared in 0.1.0

Submits a signed transaction transferring native FUSE from the server's signer to a recipient. Returns the transaction hash; use `fuse_get_receipt` to confirm inclusion.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "to",
    "amount"
  ],
  "properties": {
    "to": {
      "type": "string",
      "description": "Recipient address."
    },
    "unit": {
      "enum": [
        "display",
        "base"
      ],
      "type": "string",
      "description": "`display` (default) treats `amount` as FUSE; `base` treats it as wei."
    },
    "amount": {
      "type": "string",
      "description": "Amount of FUSE to send (default unit: FUSE — pass `unit: \"wei\"` for raw wei)."
    }
  },
  "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_send_native — Fuse Network — PRSM MCP