fuse_smart_transfer_token
ActiveTool of Fuse Network
declared in 0.1.0
Submits an ERC-4337 UserOperation transferring a token (native FUSE or ERC-20) from the configured smart wallet. Gasless when `FUSE_USE_PAYMASTER=true`.
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; pass `unit: \"base\"` for raw base units."
},
"tokenAddress": {
"type": "string",
"description": "Token contract address. Use the native-token sentinel `0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee` for FUSE."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Fuse Network
1/7 registries