Settle value privately, gasless, best-route — one call
robyn_settleThe one-verb primitive. Say where value should go; Robyn returns the best route (all rails compared), the gasless method (no native token needed), the privacy posture that will apply (API-relay + private mempool where available + uniform shape), and what the settlement receipt will prove — in a SINGLE call. It collapses quote + preflight + prepare. Planning only: it never broadcasts — sign + submit via robyn_submit. Add private:true to request private-mempool execution where an endpoint exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | value in source-token base units (e.g. "25000000" = 25 USDC) | |
| private | No | request private-mempool execution (default: auto where an endpoint exists) | |
| toChain | Yes | destination chain id or non-EVM name | |
| toToken | No | ||
| fromChain | Yes | source chain id or "stellar"/"solana"/"tron"/"bitcoin" | |
| fromToken | No | symbol or address; omit for the chain default (USDC) | |
| toAddress | Yes | recipient on the destination | |
| fromAddress | No | sender — sets fee tier and free-netting eligibility |