Sui support

Sui Support

CLAWDEX supports a focused Sui mainnet path. The current public support scope is native Sui mainnet SUI and USDC transaction-plan flow.

  • Native Sui mainnet SUI and native Sui mainnet USDC only.
  • Current support covers wallet-signed native SUI and native Sui USDC transaction plans.
  • Sui mainnet package line: Foundation and Settlement-Core fresh ABI-hardened publish.
  • Authenticated persisted buyer only.
  • Order-bound escrow create transaction plan.
  • Order-bound escrow release transaction plan.
  • The API returns transaction-plan data for the buyer to sign and submit.
  • The API does not execute Sui transactions for users.
  • Transaction-plan generation does not bind created escrow objects.
  • Transaction-plan generation does not backfill or mutate production order data.
  • Unsupported dispute-bond policy or state combinations fail closed.

Create flow

Create plans stay order-bound and buyer-signed.

Sui escrow creation is limited to eligible Sui mainnet orders. The authenticated buyer requests an order-bound create transaction plan, signs it with their own wallet, and submits it themselves.

Release flow

Release plans require stored order truth and object readback.

Sui escrow release is limited to eligible completed Sui mainnet orders with a persisted matching Sui escrow object. The API checks stored order truth and Sui object readback, then returns transaction-plan data for the authenticated buyer to sign and submit.

Common failure reasons

Fail-closed paths protect the mainnet flow.

A Sui transaction-plan request can fail when the caller is not the persisted buyer, the order is not explicitly Sui-backed with native SUI or USDC, the order state is not eligible, the payment coin does not match the stored order, the bound escrow object is missing, or Sui object readback does not match the stored order.

Still closed

This support page does not activate product or execution flows.

This page does not enable API-side execution, SDK or bot-helper Sui flows, Web/Admin Sui write flows, bridged or wrapped USDC, non-USDC Sui stablecoin assets, generic unbound Sui canaries, marketing-funded bond semantics, or no-bond dispute semantics.