TypeScript
import { RaijinLabsLucidAi } from "raijin-labs-lucid-ai"; const raijinLabsLucidAi = new RaijinLabsLucidAi(); async function run() { const result = await raijinLabsLucidAi.payouts.crosschain.lucidExecutePayoutOnChain({ runId: "<id>", chainId: "<id>", }); console.log(result); } run();
{ "success": true, "execution": { "run_id": "<string>", "chain_id": "<string>", "transfers": [ { "recipient": "<string>", "amount": "<string>", "tx_hash": "<string>" } ] } }
Execute a payout split on-chain via USDC transfers.
Documentation IndexFetch the complete documentation index at: https://docs.lucid.foundation/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.lucid.foundation/llms.txt
Use this file to discover all available pages before exploring further.
Lucid API key (lk_live_... or lk_test_...)
Payout executed
Show child attributes