Payment channel
Payment Channel
Off-chain checks, one on-chain settlement.
01
Open channel
Connect a wallet to open your channel.
02
Sign checks
Each check is genuinely signed by your wallet off-chain via signMessage. The signature is a real Ed25519 signature over the hex-encoded canonical check, and the exact bytes are reused on-chain at close time.
Open a channel first.
03
Close channel
close_channel settles the last check’s cumulative amount to the payee and refunds the remainder to the payer, verifying the payer signature on-chain. If a party disappears, dispute_channel and timeout_reclaim protect both sides.
open_channelclose_channeldispute_channeltimeout_reclaim
Off-chain check signing and on-chain settlement are both real. Open and close submit transactions to Solana mainnet through the otomat_rail program using your connected wallet.