You're viewing a demo portfolio

Join the waitlist
PRSM

fuse_send_erc20

Active

Tool of Fuse Network

declared in 0.1.0

Submits a signed `ERC20.transfer(to, amount)` from the server's signer. Decimals are auto-fetched from the token; use `unit: "base"` to skip scaling.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "tokenAddress",
    "to",
    "amount"
  ],
  "properties": {
    "to": {
      "type": "string",
      "description": "Recipient address."
    },
    "unit": {
      "enum": [
        "display",
        "base"
      ],
      "type": "string"
    },
    "amount": {
      "type": "string",
      "description": "Amount to transfer. Default unit is the token's display unit (decimals auto-detected); pass `unit: \"base\"` to send raw base units."
    },
    "tokenAddress": {
      "type": "string",
      "description": "ERC-20 token contract address."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Fuse Network

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