Skip to main content
This guide shows you how to create a settlement orchestration that accepts tokens across multiple chains and settles to USDC on Base.
Make sure you’ve completed the Installation & Setup before continuing.

Define the Settlement

A settlement orchestration specifies:
  • Settlement token and chain: What the recipient receives and where
  • Accepted tokens: Which tokens on which chains can be used as payment
  • Recipient address: Who receives the final settlement
main.go

Understanding the Response

When created successfully, you’ll receive:
  • Request ID: Unique identifier for tracking this orchestration
  • Payment Address: The ephemeral wallet address to share with whoever is sending payment
The sender transfers their tokens to the payment address, and Otim handles the cross-chain settlement to deliver the specified amount to your recipient.

Run It

Command Line

Next Steps