← BSV MCPInstall
Paid services & sponsorship

droplit_fund

Submit one raw transaction for sponsor funding and broadcast. Subject to sponsor approval and quotas. Unknown outcomes must be reconciled before retrying.

Read as Markdown

Result

An MCP result containing the operation outcome as text, with structured content where supplied. Check isError before using it; an output schema is shown when registered.

Permissions

This operation can change wallet, account or service state. A connected wallet applies its own permissions. Guarded broadcasts also require broadcasting to be enabled; service authorization is separate from wallet approval.

Inputs and availability

Full catalog · Local Vault + sponsor; Droplit wallet

FieldType / requiredDescription
rawtxstring
Required
See schema for details.

minLength: 2; pattern: "^(?:[0-9a-fA-F]{2})+$"

Nested fields are required only when their parent object or array item is supplied.

Full input schema
{
  "type": "object",
  "properties": {
    "rawtx": {
      "type": "string",
      "minLength": 2,
      "pattern": "^(?:[0-9a-fA-F]{2})+$"
    }
  },
  "required": [
    "rawtx"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}