Skip to main content
POST
Builds a plain transfer of the network’s native coin, such as ETH on Ethereum, to the bot. That float pays the gas refunds of callers who trigger liquidations through the bot. Any wallet can send it.
Coin sent to a bot leaves it in only two ways: as refunds to callers, within the refund policy, and through the owner’s withdrawal. Only the owner wallet can withdraw. If that wallet is lost, the float is stranded, because the factory keeps no role on the bot and Trusset holds no key to it.
Unlike the other writes on this surface, the transaction’s value is not zero. It carries the amount in wei, and data is empty, so the transfer lands in the bot’s receive function, which emits Funded. Send value exactly as returned.

Path Parameters

string
required
Bot ID.

Body Parameters

string
required
Amount in whole units of the native coin, as a decimal string such as "0.25". At most 18 decimal places, and greater than zero.

Response Fields

object

Error Codes