Invoke mergePositions via a Safe execution.
mergePositions so the relayer converts outcome tokens back into collateral on your behalf. Use this once you no longer need the split exposure or after outcomes converge.
https://relayer.kuest.com/operations/merge-position with the same L2 authentication headers. The relayer broadcasts the signed Safe transaction; execution happens from the Safe proxy.merge-position accepts the same payload as POST /submit. Use:
type: SAFEproxyWallet: Safe address executing the callto: Conditional Tokens contract addressdata: ABI-encoded mergePositions(...) calldatafrom, nonce, signature, signatureParams, value, metadata) follow the /submit schema.
nonce must match GET /nonce with type=SAFE; mismatches return 409.400 responses when the supplied calldata is malformed or incompatible with the on-chain state.Signed SAFE payload executed immediately by relayer operations.
SAFE Safe owner submitting the request.
Contract to execute.
Existing Safe proxy address.