Fund payouts from external wallets

Let customers pay out from their own EVM, Solana, or Stellar wallets: signed-message registration plus the on-chain authorization step per chain.

Payouts
Quotes
Compliance

Paste this prompt into your coding agent when funds live in your users' own wallets, not managed ones, and payouts need an on-chain authorization step.

Prompt

text

How to use

  1. Tell the agent which chains you support; each has a different authorization step.
  2. Wire the signing UX into your existing wallet connection (wagmi, solana wallet adapter, or Freighter).
  3. Test the quote-expiry-during-authorization race explicitly; it is the flow's main failure mode.